Skip to main content
Glama

CTS MCP Server

by EricA1019
template_renderer.d.ts871 B
/** * TemplateRenderer * Simple Mustache-style template rendering without external dependencies */ export declare class TemplateRenderer { /** * Render a template with variables * Supports {{variable}} syntax and {{#if condition}}...{{/if}} conditionals */ render(template: string, variables: Record<string, unknown>): string; /** * Process conditional blocks */ private processConditionals; /** * Substitute variables in template */ private substituteVariables; /** * Escape special characters for safe output */ private escapeValue; /** * Validate template syntax */ validateTemplate(template: string): boolean; /** * Extract variable names from template */ extractVariables(template: string): string[]; } //# sourceMappingURL=template_renderer.d.ts.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EricA1019/CTS_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server