From c3e8040fe5249c4a75b9512ca2ac25692dd9f6d9 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 27 May 2026 14:09:02 -0700 Subject: [PATCH] =?UTF-8?q?chore(mcp):=20=F0=9F=94=A7=20Update=20MCP=20ser?= =?UTF-8?q?ver=20URL=20to=20local=20development=20environment=20in=20.mcp.?= =?UTF-8?q?json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mcp.json b/.mcp.json index b1bd386..86240e3 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "claire": { "type": "http", - "url": "http://10.9.0.3:8767/mcp/" + "url": "http://127.0.0.1:8765/mcp/" } } }