chore(mcp): 🔧 Update MCP server URL to local development environment in .mcp.json

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-05-27 14:09:02 -07:00
parent 34c1a1d96b
commit c3e8040fe5

View file

@ -2,7 +2,7 @@
"mcpServers": {
"claire": {
"type": "http",
"url": "http://10.9.0.3:8767/mcp/"
"url": "http://127.0.0.1:8765/mcp/"
}
}
}