chore: add .mcp.json and ignore .playwright-mcp/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-05-17 15:38:18 +02:00
commit 1c35bcb9d1
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View file

@ -43,3 +43,4 @@ certs
.obsidian .obsidian
.claude/ .claude/
.playwright-mcp/

12
.mcp.json Normal file
View file

@ -0,0 +1,12 @@
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--caps",
"devtools"
]
}
}
}