diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..56d9135 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "mortdecai-gateway": { + "command": "python3", + "args": ["mcp-server/server.py"], + "cwd": "/home/claude/bin/mortdecai-cli" + } + } +}