UNPKG

opendoor-mcp

Version:

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

10 lines 280 B
export declare class ConfigService { private logger; private baseUrl; constructor(); getPublicConfig(): Promise<any>; getClientConfig(): Promise<any>; private getAvailableTools; getEnvironmentConfig(): any; } //# sourceMappingURL=ConfigService.d.ts.map