From 1c35bcb9d1ced173d31fc012c54dea45ee17105e Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 15:38:18 +0200 Subject: [PATCH] chore: add .mcp.json and ignore .playwright-mcp/ Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + .mcp.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .mcp.json 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" + ] + } + } +}