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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ Here is a step-by-step guide on how to connect to a running Chrome Stable instan
340
340
341
341
**Step 1: Configure the MCP client**
342
342
343
-
Add the `--browser-url` option to your MCP client configuration. The value of this option should be the URL of the running Chrome instance. `http://localhost:9222` is a common default.
343
+
Add the `--browser-url` option to your MCP client configuration. The value of this option should be the URL of the running Chrome instance. `http://127.0.0.1:9222` is a common default.
344
344
345
345
```json
346
346
{
@@ -349,7 +349,7 @@ Add the `--browser-url` option to your MCP client configuration. The value of th
0 commit comments