UNPKG

alioss-mcp

Version:

为AI编码工具提供阿里云OSS访问能力的Model Context Protocol服务器

8 lines (7 loc) 248 B
export declare class Logger { static log: (...args: any[]) => void; static error: (...args: any[]) => void; static warn: (...args: any[]) => void; static info: (...args: any[]) => void; static debug: (...args: any[]) => void; }