@benyue1978/soloflow-mcp
Version:
A Model Context Protocol (MCP) server for project document management with 32 comprehensive prompts covering the complete software development lifecycle
17 lines • 423 B
TypeScript
/**
* Documentation generation function prompts for SoloFlow MCP
* Documentation and implementation description functions
*/
export declare function docsGenerateDocsPrompt(args: {
docType?: string;
component?: string;
}): Promise<{
messages: Array<{
role: "user";
content: {
type: "text";
text: string;
};
}>;
}>;
//# sourceMappingURL=docs-prompts.d.ts.map