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 3800a1d commit fe917e2Copy full SHA for fe917e2
packages/components/nodes/tools/MCP/core.ts
@@ -91,7 +91,8 @@ export class MCPToolkit extends BaseToolkit {
91
this.client = await this.createClient()
92
93
this._tools = await this.client.request({ method: 'tools/list' }, ListToolsResultSchema, {
94
- resetTimeoutOnProgress: RESET_TIMEOUT_ON_PROGRESS
+ resetTimeoutOnProgress: RESET_TIMEOUT_ON_PROGRESS,
95
+ onprogress: RESET_TIMEOUT_ON_PROGRESS ? () => {} : undefined
96
})
97
98
this.tools = await this.get_tools()
0 commit comments