export interface McpToolCallTelemetry { id: string; name: string; toolName: string; toolArgs: string; toolCallSuccessful: boolean; } export interface McpServerActionTelemetry { id: string; name: string; action: 'install' | 'uninstall'; actionSuccessful: boolean; isOfficial: boolean; } export interface McpSettingsChangeTelemetry { installedServerCount: number; marketServerCount: number; customServerCount: number; } //# sourceMappingURL=mcp.d.ts.map