Remove legacy client-manager platform path

This commit is contained in:
npc0-hue
2026-09-03 16:40:05 +08:00
parent ec2462a312
commit 80cddbf19d
51 changed files with 382 additions and 4271 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ export interface RuntimeDiscoveryProbeResponse {
export interface RuntimeLifecycleProfileResponse {
key: string;
mode: "local-process" | "hosted-ftp-rcon" | "ftp-only" | "custom-client";
mode: "local-process" | "hosted-ftp-rcon" | "ftp-only";
capabilities: string[];
actionRefs?: Record<string, string>;
transportKeys?: string[];