@vessl-ai/mcpctl-control-plane
Version:
Vessl MCP Control Plane service for managing distributed jobs.
12 lines • 447 B
TypeScript
import { ConfigService } from '@nestjs/config';
import { ServerService } from '../server/server.service';
export declare class LogService {
private readonly configService;
private readonly serverService;
constructor(configService: ConfigService, serverService: ServerService);
getServerInstanceLogs(params: {
serverName: string;
limit?: number;
}): Promise<string[]>;
}
//# sourceMappingURL=log.service.d.ts.map