Skip to content

Commit fc4cb50

Browse files
sebastianbenzpaulirish
authored andcommitted
Update README.md
Co-authored-by: Paul Irish <[email protected]>
1 parent 9f81778 commit fc4cb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The Chrome DevTools MCP server supports the following configuration option:
322322
<!-- BEGIN AUTO GENERATED OPTIONS -->
323323

324324
- **`--browserUrl`, `-u`**
325-
Connect to a running Chrome instance using port forwarding. The value of this option should be the URL of the running Chrome instance together with the configured debugging port. `http://127.0.0.1:9222` is a common default. For more details see: https://github.com/ChromeDevTools/chrome-devtools-mcp?tab=readme-ov-file#connecting-to-a-running-chrome-instance.
325+
Connect to a running, debuggable Chrome instance (e.g. `http://127.0.0.1:9222`). For more details see: https://github.com/ChromeDevTools/chrome-devtools-mcp#connecting-to-a-running-chrome-instance.
326326
- **Type:** string
327327

328328
- **`--wsEndpoint`, `-w`**

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const cliOptions = {
1111
browserUrl: {
1212
type: 'string',
1313
description:
14-
'Connect to a running Chrome instance using port forwarding. The value of this option should be the URL of the running Chrome instance together with the configured debugging port. `http://127.0.0.1:9222` is a common default. For more details see: https://github.com/ChromeDevTools/chrome-devtools-mcp?tab=readme-ov-file#connecting-to-a-running-chrome-instance.',
14+
'Connect to a running, debuggable Chrome instance (e.g. `http://127.0.0.1:9222`). For more details see: https://github.com/ChromeDevTools/chrome-devtools-mcp#connecting-to-a-running-chrome-instance.',
1515
alias: 'u',
1616
conflicts: 'wsEndpoint',
1717
coerce: (url: string | undefined) => {

0 commit comments

Comments
 (0)