chore: generate
This commit is contained in:
@@ -1375,6 +1375,10 @@ export type McpOAuthConfig = {
|
|||||||
* OAuth scopes to request during authorization
|
* OAuth scopes to request during authorization
|
||||||
*/
|
*/
|
||||||
scope?: string
|
scope?: string
|
||||||
|
/**
|
||||||
|
* OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
|
||||||
|
*/
|
||||||
|
redirectUri?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export type McpRemoteConfig = {
|
export type McpRemoteConfig = {
|
||||||
|
|||||||
@@ -10882,6 +10882,10 @@
|
|||||||
"scope": {
|
"scope": {
|
||||||
"description": "OAuth scopes to request during authorization",
|
"description": "OAuth scopes to request during authorization",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"redirectUri": {
|
||||||
|
"description": "OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|||||||
Reference in New Issue
Block a user