Skip to content

Commit f73e4d5

Browse files
chore: generate
1 parent a7743e6 commit f73e4d5

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,10 @@ export type McpOAuthConfig = {
13751375
* OAuth scopes to request during authorization
13761376
*/
13771377
scope?: string
1378+
/**
1379+
* OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
1380+
*/
1381+
redirectUri?: string
13781382
}
13791383

13801384
export type McpRemoteConfig = {

packages/sdk/openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10882,6 +10882,10 @@
1088210882
"scope": {
1088310883
"description": "OAuth scopes to request during authorization",
1088410884
"type": "string"
10885+
},
10886+
"redirectUri": {
10887+
"description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
10888+
"type": "string"
1088510889
}
1088610890
},
1088710891
"additionalProperties": false

0 commit comments

Comments
 (0)