We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7743e6 commit f73e4d5Copy full SHA for f73e4d5
2 files changed
packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1375,6 +1375,10 @@ export type McpOAuthConfig = {
1375
* OAuth scopes to request during authorization
1376
*/
1377
scope?: string
1378
+ /**
1379
+ * OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
1380
+ */
1381
+ redirectUri?: string
1382
}
1383
1384
export type McpRemoteConfig = {
packages/sdk/openapi.json
@@ -10882,6 +10882,10 @@
10882
"scope": {
10883
"description": "OAuth scopes to request during authorization",
10884
"type": "string"
10885
+ },
10886
+ "redirectUri": {
10887
+ "description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
10888
+ "type": "string"
10889
10890
},
10891
"additionalProperties": false
0 commit comments