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>
21 lines
311 B
JSON
21 lines
311 B
JSON
{
|
|
"disabledMcpjsonServers": [
|
|
"claude-flow@alpha",
|
|
"ruv-swarm",
|
|
"flow-nexus"
|
|
],
|
|
"hooks": {
|
|
"Stop": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "echo '{\"ok\": true}'",
|
|
"timeout": 1000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|