Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions docs/tutorials/coding-with-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ server.

The [Agents CLI](https://google.github.io/agents-cli/) tool set lets you plug
ADK agent expertise into your favorite AI-coding environments including
Antigravity, Gemini CLI, Claude Code, and Cursor. Install Agents CLI into your
current AI-powered development environment to scaffold, build, test, evaluate,
and deploy ADK agents. Enable your development environment with these
Antigravity, Claude Code, Cursor, and other AI coding tools. Install Agents CLI
into your current AI-powered development environment to scaffold, build, test,
evaluate, and deploy ADK agents. Enable your development environment with these
Agents CLI Skills:

* Development lifecycle and coding guidelines
Expand All @@ -43,15 +43,6 @@ environment, see the
You can configure your coding tool to search and read ADK documentation using an
MCP server. Below are setup instructions for popular tools.

### Gemini CLI

To add the ADK docs MCP server to [Gemini CLI](https://geminicli.com/), install
the [ADK Docs Extension](https://github.com/derailed-dash/adk-docs-ext):

```bash
gemini extensions install https://github.com/derailed-dash/adk-docs-ext
```

### Antigravity

To add the ADK docs MCP server to [Antigravity](https://antigravity.google/)
Expand Down
Loading