Files
cursor__plugins/third_party/playwright/mcp.json
Cursor Agent c88d00019a Pass -y to npx for Playwright MCP
Avoid first-launch hangs when npx would otherwise prompt for
install confirmation over non-interactive MCP stdio.

Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
2026-08-06 23:17:38 +00:00

9 lines
123 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"]
}
}
}