@vessl-ai/mcpctl-control-plane
Version:
Vessl MCP Control Plane service for managing distributed jobs.
10 lines • 410 B
TypeScript
import { ControlPlaneStatus } from '@vessl-ai/mcpctl-shared/types/dto/controlplane';
import { ServerService } from '../server/server.service';
export declare class ControlService {
private readonly serverService;
private readonly logger;
constructor(serverService: ServerService);
stop(): Promise<void>;
status(): Promise<ControlPlaneStatus>;
}
//# sourceMappingURL=control.service.d.ts.map