Skip to content

chore: remove .mcp.json dev override and gitignore it#36

Merged
yepzdk merged 1 commit into
mainfrom
feature/remove-mcp-json-dev-override
Apr 21, 2026
Merged

chore: remove .mcp.json dev override and gitignore it#36
yepzdk merged 1 commit into
mainfrom
feature/remove-mcp-json-dev-override

Conversation

@yepzdk
Copy link
Copy Markdown
Collaborator

@yepzdk yepzdk commented Apr 21, 2026

Summary

  • Remove .mcp.json which overrode the plugin's default launch mechanism with a local node src/server.js command
  • Add .mcp.json to .gitignore so local dev overrides don't leak into future releases

Test plan

  • Verify the plugin falls back to its default launch mechanism (npx) without the .mcp.json file
  • Verify a local .mcp.json can still be created for testing and is ignored by git

🤖 Generated with Claude Code

The .mcp.json file pointed to node src/server.js, bypassing the
published package. This should not be committed since it overrides
the plugin's default launch mechanism. Adding it to .gitignore
prevents it from leaking into future releases while still allowing
local dev overrides.

Co-authored-by: Claude <noreply@anthropic.com>
@yepzdk yepzdk merged commit 4c97303 into main Apr 21, 2026
1 check passed
@yepzdk yepzdk deleted the feature/remove-mcp-json-dev-override branch April 21, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant