{ "servers": { "playwright-test": { "type": "stdio", "command": "npx", "args": [ "playwright", "run-test-mcp-server", "--config=playwright.config.ts" ], "cwd": "frontend/vue-app" } }, "inputs": [] }