- 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>
18 lines
335 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|