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 27757025a9
commit debb117f65
6 changed files with 226 additions and 9 deletions
+1 -4
View File
@@ -12,10 +12,7 @@
"type": "array",
"items": {
"type": "string",
"enum": [
"context7",
"grep_app"
]
"minLength": 1
}
},
"disabled_agents": {