fix(plugins): remove broken mcpServers references that broke plugin loading #325
Reference in New Issue
Block a user
Delete Branch "fix/remove-broken-mcp-references"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The MCP consolidation commit (
afd4c44) deleted plugin-level.mcp.jsonfiles but left references to them inplugin.jsonandmarketplace.json. This caused 7 plugins to fail loading their commands.Affected plugins: projman, pr-review, cmdb-assistant, data-platform, viz-platform, contract-validator (and indirectly git-flow, clarity-assist)
Changes
mcpServersfield from 6 plugin.json files (referenced files no longer exist)mcpServersfield from 6 marketplace.json entriesvalidate-marketplace.sh:mcpServersreferences point to existing fileshooksreferences point to existing filescommandsreferences point to existing pathsPrevention
The validation script will now FAIL if any config file references a non-existent file. The pre-commit hook enforces this automatically.
Test plan
./scripts/validate-marketplace.sh- passes/🤖 Generated with Claude Code