Skip to main content
Glama

CTS MCP Server

by EricA1019
tool-wrapper.d.tsโ€ข869 B
/** * Tool Wrapper - Integrates Tier 2C Infrastructure * * Wraps tool handlers with: * - Result caching (Tier 2C.5) * - Observability (Tier 3.3) * - Configuration (Tier 2C.6) * - Error handling (Tier 2C.2) */ import { ToolHandler } from '../types.js'; export interface WrapperOptions { toolName: string; cacheable?: boolean; bypassCacheParam?: string; } /** * Wrap tool handler with caching and observability */ export declare function wrapToolHandler(handler: ToolHandler, options: WrapperOptions): ToolHandler; /** * Convenience function for cacheable tools */ export declare function withCache(toolName: string, handler: ToolHandler): ToolHandler; /** * Convenience function for non-cacheable tools */ export declare function withObservability(toolName: string, handler: ToolHandler): ToolHandler; //# sourceMappingURL=tool-wrapper.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