From 0eb2cd8ec336b709140b68585704378b491f1bdb Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 17 Mar 2026 17:15:35 +0000 Subject: [PATCH] =?UTF-8?q?Stop=20tracking=20.mcp.json=20=E2=80=94=20it=20?= =?UTF-8?q?is=20generated=20at=20runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The server writes .mcp.json with its current port on startup and during worktree creation. Tracking it in git causes QA gate failures when the worktree copy diverges from master (e.g. different port). Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + .mcp.json | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .mcp.json 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" - } - } -}