diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-17 20:26:43 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-17 20:26:43 +0000 |
| commit | 54435325b6adf292d720885622f1282eaed98c92 (patch) | |
| tree | cbe4ab55d04d6fd5014d046fc6c84063ebdd2c20 /packages/sdk | |
| parent | 11fa257549a1094b43d25f014e54557ed6aab660 (diff) | |
| download | opencode-54435325b6adf292d720885622f1282eaed98c92.tar.gz opencode-54435325b6adf292d720885622f1282eaed98c92.zip | |
chore: generate
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/openapi.json | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 3b811f2fa..71e78307c 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -11428,13 +11428,10 @@ }, "timeout": { "description": "Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.", - "type": "integer", - "exclusiveMinimum": 0, - "maximum": 9007199254740991 + "type": "number" } }, - "required": ["type", "command"], - "additionalProperties": false + "required": ["type", "command"] }, "McpOAuthConfig": { "type": "object", @@ -11455,8 +11452,7 @@ "description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).", "type": "string" } - }, - "additionalProperties": false + } }, "McpRemoteConfig": { "type": "object", @@ -11498,13 +11494,10 @@ }, "timeout": { "description": "Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.", - "type": "integer", - "exclusiveMinimum": 0, - "maximum": 9007199254740991 + "type": "number" } }, - "required": ["type", "url"], - "additionalProperties": false + "required": ["type", "url"] }, "LayoutConfig": { "description": "@deprecated Always uses stretch layout.", |
