File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1499,7 +1499,7 @@ export type McpLocalConfig = {
14991499 */
15001500 enabled ?: boolean
15011501 /**
1502- * Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified.
1502+ * Timeout in ms for MCP server requests . Defaults to 5000 (5 seconds) if not specified.
15031503 */
15041504 timeout ?: number
15051505}
@@ -1543,7 +1543,7 @@ export type McpRemoteConfig = {
15431543 */
15441544 oauth ?: McpOAuthConfig | false
15451545 /**
1546- * Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified.
1546+ * Timeout in ms for MCP server requests . Defaults to 5000 (5 seconds) if not specified.
15471547 */
15481548 timeout ?: number
15491549}
Original file line number Diff line number Diff line change 90339033 "type" : " boolean"
90349034 },
90359035 "timeout" : {
9036- "description" : " Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified." ,
9036+ "description" : " Timeout in ms for MCP server requests . Defaults to 5000 (5 seconds) if not specified." ,
90379037 "type" : " integer" ,
90389038 "exclusiveMinimum" : 0 ,
90399039 "maximum" : 9007199254740991
90999099 ]
91009100 },
91019101 "timeout" : {
9102- "description" : " Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified." ,
9102+ "description" : " Timeout in ms for MCP server requests . Defaults to 5000 (5 seconds) if not specified." ,
91039103 "type" : " integer" ,
91049104 "exclusiveMinimum" : 0 ,
91059105 "maximum" : 9007199254740991
You can’t perform that action at this time.
0 commit comments