nexus-5/.mcp.json.example
2026-01-26 11:09:40 -05:00

10 lines
174 B
Plaintext

{
"mcpServers": {
"nexus": {
"command": "/path/to/nexus-5/.venv/bin/python",
"args": ["-m", "core.mcp.server"],
"cwd": "/path/to/nexus-5"
}
}
}