UNPKG

askme-cli

Version:

askme-cli MCP server that collects user's next plan or confirmation through terminal window

3 lines 211 B
import { ImageAttachment } from "../types/index.js"; export declare const sendAskMeToSocket: (socketPath: string, askMe: string, images?: ImageAttachment[]) => Promise<void>; //# sourceMappingURL=socket.d.ts.map