mirror of
https://github.com/google/skills.git
synced 2026-09-14 20:00:20 +08:00
5a4147a4a5
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
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"mcpServers": {
|
|
"developer-knowledge": {
|
|
"serverUrl": "https://developerknowledge.googleapis.com/mcp"
|
|
}
|
|
}
|
|
}
|