Skip to content

Commit 35dd3ae

Browse files
committed
docs: document how to add extensions to gemini-cli
1 parent 4ad781f commit 35dd3ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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 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)