Skip to content

Commit 85ab979

Browse files
committed
chore: generate
1 parent 33290c5 commit 85ab979

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,10 +1530,6 @@ export type McpOAuthConfig = {
15301530
* OAuth scopes to request during authorization
15311531
*/
15321532
scope?: string
1533-
/**
1534-
* OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
1535-
*/
1536-
redirectUri?: string
15371533
}
15381534

15391535
export type McpRemoteConfig = {

packages/sdk/openapi.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9122,10 +9122,6 @@
91229122
"scope": {
91239123
"description": "OAuth scopes to request during authorization",
91249124
"type": "string"
9125-
},
9126-
"redirectUri": {
9127-
"description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
9128-
"type": "string"
91299125
}
91309126
},
91319127
"additionalProperties": false

0 commit comments

Comments
 (0)