UNPKG

@sofianedjerbi/knowledge-tree-mcp

Version:

MCP server for hierarchical project knowledge management

13 lines 487 B
/** * HTML export utilities for Knowledge Tree MCP * Handles conversion of knowledge entries to HTML format */ import type { ExportEntry } from './markdown.js'; /** * Exports knowledge entries to HTML format * @param entries - Array of entries to export * @param includeLinks - Whether to include relationship links * @returns HTML formatted string */ export declare function exportToHTML(entries: ExportEntry[], includeLinks: boolean): string; //# sourceMappingURL=html.d.ts.map