UNPKG

@benyue1978/soloflow-mcp

Version:

A Model Context Protocol (MCP) server for project document management with 32 comprehensive prompts covering the complete software development lifecycle

12 lines 256 B
/** * Initialize project configuration */ export declare function initHandler(args: { projectRoot: string; }): Promise<{ ok: true; createdFiles: string[]; skippedFiles: string[]; message: string; }>; //# sourceMappingURL=init.d.ts.map