UNPKG

rednote-mcp

Version:

A friendly tool to help you access and interact with Xiaohongshu (RedNote) content through Model Context Protocol.

10 lines (9 loc) 292 B
import winston from 'winston'; import 'winston-daily-rotate-file'; export declare const LOGS_DIR: string; declare const logger: winston.Logger; export declare const stream: { write: (message: string) => void; }; export declare function packLogs(): Promise<string>; export default logger;