claude-skills/engineering-team/playwright-pro/integrations
Claude bf005356e0
fix(playwright-pro): make TestRail/BrowserStack MCP servers opt-in instead of always-failing (#978)
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
2026-08-24 18:28:45 +00:00
..
browserstack-mcp Dev (#255) 2026-03-05 13:51:16 +01:00
testrail-mcp Dev (#255) 2026-03-05 13:51:16 +01:00
mcp-servers.example.json fix(playwright-pro): make TestRail/BrowserStack MCP servers opt-in instead of always-failing (#978) 2026-08-24 18:28:45 +00:00