Skip to content

Commit 2fa9cb9

Browse files
committed
fix: puppeteer readme launch option json missing comma
1 parent e181222 commit 2fa9cb9

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)