UNPKG

context-optimizer-mcp-server

Version:

Context optimization tools MCP server for AI coding assistants - compatible with GitHub Copilot, Cursor AI, and other MCP-supporting assistants

8 lines 244 B
/** * Error handling utilities */ export declare class ErrorHandler { static handleError(error: unknown, context?: string): string; static logError(error: unknown, context?: string): void; } //# sourceMappingURL=errorHandling.d.ts.map