fix: puppeteer readme launch option json missing comma

This commit is contained in:
YuDavidCao
2025-04-01 14:52:29 -04:00
parent e181222154
commit 2fa9cb93e3

View File

@@ -108,7 +108,7 @@ You can customize Puppeteer's browser behavior in two ways:
"mcpServers": {
"mcp-puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
"env": {
"PUPPETEER_LAUNCH_OPTIONS": "{ \"headless\": false, \"executablePath\": \"C:/Program Files/Google/Chrome/Application/chrome.exe\", \"args\": [] }",
"ALLOW_DANGEROUS": "true"