diff --git a/.gitignore b/.gitignore index a3655a1a..bc5bc95c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ Thumbs.db # Editors / IDEs .idea/ .vscode/ -.claude/ *.iml *.swp *.swo @@ -74,3 +73,6 @@ docs/prds/ # oh-my-claudecode .omc + +#local +*.local.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..25246fea --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "-y", + "@playwright/mcp@latest" + ] + } + } +}