diff --git a/.gitignore b/.gitignore index 0e23399..6d1f429 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ certs .obsidian .claude/ +.playwright-mcp/ diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..6623baa --- /dev/null +++ b/.mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest", + "--caps", + "devtools" + ] + } + } +}