diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index 3c27be3..0000000 --- a/.mcp.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mcpServers": { - "legal-ai": { - "type": "stdio", - "command": "/home/chaim/legal-ai/mcp-server/.venv/bin/python", - "args": ["-m", "legal_mcp.server"], - "cwd": "/home/chaim/legal-ai/mcp-server", - "env": { - "DOTENV_PATH": "/home/chaim/.env", - "DATA_DIR": "/home/chaim/legal-ai/data" - } - } - } -}