refactor: modularize API tests to match router structure

This commit is contained in:
2026-04-09 12:32:31 -04:00
parent ec66e01f55
commit 44de453bb2
19 changed files with 16 additions and 386 deletions

View File

@@ -1,7 +1,10 @@
{
"permissions": {
"allow": [
"mcp__plugin_context-mode_context-mode__ctx_batch_execute"
"mcp__plugin_context-mode_context-mode__ctx_batch_execute",
"mcp__plugin_context-mode_context-mode__ctx_search",
"Bash(grep:*)",
"Bash(python -m pytest --tb=short -q)"
]
}
}