fix(.mcp.json): wrap playwright under mcpServers key

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-03 10:35:57 +01:00
parent e6657c23ff
commit 0735038ea8
+10 -8
View File
@@ -1,11 +1,13 @@
{ {
"playwright": { "mcpServers": {
"command": "npx", "playwright": {
"args": [ "command": "npx",
"@playwright/mcp@latest", "args": [
"--headless", "@playwright/mcp@latest",
"--output-dir", "--headless",
"_diag" "--output-dir",
] "_diag"
]
}
} }
} }