Stop tracking .mcp.json — it is generated at runtime
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 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
# Claude Code
|
# Claude Code
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
.mcp.json
|
||||||
|
|
||||||
# Local environment (secrets)
|
# Local environment (secrets)
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user