mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
chore: generate
This commit is contained in:
parent
5c5e636030
commit
527553ada2
3 changed files with 33 additions and 14 deletions
|
|
@ -8819,10 +8819,24 @@
|
|||
"additionalProperties": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/McpLocalConfig"
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/McpLocalConfig"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/McpRemoteConfig"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/McpRemoteConfig"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": ["enabled"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue