UNPKG

@vessl-ai/mcpctl-control-plane

Version:

Vessl MCP Control Plane service for managing distributed jobs.

7 lines 283 B
import { LogService } from './log.service'; export declare class LogController { private readonly logService; constructor(logService: LogService); getServerInstanceLogs(serverName: string, limit?: string): Promise<string[]>; } //# sourceMappingURL=log.controller.d.ts.map