UNPKG

bottlenecks-mcp-server

Version:

Model Context Protocol server for Bottlenecks database - enables AI agents like Claude to interact with bottleneck data

16 lines 465 B
/** * Template Loader Utility * Embedded template to avoid path resolution issues in published package */ /** * Load the card template - uses embedded version for published package */ export declare function getCardTemplate(): string; /** * Fill template placeholders with actual values */ export declare function fillTemplate(template: string, values: { title?: string; description?: string; }): string; //# sourceMappingURL=template-loader.d.ts.map