Files
monitoring-app/.qwen/settings.json
2026-04-15 08:45:04 +08:00

13 lines
195 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless"
],
"timeout": 30000
}
},
"$version": 3
}