fetch-chunk
Retrieve specific cached chunks from a changeMode response using a cache key and chunk index. Ensures consistent access to partial responses in the Gemini CLI MCP Server environment.
Instructions
Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cacheKey | Yes | The cache key provided in the initial changeMode response | |
chunkIndex | Yes | Which chunk to retrieve (1-based index) |