Reading issue
← Back to microsoft/playwright
microsoft / playwright · Issue No. 42156
I am adding playwright MCP and want it run on Edge (by default it takes Chrome). The mcp fails to load saying browser is not recognized argument. Let me know if I'm missing anything!
Failed to connect to MCP server "playwrite": error: unknown option '--browser'. Execute '/mcp show playwrite' to inspect or check the logs.
"playwrite": {
"tools": [
"*"
],
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest",
"--browser",
"msedge"
]
}
No response
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.