Skip to content

Commit 3801ccf

Browse files
Nima21claude
andcommitted
docs: add --stealth and --chromeArgs options to README
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5aa6003 commit 3801ccf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)