UNPKG

@dondonudonjp/vertexai-imagen-mcp-server

Version:

[DEPRECATED] MCP Server for Vertex AI Imagen image generation. Imagen endpoints shut down 2026-06-30; migrate to the nanoBanana MCP Server (Gemini image models).

6 lines 266 B
import type { UpscaleImageArgs } from '../types/tools.js'; import type { ToolContext } from './types.js'; export declare function upscaleImage(context: ToolContext, args: UpscaleImageArgs): Promise<{ content: any[]; }>; //# sourceMappingURL=upscaleImage.d.ts.map