Add Playwright MCP as project config

This commit is contained in:
Peter Steinberger 2025-06-28 13:59:20 +02:00
parent 696b51e50c
commit dcfdfa62ac

13
.mcp.json Normal file
View file

@ -0,0 +1,13 @@
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
],
"env": {}
}
}
}