From 7ec869baa8d5d56f18ea0b824a67476fc50eab8f Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 17 Mar 2026 15:58:40 +0000 Subject: [PATCH] Fixing mcp location --- .mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mcp.json b/.mcp.json index 22f1f26..a36a88a 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "story-kit": { "type": "http", - "url": "http://localhost:3010/mcp" + "url": "http://localhost:3001/mcp" } } }