mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-07-28 04:07:18 +00:00
Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
15 lines
228 B
JSON
15 lines
228 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-playwright"
|
|
],
|
|
"env": {
|
|
"PLAYWRIGHT_BROWSERS_PATH": "0"
|
|
}
|
|
}
|
|
}
|
|
}
|