We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d756888 commit 0610d11Copy full SHA for 0610d11
README.md
@@ -205,7 +205,10 @@ Install the Chrome DevTools MCP server using the Gemini CLI.
205
**Project wide:**
206
207
```bash
208
+# Either MCP only:
209
gemini mcp add chrome-devtools npx chrome-devtools-mcp@latest
210
+# Or as a Gemini extension (MCP+Skills):
211
+gemini extensions install --auto-update https://github.com/ChromeDevTools/chrome-devtools-mcp
212
```
213
214
**Globally:**
0 commit comments