We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33290c5 commit 85ab979Copy full SHA for 85ab979
packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1530,10 +1530,6 @@ export type McpOAuthConfig = {
1530
* OAuth scopes to request during authorization
1531
*/
1532
scope?: string
1533
- /**
1534
- * OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
1535
- */
1536
- redirectUri?: string
1537
}
1538
1539
export type McpRemoteConfig = {
packages/sdk/openapi.json
@@ -9122,10 +9122,6 @@
9122
"scope": {
9123
"description": "OAuth scopes to request during authorization",
9124
"type": "string"
9125
- },
9126
- "redirectUri": {
9127
- "description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
9128
- "type": "string"
9129
9130
},
9131
"additionalProperties": false
0 commit comments