feat: allow disabled_mcps to accept any MCP name (#513)

This commit is contained in:
Sisyphus
2026-01-05 21:12:05 +09:00
committed by GitHub
parent 258463a146
commit 7a10b24bbd
6 changed files with 226 additions and 9 deletions

View File

@@ -12,10 +12,7 @@
"type": "array",
"items": {
"type": "string",
"enum": [
"context7",
"grep_app"
]
"minLength": 1
}
},
"disabled_agents": {