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

11 lines 426 B
import type { GoogleAuth } from 'google-auth-library'; import type { ImageResourceManager } from '../utils/resources.js'; import type { JobManager } from '../utils/jobManager.js'; import type { JobDatabase } from '../utils/database.js'; export interface ToolContext { auth: GoogleAuth; resourceManager: ImageResourceManager; jobManager: JobManager; historyDb: JobDatabase; } //# sourceMappingURL=types.d.ts.map