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

11 lines 253 B
import { DocType } from '../types/docTypes.js'; /** * Read document content by type */ export declare function readHandler(args: { projectRoot: string; type: DocType; }): Promise<{ raw: string | null; }>; //# sourceMappingURL=read.d.ts.map