claude-configs/.mcp.json
Cal Corum 2698f6a1af Add mcp-tui-driver MCP server, subagent notification hook
- Add tui-driver MCP server to .mcp.json for TUI app testing
- Add mcp__tui-driver__* wildcard permission to settings.json
- Add notify-subagent-done.sh hook
- Update plugin configs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:40:50 -06:00

18 lines
335 B
JSON

{
"mcpServers": {
"cognitive-memory": {
"command": "python3",
"type": "stdio",
"args": [
"/mnt/NV2/Development/cognitive-memory/mcp_server.py"
],
"env": {}
},
"tui-driver": {
"command": "/home/cal/.cargo/bin/mcp-tui-driver",
"type": "stdio",
"args": []
}
}
}