UNPKG

spec-workflow-mcp

Version:

MCP server for managing spec workflow (requirements, design, implementation)

9 lines 265 B
/** * Shared utilities for document processing */ export interface DocumentInfo { featureName: string; introduction: string; } export declare function extractDocumentInfo(requirementsPath: string): DocumentInfo; //# sourceMappingURL=documentUtils.d.ts.map