mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-21 05:15:21 +02:00
fix: puppeteer readme launch option json missing comma
This commit is contained in:
@@ -108,7 +108,7 @@ You can customize Puppeteer's browser behavior in two ways:
|
|||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"mcp-puppeteer": {
|
"mcp-puppeteer": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
|
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
|
||||||
"env": {
|
"env": {
|
||||||
"PUPPETEER_LAUNCH_OPTIONS": "{ \"headless\": false, \"executablePath\": \"C:/Program Files/Google/Chrome/Application/chrome.exe\", \"args\": [] }",
|
"PUPPETEER_LAUNCH_OPTIONS": "{ \"headless\": false, \"executablePath\": \"C:/Program Files/Google/Chrome/Application/chrome.exe\", \"args\": [] }",
|
||||||
"ALLOW_DANGEROUS": "true"
|
"ALLOW_DANGEROUS": "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user