mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c88d00019a
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>
9 lines
123 B
JSON
9 lines
123 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest"]
|
|
}
|
|
}
|
|
}
|