diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..013eb3c4 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": ["@playwright/mcp@latest"], + "env": { + "PLAYWRIGHT_MCP_SANDBOX": "true" + } + } + } +}