Files
nano-vllm/.claude/settings.json
Zijie Tian d3b41b2f64 🔧 chore: clean up claude-flow configuration
Remove unused claude-flow hooks, permissions, and daemon settings.
Add disabled MCP servers list for claude-flow related servers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 00:58:52 +08:00

21 lines
311 B
JSON

{
"disabledMcpjsonServers": [
"claude-flow@alpha",
"ruv-swarm",
"flow-nexus"
],
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "echo '{\"ok\": true}'",
"timeout": 1000
}
]
}
]
}
}