Merge pull request #1189 from YuDavidCao/main

fix: puppeteer readme launch option json missing comma
This commit is contained in:
Ola Hungerford
2025-04-01 12:45:16 -07:00
committed by GitHub

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"