We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4fdfe commit dc6843eCopy full SHA for dc6843e
examples/mcp/streamable-http-example.ts
@@ -18,7 +18,7 @@ async function main() {
18
agent,
19
'Which language is this repo written in?',
20
);
21
- console.log(result.finalOutput ?? result.output ?? result);
+ console.log(result.finalOutput);
22
});
23
} finally {
24
await mcpServer.close();
0 commit comments