You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,26 +356,6 @@ Add the `--browser-url` option to your MCP client configuration. The value of th
356
356
357
357
Start the Chrome browser with the remote debugging port enabled. Make sure to close any running Chrome instances before starting a new one with the debugging port enabled.
For security reasons, Chrome requires you to use a non-default user data directory when enabling the remote debugging port. You can specify a custom directory using the `--user-data-dir` flag. This ensures that your regular browsing profile and data are not exposed to the debugging session.
380
360
381
361
**macOS**
@@ -399,7 +379,7 @@ For security reasons, Chrome requires you to use a non-default user data directo
399
379
> [!WARNING]
400
380
> Enabling the remote debugging port opens up a debugging port on the running browser instance. Any application on your machine can connect to this port and control the browser. Make sure that you are not browsing any sensitive websites while the debugging port is open.
401
381
402
-
**Step 4: Ensure the ports are the same**
382
+
**Step 3: Ensure the ports are the same**
403
383
404
384
The port number in the `--browser-url` option in your MCP client configuration must be the same as the port number you used to start the Chrome browser.
0 commit comments