chore: generate
This commit is contained in:
@@ -11428,13 +11428,10 @@
|
|||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"description": "Timeout in ms for MCP server requests. 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": "number"
|
||||||
"exclusiveMinimum": 0,
|
|
||||||
"maximum": 9007199254740991
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["type", "command"],
|
"required": ["type", "command"]
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"McpOAuthConfig": {
|
"McpOAuthConfig": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -11455,8 +11452,7 @@
|
|||||||
"description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
|
"description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"McpRemoteConfig": {
|
"McpRemoteConfig": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -11498,13 +11494,10 @@
|
|||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"description": "Timeout in ms for MCP server requests. 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": "number"
|
||||||
"exclusiveMinimum": 0,
|
|
||||||
"maximum": 9007199254740991
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["type", "url"],
|
"required": ["type", "url"]
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"LayoutConfig": {
|
"LayoutConfig": {
|
||||||
"description": "@deprecated Always uses stretch layout.",
|
"description": "@deprecated Always uses stretch layout.",
|
||||||
|
|||||||
Reference in New Issue
Block a user