summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-15 16:32:09 +0000
committerGitHub Action <[email protected]>2026-01-15 16:32:09 +0000
commit216a2d87cfc6828546e60a14d8e90d1a9c066700 (patch)
tree8fc7a933cf5894d3d818a59d8f36597f9f090f52
parentdd1f981d2392029f4a43056ece346fc4776adaba (diff)
downloadopencode-216a2d87cfc6828546e60a14d8e90d1a9c066700.tar.gz
opencode-216a2d87cfc6828546e60a14d8e90d1a9c066700.zip
chore: generate
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts4
-rw-r--r--packages/sdk/openapi.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 1ffc60e6a..9c4f0e50d 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -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
}
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 02ba8d89a..20b1029fc 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -9033,7 +9033,7 @@
"type": "boolean"
},
"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",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
@@ -9099,7 +9099,7 @@
]
},
"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",
"exclusiveMinimum": 0,
"maximum": 9007199254740991