feat: add mcp and skills

This commit is contained in:
WangCham
2026-05-02 17:38:18 +08:00
parent a8fba46040
commit 7c50aabe65
17 changed files with 180 additions and 6 deletions
@@ -42,6 +42,7 @@ export interface PluginV4 {
latest_version: string;
components: Record<string, number>;
status: PluginV4Status;
type?: 'plugin' | 'mcp' | 'skill';
created_at: string;
updated_at: string;
}