UNPKG

rednote-mcp

Version:

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

7 lines (6 loc) 247 B
/** * Logger for stdio input and output * @param logFilePath - Path to the log file (unused, kept for backward compatibility) * @returns A function to stop logging */ export declare function createStdioLogger(logFilePath: string): () => void;