Skip to content

Commit 5443532

Browse files
chore: generate
1 parent 11fa257 commit 5443532

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

packages/sdk/openapi.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11428,13 +11428,10 @@
1142811428
},
1142911429
"timeout": {
1143011430
"description": "Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.",
11431-
"type": "integer",
11432-
"exclusiveMinimum": 0,
11433-
"maximum": 9007199254740991
11431+
"type": "number"
1143411432
}
1143511433
},
11436-
"required": ["type", "command"],
11437-
"additionalProperties": false
11434+
"required": ["type", "command"]
1143811435
},
1143911436
"McpOAuthConfig": {
1144011437
"type": "object",
@@ -11455,8 +11452,7 @@
1145511452
"description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
1145611453
"type": "string"
1145711454
}
11458-
},
11459-
"additionalProperties": false
11455+
}
1146011456
},
1146111457
"McpRemoteConfig": {
1146211458
"type": "object",
@@ -11498,13 +11494,10 @@
1149811494
},
1149911495
"timeout": {
1150011496
"description": "Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.",
11501-
"type": "integer",
11502-
"exclusiveMinimum": 0,
11503-
"maximum": 9007199254740991
11497+
"type": "number"
1150411498
}
1150511499
},
11506-
"required": ["type", "url"],
11507-
"additionalProperties": false
11500+
"required": ["type", "url"]
1150811501
},
1150911502
"LayoutConfig": {
1151011503
"description": "@deprecated Always uses stretch layout.",

0 commit comments

Comments
 (0)