Skip to content

Commit 0610d11

Browse files
authored
docs: document how to add extensions to gemini-cli (#834)
1 parent d756888 commit 0610d11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,10 @@ Install the Chrome DevTools MCP server using the Gemini CLI.
205205
**Project wide:**
206206

207207
```bash
208+
# Either MCP only:
208209
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
209212
```
210213

211214
**Globally:**

0 commit comments

Comments
 (0)