We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda0a13 commit d1ea840Copy full SHA for d1ea840
1 file changed
packages/agent-infra/mcp-client/src/index.ts
@@ -520,7 +520,7 @@ export class MCPClient<
520
},
521
undefined,
522
{
523
- timeout: server?.timeout ? server?.timeout * 1000 : 10000, // default: 10s
+ timeout: server?.timeout ? server?.timeout * 1000 : 60000, // default: 60s
524
525
);
526
this.log('info', '[MCP] Call Tool Result:', result);
0 commit comments