UNPKG

@bratcliffe909/mcp-server-segmind

Version:

Model Context Protocol server for Segmind API - Generate images and videos using AI models

5 lines 347 B
import winston from 'winston'; export declare const logger: winston.Logger; export declare function logWithContext(level: 'info' | 'warn' | 'error' | 'debug', message: string, context?: Record<string, unknown>): void; export declare function createChildLogger(context: Record<string, unknown>): winston.Logger; //# sourceMappingURL=logger.d.ts.map