GitHub Action před 1 měsícem
rodič
revize
85ab9798c6

+ 0 - 4
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 = {

+ 0 - 4
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