fix(agent): point .mcp.json at venv python so MCP deps resolve
This commit is contained in:
parent
79cf88d3f7
commit
64523c4e97
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"overlord": {
|
"overlord": {
|
||||||
"command": "python3",
|
"command": "/home/erik/MosswartOverlord/agent/.venv/bin/python",
|
||||||
"args": ["-m", "agent.mcp_overlord"],
|
"args": ["-m", "agent.mcp_overlord"],
|
||||||
"env": {
|
"env": {
|
||||||
"PYTHONPATH": "/home/erik/MosswartOverlord"
|
"PYTHONPATH": "/home/erik/MosswartOverlord"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue