fix: preserve metadata from MCP tool results in `tool.execute.after` hook (#3573)

pull/3565/head
Andrew Pashynnyk 2025-10-30 18:10:42 +02:00 committed by GitHub
parent 42e0b47a7d
commit 149f5eaa2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ export namespace SessionPrompt {
return {
title: "",
metadata: {},
metadata: result.metadata ?? {},
output,
}
}