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

12 lines 405 B
import type { ListPromptTemplatesArgs } from '../types/template.js'; import type { ToolContext } from './types.js'; /** * プロンプトテンプレート一覧を取得 */ export declare function listPromptTemplates(context: ToolContext, args: ListPromptTemplatesArgs): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=listPromptTemplates.d.ts.map