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
+2
View File
@@ -1,4 +1,5 @@
{ {
"mcpServers": {
"playwright": { "playwright": {
"command": "npx", "command": "npx",
"args": [ "args": [
@@ -8,4 +9,5 @@
"_diag" "_diag"
] ]
} }
}
} }