UNPKG

opendoor-mcp

Version:

Production-grade MCP server with multi-language code execution, VS Code integration, and browser automation

12 lines 409 B
export declare class Logger { private static instance; private logger; private constructor(); static getInstance(): Logger; info(message: string, meta?: any): void; error(message: string, error?: any): void; warn(message: string, meta?: any): void; debug(message: string, meta?: any): void; verbose(message: string, meta?: any): void; } //# sourceMappingURL=Logger.d.ts.map