mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
feat: add headless option to Playwright configuration in mcp_settings.json
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp@latest"
|
||||
"@playwright/mcp@latest",
|
||||
"--headless"
|
||||
]
|
||||
},
|
||||
"tavily-mcp": {
|
||||
|
||||
Reference in New Issue
Block a user