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

8 lines 248 B
import { DocumentSummary } from '../types/docTypes.js'; /** * List all documents in the .soloflow directory */ export declare function listHandler(args: { projectRoot: string; }): Promise<DocumentSummary[]>; //# sourceMappingURL=list.d.ts.map