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
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`:
70
+
71
+
```bash
72
+
{
73
+
"mcpServers": {
74
+
"chrome-devtools": {
75
+
"type": "stdio",
76
+
"command": "npx",
77
+
"args": [
78
+
"chrome-devtools-mcp@latest",
79
+
"-y"
80
+
]
81
+
}
82
+
}
83
+
}
84
+
```
85
+
86
+
</details>
87
+
66
88
<details>
67
89
<summary>Claude Code</summary>
68
90
Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://docs.anthropic.com/en/docs/claude-code/mcp">guide</a>):
0 commit comments