Fix MCP server URL to match actual running port (3010)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-03-17 16:17:54 +00:00
parent f5fffd64b8
commit cffe63680d

View File

@@ -2,7 +2,7 @@
"mcpServers": { "mcpServers": {
"story-kit": { "story-kit": {
"type": "http", "type": "http",
"url": "http://localhost:3001/mcp" "url": "http://localhost:3010/mcp"
} }
} }
} }