Skip to content

Commit 2d24a66

Browse files
savezclaude
andauthored
fix(security): add .mcp.json and opencode.json to .gitignore (#17)
Prevent MCP configuration files containing API tokens from being tracked. These files are generated by `dvmi sync-config-ai` and must remain local-only. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 65472e4 commit 2d24a66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ Desktop.ini
5656
.claude/
5757
specs/
5858
TODO.md
59+
60+
# ─── MCP / AI tool configs (contain tokens) ─────────────────────────────────
61+
.mcp.json
62+
opencode.json

0 commit comments

Comments
 (0)