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 270 B
import { DocType } from '../types/docTypes.js'; /** * Update document content by type */ export declare function updateHandler(args: { projectRoot: string; type: DocType; content: string; }): Promise<{ ok: true; }>; //# sourceMappingURL=update.d.ts.map