Skip to content

Commit f80d350

Browse files
committed
Remove .mcp.json from repo (user-local config)
Was accidentally committed with a hardcoded absolute path. The install command generates per-user MCP configs in the correct editor-specific locations. Added to .gitignore.
1 parent cd14174 commit f80d350

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Thumbs.db
3131
*.db-wal
3232
*.db-shm
3333

34+
# MCP config (user-local, generated by install command)
35+
.mcp.json
36+
3437
# MCP Registry auth tokens
3538
.mcpregistry_*
3639

.mcp.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)