diff --git a/.mcp.json b/.mcp.json index 4db70ab..06d4bd6 100644 --- a/.mcp.json +++ b/.mcp.json @@ -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" + ] + } } }