mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: preserve metadata from MCP tool results in tool.execute.after hook (#3573)
This commit is contained in:
parent
42e0b47a7d
commit
149f5eaa2e
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ export namespace SessionPrompt {
|
|||
|
||||
return {
|
||||
title: "",
|
||||
metadata: {},
|
||||
metadata: result.metadata ?? {},
|
||||
output,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue