Skip to content

Commit 0d12ab3

Browse files
authored
Merge pull request #1189 from YuDavidCao/main
fix: puppeteer readme launch option json missing comma
2 parents e25a369 + df2b864 commit 0d12ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puppeteer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can customize Puppeteer's browser behavior in two ways:
108108
"mcpServers": {
109109
"mcp-puppeteer": {
110110
"command": "npx",
111-
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
111+
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
112112
"env": {
113113
"PUPPETEER_LAUNCH_OPTIONS": "{ \"headless\": false, \"executablePath\": \"C:/Program Files/Google/Chrome/Application/chrome.exe\", \"args\": [] }",
114114
"ALLOW_DANGEROUS": "true"

0 commit comments

Comments
 (0)