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 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 00:19:13 +01:00
parent 7c81f4fba0
commit 4e4da1fe6a

View File

@@ -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": {}
}