|
|
@@ -1499,7 +1499,7 @@ export type McpLocalConfig = {
|
|
|
*/
|
|
|
enabled?: boolean
|
|
|
/**
|
|
|
- * Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified.
|
|
|
+ * Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.
|
|
|
*/
|
|
|
timeout?: number
|
|
|
}
|
|
|
@@ -1543,7 +1543,7 @@ export type McpRemoteConfig = {
|
|
|
*/
|
|
|
oauth?: McpOAuthConfig | false
|
|
|
/**
|
|
|
- * Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified.
|
|
|
+ * Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.
|
|
|
*/
|
|
|
timeout?: number
|
|
|
}
|