Skip to content

Commit ee5f535

Browse files
authored
docs: Fix Antigravity docs
1 parent 5b84e76 commit ee5f535

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,23 @@ 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
```
85+
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.
8586

8687
</details>
8788

0 commit comments

Comments
 (0)