summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-17 04:18:35 +0000
committerGitHub Action <[email protected]>2026-01-17 04:18:35 +0000
commit85ab9798c65dfb36b0f47de3b1fd786e7751f761 (patch)
treee7c3cbcadf0f8e02a5b34454f7b4b984f00fe906 /packages
parent33290c54cdd68081236ede205133d255ed639455 (diff)
downloadopencode-85ab9798c65dfb36b0f47de3b1fd786e7751f761.tar.gz
opencode-85ab9798c65dfb36b0f47de3b1fd786e7751f761.zip
chore: generate
Diffstat (limited to 'packages')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts4
-rw-r--r--packages/sdk/openapi.json4
2 files changed, 0 insertions, 8 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 32321a7df..e47c4f5f7 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1530,10 +1530,6 @@ export type McpOAuthConfig = {
* OAuth scopes to request during authorization
*/
scope?: string
- /**
- * OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
- */
- redirectUri?: string
}
export type McpRemoteConfig = {
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 904f3eeae..0dc174c1b 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -9122,10 +9122,6 @@
"scope": {
"description": "OAuth scopes to request during authorization",
"type": "string"
- },
- "redirectUri": {
- "description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
- "type": "string"
}
},
"additionalProperties": false