diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..4547636b --- /dev/null +++ b/.mcp.json @@ -0,0 +1,13 @@ +{ + "mcpServers": { + "playwright": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "@playwright/mcp@latest" + ], + "env": {} + } + } +} \ No newline at end of file