UNPKG

n8n-mcp

Version:

Integration between n8n workflow automation and Model Context Protocol (MCP)

10 lines 270 B
export declare class SimpleCache { private cache; private cleanupTimer; constructor(); get(key: string): any; set(key: string, data: any, ttlSeconds?: number): void; clear(): void; destroy(): void; } //# sourceMappingURL=simple-cache.d.ts.map