docster/.mcp.json

12 lines
165 B
JSON

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