chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-22 11:42:14 +00:00
parent 7a769dab3a
commit 060fbc9ce7
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -1136,6 +1136,7 @@ export type McpOAuthConfig = {
clientId?: string
clientSecret?: string
scope?: string
callbackPort?: number
redirectUri?: string
}
+5
View File
@@ -13763,6 +13763,11 @@
"scope": {
"type": "string"
},
"callbackPort": {
"type": "integer",
"minimum": 1,
"maximum": 65535
},
"redirectUri": {
"type": "string"
}