Files
2026-05-03 10:35:57 +01:00

14 lines
196 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless",
"--output-dir",
"_diag"
]
}
}
}