File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,6 +408,15 @@ The Chrome DevTools MCP server supports the following configuration option:
408408 If enabled, ignores errors relative to self-signed and expired certificates. Use with caution.
409409 - ** Type:** boolean
410410
411+ - ** ` --stealth ` **
412+ Enable stealth mode to avoid bot detection. Uses puppeteer-extra-plugin-stealth and adds anti-detection Chrome arguments.
413+ - ** Type:** boolean
414+ - ** Default:** ` false `
415+
416+ - ** ` --chromeArgs ` / ` --chrome-args ` **
417+ Additional Chrome arguments to pass to the browser (comma-separated). Example: --chromeArgs="--disable-gpu,--no-sandbox"
418+ - ** Type:** string
419+
411420- ** ` --chromeArg ` / ` --chrome-arg ` **
412421 Additional arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
413422 - ** Type:** array
You can’t perform that action at this time.
0 commit comments