diff --git a/.gitignore b/.gitignore index a6746e9..f60e673 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ build/ ## Playwright playwright-report/ test-results/ +.playwright-mcp/ ## Claude Code (local agent state) .claude/ diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..b239c89 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,13 @@ +{ + "mcpServers": { + "playwright": { + "type": "stdio", + "command": "npx.cmd", + "args": [ + "-y", + "@playwright/mcp@latest" + ], + "env": {} + } + } +}