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.

5 lines • 292 B
export { imageToolHandler, imageToolSchema } from "./image.js"; export { analyzeToolHandler, analyzeToolSchema } from "./analyze.js"; export { listToolHandler, listToolSchema } from "./list.js"; export { buildSwiftCliArgs } from "../utils/image-cli-args.js"; //# sourceMappingURL=index.js.map