UNPKG

@bratcliffe909/mcp-server-segmind

Version:

Model Context Protocol server for Segmind API - Generate images and videos using AI models

9 lines 490 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; import { BaseTool } from './base.js'; export declare class ReadLocalImageTool extends BaseTool { protected readonly name = "read_local_image"; protected readonly description = "Read a local image file and convert it to base64 for use with other tools"; execute(params: any): Promise<CallToolResult>; } export declare const readLocalImageTool: ReadLocalImageTool; //# sourceMappingURL=read-local-image.d.ts.map