vibetunnel/.mcp.json
2025-06-28 15:22:05 +02:00

13 lines
No EOL
186 B
JSON

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