Gleanex.Client.McpServerBreakdown (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpServerBreakdown

Summary

Types

t()

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