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:
parent
7c81f4fba0
commit
4e4da1fe6a
1 changed files with 2 additions and 12 deletions
12
.mcp.json
12
.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": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue