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

This commit is contained in:
Andrew Pashynnyk
2025-10-30 18:10:42 +02:00
committed by GitHub
parent 42e0b47a7d
commit 149f5eaa2e

View File

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