@benyue1978/soloflow-mcp
Version:
A Model Context Protocol (MCP) server for project document management with 32 comprehensive prompts covering the complete software development lifecycle
15 lines • 342 B
JavaScript
/**
* Supported document types for SoloFlow MCP service
* All documents are stored in .soloflow/ directory with .md extension
*/
export const DOC_TYPES = [
'overview',
'requirements',
'system_architecture',
'test_strategy',
'ui_design',
'tasks',
'deployment',
'notes'
];
//# sourceMappingURL=docTypes.js.map