From cffe63680d61109a8b6c95f01560b1850a0eb26f Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 17 Mar 2026 16:17:54 +0000 Subject: [PATCH] Fix MCP server URL to match actual running port (3010) Co-Authored-By: Claude Opus 4.6 --- .mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mcp.json b/.mcp.json index a36a88a..22f1f26 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "story-kit": { "type": "http", - "url": "http://localhost:3001/mcp" + "url": "http://localhost:3010/mcp" } } }