diff --git a/.mcp.json b/.mcp.json index cffc7d9..b0777fd 100644 --- a/.mcp.json +++ b/.mcp.json @@ -3,6 +3,18 @@ "shadcn": { "command": "npx", "args": ["shadcn-vue@latest", "mcp"] + }, + "playwright": { + "type": "stdio", + "command": "npx", + "args": [ + "@playwright/mcp@latest", + "--executable-path", + "/etc/profiles/per-user/padreug/bin/chromium", + "--caps", + "devtools" + ], + "env": {} } } }