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).

9 lines 296 B
import type { ToolContext } from './types.js'; import type { ListJobsArgs } from '../types/job.js'; export declare function listJobs(context: ToolContext, args: ListJobsArgs): Promise<{ content: { type: "text"; text: string; }[]; }>; //# sourceMappingURL=listJobs.d.ts.map