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.

9 lines • 489 B
import { ImageInput } from "../types/index.js"; import { Logger } from "pino"; export interface ResolvedImagePath { effectivePath: string | undefined; tempDirUsed: string | undefined; } export declare function resolveImagePath(input: ImageInput, logger: Logger): Promise<ResolvedImagePath>; export declare function buildSwiftCliArgs(input: ImageInput, effectivePath: string | undefined, swiftFormat?: string, logger?: Logger): string[]; //# sourceMappingURL=image-cli-args.d.ts.map