chore: generate
This commit is contained in:
@@ -1136,6 +1136,7 @@ export type McpOAuthConfig = {
|
||||
clientId?: string
|
||||
clientSecret?: string
|
||||
scope?: string
|
||||
callbackPort?: number
|
||||
redirectUri?: string
|
||||
}
|
||||
|
||||
|
||||
@@ -13763,6 +13763,11 @@
|
||||
"scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"callbackPort": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535
|
||||
},
|
||||
"redirectUri": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user