UNPKG

askme-cli

Version:

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

4 lines 247 B
import type { SocketMessage } from "../types/index.js"; export declare const cleanupSocket: (socketPath: string) => void; export declare const createSocketServer: (socketPath: string) => Promise<SocketMessage>; //# sourceMappingURL=socket.d.ts.map