fix(agent): point .mcp.json at venv python so MCP deps resolve

This commit is contained in:
Erik 2026-04-25 20:45:52 +02:00
parent 79cf88d3f7
commit 64523c4e97

View file

@ -1,7 +1,7 @@
{
"mcpServers": {
"overlord": {
"command": "python3",
"command": "/home/erik/MosswartOverlord/agent/.venv/bin/python",
"args": ["-m", "agent.mcp_overlord"],
"env": {
"PYTHONPATH": "/home/erik/MosswartOverlord"