diff --git a/.gitignore b/.gitignore index 406752a..8d2d182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Claude Code .claude/settings.local.json +.mcp.json # Local environment (secrets) .env diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index a36a88a..0000000 --- a/.mcp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "mcpServers": { - "story-kit": { - "type": "http", - "url": "http://localhost:3001/mcp" - } - } -}