Skip to content

Commit 0e31712

Browse files
Oliver Mirandaclaude
andcommitted
security: remove .mcp.json from git tracking and add to .gitignore
.mcp.json contains MCP server credentials (API tokens, passwords) that should never be version-controlled. File remains on disk for runtime use. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd70537 commit 0e31712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ groups/global/*
2121
# Secrets
2222
*.keys.json
2323
.env
24+
.mcp.json
2425

2526
# Temp files
2627
.tmp-*

0 commit comments

Comments
 (0)