Playwright MCP — project-local browsers
Goal: one browser directory per project. Both the project's own Playwright (if any) and Claude Code's Playwright MCP point at it. MCP config holds no version-pinned paths, so it survives dependency upgrades.
Approach (simple, accept duplicate on pnpm)
- Browsers live at
<browser-dir>/.playwright-browsers/(gitignored) - The Playwright MCP entry in
~/.claude.jsoncarriesenv.PLAYWRIGHT_BROWSERS_PATH=<absolute-browser-dir> - If the project also
[Description truncada. Veja o README completo no GitHub.]