feat: add headless option to Playwright configuration in mcp_settings.json

This commit is contained in:
samanhappy
2025-04-05 21:22:54 +08:00
parent c269d5fbae
commit 384c4a9e4c

View File

@@ -13,7 +13,8 @@
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
"@playwright/mcp@latest",
"--headless"
]
},
"tavily-mcp": {