Remove project .mcp.json (moved to global ~/.claude.json)
legal-ai MCP server now configured globally for all Claude Code sessions, including Paperclip agents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
14
.mcp.json
14
.mcp.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user