chore: generate
This commit is contained in:
@@ -1499,7 +1499,7 @@ export type McpLocalConfig = {
|
|||||||
*/
|
*/
|
||||||
enabled?: boolean
|
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
|
timeout?: number
|
||||||
}
|
}
|
||||||
@@ -1543,7 +1543,7 @@ export type McpRemoteConfig = {
|
|||||||
*/
|
*/
|
||||||
oauth?: McpOAuthConfig | false
|
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
|
timeout?: number
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9033,7 +9033,7 @@
|
|||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"description": "Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified.",
|
"description": "Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"exclusiveMinimum": 0,
|
"exclusiveMinimum": 0,
|
||||||
"maximum": 9007199254740991
|
"maximum": 9007199254740991
|
||||||
@@ -9099,7 +9099,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"description": "Timeout in ms for fetching tools from the MCP server. Defaults to 5000 (5 seconds) if not specified.",
|
"description": "Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"exclusiveMinimum": 0,
|
"exclusiveMinimum": 0,
|
||||||
"maximum": 9007199254740991
|
"maximum": 9007199254740991
|
||||||
|
|||||||
Reference in New Issue
Block a user