mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
The two MCP servers registered in .mcp.json could never start: their @modelcontextprotocol/sdk dependency is declared but never installed (the plugin ships no node_modules and nothing runs npm install), so every user saw a permanent 'Failed to connect' pair in `claude mcp list`. Per the reporter's option 4 + docs: the registrations move to integrations/mcp-servers.example.json (no longer auto-loaded), and the README's Integrations Setup section now documents the two-step opt-in (npm install inside the integration folder, copy the example to .mcp.json). The integrations themselves are unchanged and keep working for users who enable them. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qgc6RYXWJPr5oW9DHU7zR4 |
||
|---|---|---|
| .. | ||
| browserstack-mcp | ||
| testrail-mcp | ||
| mcp-servers.example.json | ||