There was an error while loading. Please reload this page.
1 parent e87d88c commit 1c3d58bCopy full SHA for 1c3d58b
1 file changed
src/agents/mcp_agent.ts
@@ -513,6 +513,9 @@ export class MCPAgent {
513
// Create a run manager for this chain execution
514
runManager = await callbackManager.handleChainStart({
515
name: 'MCPAgent (mcp-use)',
516
+ id: ['MCPAgent (mcp-use)'],
517
+ lc: 1,
518
+ type: 'not_implemented',
519
} as Serialized, inputs)
520
}
521
0 commit comments