refactor(cli): further trim open-plugin schema and core extension interface

This commit is contained in:
Taylor Mullen
2026-03-24 10:18:25 -07:00
parent afb8727bcc
commit 258490b19c
4 changed files with 1 additions and 66 deletions
-4
View File
@@ -352,10 +352,6 @@ export interface GeminiCLIExtension {
description?: string;
author?: string | { name: string; email?: string; url?: string };
license?: string;
repository?: string | { type: string; url: string; directory?: string };
homepage?: string;
logo?: string;
keywords?: string[];
mcpServers?: Record<string, MCPServerConfig>;
contextFiles: string[];
excludeTools?: string[];