UNPKG

@steipete/peekaboo-mcp

Version:

A macOS utility exposed via Node.js MCP server for advanced screen captures, image analysis, and window management

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