From 4e4da1fe6a7db6df6c7ca1f3f179ceacad98c1a3 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 19 Mar 2026 00:19:13 +0100 Subject: [PATCH] chore(mcp): empty local .mcp.json after SSE migration stdio server entry no longer needed here; MCP server is registered at user scope via ~/.claude.json (SSE on :8001). Co-Authored-By: Claude Sonnet 4.6 --- .mcp.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.mcp.json b/.mcp.json index 7ca4866..7001130 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,13 +1,3 @@ { - "mcpServers": { - "state-hub": { - "type": "stdio", - "command": "/home/worsch/the-custodian/state-hub/.venv/bin/python", - "args": ["/home/worsch/the-custodian/state-hub/mcp_server/server.py"], - "env": { - "PYTHONPATH": "/home/worsch/the-custodian/state-hub", - "API_BASE": "http://127.0.0.1:8000" - } - } - } -} + "mcpServers": {} +} \ No newline at end of file