Skip to content

Commit fae2608

Browse files
authored
docs: Fix Antigravity docs (#605)
1 parent 326c279 commit fae2608

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,25 @@ amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
6666
<details>
6767
<summary>Antigravity</summary>
6868

69-
To use the Chrome DevTools MCP server, disable the built-in browser in the settings and add the following config to ` ~/.gemini/antigravity/mcp_config.json`:
69+
To use the Chrome DevTools MCP server follow the instructions from <a href="https://antigravity.google/docs/mcp">Antigravity's docs<a/> to install a custom MCP server. Add the following config to the MCP servers config:
7070

7171
```bash
7272
{
7373
"mcpServers": {
7474
"chrome-devtools": {
75-
"type": "stdio",
7675
"command": "npx",
7776
"args": [
7877
"chrome-devtools-mcp@latest",
78+
"--browser-url=http://127.0.0.1:9222",
7979
"-y"
8080
]
8181
}
8282
}
8383
}
8484
```
8585

86+
This will make the Chrome DevTools MCP server automatically connect to the browser that Antigravity is using. If you are not using port 9222, make sure to adjust accordingly.
87+
8688
</details>
8789

8890
<details>

0 commit comments

Comments
 (0)