@@ -151,26 +151,21 @@ Run `npx chrome-devtools-mcp@latest --help` to see all available configuration o
151151
152152``` sh
153153Options:
154- --version Show version number [boolean]
155- -u, --browserUrl The browser URL to connect to [string]
156- --headless Whether to run in headless (no UI) mode [boolean] [default: false]
157- -e, --executablePath Path to custom Chrome executable [string]
158- --isolated If specified, creates a temporary user-data-dir that is automatically
159- cleaned up after the browser is closed. [boolean] [default: false]
160- --channel System installed browser channel to use.
161- [string] [choices: " stable" , " canary" , " beta" , " dev" ]
162- --help Show help [boolean]
154+ --version Show version number [boolean]
155+ -u, --browserUrl The browser URL to connect to [string]
156+ --headless Whether to run in headless (no UI) mode [boolean] [default: false]
157+ -e, --executablePath Path to custom Chrome executable [string]
158+ --isolated If specified, creates a temporary user-data-dir that is automatically cleaned up after the browser is closed. [boolean] [default: false]
159+ --channel System installed browser channel to use. [string] [choices: " stable" , " canary" , " beta" , " dev" ]
160+ --help Show help [boolean]
163161
164162Examples:
165- npx chrome-devtools-mcp@latest --browserUrl Connect to an existing browser instance
166- http://127.0.0.1:9222
167- npx chrome-devtools-mcp@latest --channel beta Use Chrome Beta installed on this system
168- npx chrome-devtools-mcp@latest --channel canary Use Chrome Canary installed on this system
169- npx chrome-devtools-mcp@latest --channel dev Use Chrome Dev installed on this system
170- npx chrome-devtools-mcp@latest --channel stable Use stable Chrome installed on this system
171- npx chrome-devtools-mcp@latest --logFile Save logs to a file
172- /tmp/log.txt
173- npx chrome-devtools-mcp@latest --help Print CLI options
163+ npx chrome-devtools-mcp@latest --browserUrl http://127.0.0.1:9222 Connect to an existing browser instance
164+ npx chrome-devtools-mcp@latest --channel beta Use Chrome Beta installed on this system
165+ npx chrome-devtools-mcp@latest --channel canary Use Chrome Canary installed on this system
166+ npx chrome-devtools-mcp@latest --channel dev Use Chrome Dev installed on this system
167+ npx chrome-devtools-mcp@latest --channel stable Use stable Chrome installed on this system
168+ npx chrome-devtools-mcp@latest --logFile /tmp/log.txt Save logs to a file
169+ npx chrome-devtools-mcp@latest --help Print CLI options
174170```
175-
176171<!-- END AUTO GENERATED CLI -->
0 commit comments