Merge branch 'main' into main

This commit is contained in:
Brian Buvinghausen
2025-04-03 16:13:07 -05:00
committed by GitHub
4 changed files with 95 additions and 13 deletions

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"