UNPKG

@mantisware/peepit-mcp

Version:

Give your AI agents super-vision: blazing-fast macOS screenshots, smart window targeting, and local or cloud AI image analysis—all via a friendly Node.js MCP server.

4 lines • 269 B
import { ToolContext, ToolResponse, ImageInput } from "../types/index.js"; export { imageToolSchema } from "../types/index.js"; export declare function imageToolHandler(input: ImageInput, context: ToolContext): Promise<ToolResponse>; //# sourceMappingURL=image.d.ts.map