Skip to content
Merged
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,29 @@ npx ctx7 skills install /google-gemini/gemini-skills
npx ctx7 skills install /google-gemini/gemini-skills vertex-ai-api-dev
```

## Gemini API docs MCP

A public Model Context Protocol (MCP) server for the Gemini API is available at
`https://gemini-api-docs-mcp.dev`. Connecting your coding agent to this server ensures that
all queries have access to the latest APIs, code updates, and optimal configuration examples.

Run the following command in your agent's terminal or project root to install
the server:

npx add-mcp "https://gemini-api-docs-mcp.dev"

This server adds a `search_docs` tool that your agent can use to
retrieve real-time API definitions and integration patterns from the official
Gemini API documentation.

Note that the `gemini-api-dev` skill works with or without the MCP server, so
we recommend installing them both.

## More info

You can find additional information about setting up your coding assistant with
Gemini API MCP and Skills in [the docs](https://ai.google.dev/gemini-api/docs/coding-agents).

## Disclaimer

This is not an officially supported Google product. This project is not
Expand Down
4 changes: 2 additions & 2 deletions skills/gemini-api-dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ public class GenerateTextFromTextInput {

### When MCP is Installed (Preferred)

If the **`search_documentation`** tool (from the Google MCP server) is available, use it as your **only** documentation source:
If the **`search_docs`** tool (from the Google MCP server) is available, use it as your **only** documentation source:

1. Call `search_documentation` with your query
1. Call `search_docs` with your query
2. Read the returned documentation
2. **Trust MCP results** as source of truth for API details — they are always up-to-date.

Expand Down
6 changes: 3 additions & 3 deletions skills/gemini-interactions-api/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ An `Interaction` response contains `outputs` — an array of typed content block

### When MCP is Installed (Preferred)

If the **`search_documentation`** tool (from the Google MCP server) is available, use it as your **only** documentation source:
If the **`search_docs`** tool (from the Google MCP server) is available, use it as your **only** documentation source:

1. Call `search_documentation` with your query
1. Call `search_docs` with your query
2. Read the returned documentation
2. **Trust MCP results** as source of truth for API details — they are always up-to-date.

Expand All @@ -293,4 +293,4 @@ If no MCP documentation tools are available, fetch from the official docs:
- [Interactions Full Documentation](https://ai.google.dev/gemini-api/docs/interactions.md.txt)
- [Deep Research Full Documentation](https://ai.google.dev/gemini-api/docs/deep-research.md.txt)

These pages cover function calling, built-in tools (Google Search, code execution, URL context, file search, computer use), remote MCP, structured output, thinking configuration, working with files, multimodal understanding and generation, streaming events, and more.
These pages cover function calling, built-in tools (Google Search, code execution, URL context, file search, computer use), remote MCP, structured output, thinking configuration, working with files, multimodal understanding and generation, streaming events, and more.
6 changes: 3 additions & 3 deletions skills/gemini-live-api-dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ When migrating from `gemini-2.5-flash-native-audio-preview-12-2025` to `gemini-3

### When MCP is Installed (Preferred)

If the **`search_documentation`** tool (from the Google MCP server) is available, use it as your **only** documentation source:
If the **`search_docs`** tool (from the Google MCP server) is available, use it as your **only** documentation source:

1. Call `search_documentation` with your query
1. Call `search_docs` with your query
2. Read the returned documentation
3. **Trust MCP results** as source of truth for API details — they are always up-to-date.

Expand Down Expand Up @@ -282,4 +282,4 @@ This index contains links to all documentation pages in `.md.txt` format. Use we

## Supported Languages

The Live API supports 70 languages including: English, Spanish, French, German, Italian, Portuguese, Chinese, Japanese, Korean, Hindi, Arabic, Russian, and many more. Native audio models automatically detect and switch languages.
The Live API supports 70 languages including: English, Spanish, French, German, Italian, Portuguese, Chinese, Japanese, Korean, Hindi, Arabic, Russian, and many more. Native audio models automatically detect and switch languages.