Provides struct and type for a McpServerBreakdown
@type t() :: %Gleanex.Client.McpServerBreakdown{ activeUsers: integer() | nil, hostApplications: [String.t()] | nil, server: String.t() | nil, totalCalls: integer() | nil }