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": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless",
"--output-dir",
"_diag"
]
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless",
"--output-dir",
"_diag"
]
}
}
}