opendoor-mcp
Version:
Production-grade MCP server with multi-language code execution, VS Code integration, and browser automation
11 lines • 331 B
TypeScript
export declare class HealthService {
private logger;
constructor();
getHealthStatus(): Promise<any>;
private checkExecutionManagerHealth;
private checkSessionManagerHealth;
private checkSecurityManagerHealth;
private getMemoryUsage;
private getCpuUsage;
}
//# sourceMappingURL=HealthService.d.ts.map