Skip to content

Commit 216a2d8

Browse files
committed
chore: generate
1 parent dd1f981 commit 216a2d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

packages/sdk/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9033,7 +9033,7 @@
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
@@ -9099,7 +9099,7 @@
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

0 commit comments

Comments
 (0)