Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 1c3d58b

Browse files
committed
add info to runner
1 parent e87d88c commit 1c3d58b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/agents/mcp_agent.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,9 @@ export class MCPAgent {
513513
// Create a run manager for this chain execution
514514
runManager = await callbackManager.handleChainStart({
515515
name: 'MCPAgent (mcp-use)',
516+
id: ['MCPAgent (mcp-use)'],
517+
lc: 1,
518+
type: 'not_implemented',
516519
} as Serialized, inputs)
517520
}
518521

0 commit comments

Comments
 (0)