Files
google__skills/plugins/cloud/gemini-api/mcp_config.json
T
Cloud IX Team 5a4147a4a5 Add the gemini-api Agent Plugin.
The plugin bundles three skills. gemini-api covers the Gemini API on Gemini
Enterprise Agent Platform through the Google Gen AI SDK: multimodal input,
tools, media generation, caching, and batch prediction.
gemini-interactions-api covers the stateful, server-managed Interactions API
for multi-turn conversations, background execution, and structured output.
gemini-live-api scaffolds a client for the Live API websocket endpoint,
including session resumption and bearer token refresh.

The plugin follows the Agent Plugins v1.0.0 specification. It ships
descriptors for Claude Code, Codex, and Antigravity, plus the Google Developer
Knowledge MCP server for grounded documentation.

PiperOrigin-RevId: 968653655
2026-08-21 13:12:34 -07:00

8 lines
128 B
JSON

{
"mcpServers": {
"developer-knowledge": {
"serverUrl": "https://developerknowledge.googleapis.com/mcp"
}
}
}