mcp-use
Version:
A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.
9 lines • 379 B
TypeScript
import type { Logger as WinstonLogger } from 'winston';
export declare class Logger {
private static loggers;
static getLogger(name?: string): WinstonLogger;
static configure(level?: string, toConsole?: boolean, toFile?: string): void;
static setDebug(debugLevel?: number): void;
}
export declare const logger: WinstonLogger;
//# sourceMappingURL=logging.d.ts.map