ExBifrost.Model.GetMcpClients200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Paginated list of MCP clients.

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetMcpClients200Response{
  clients: [ExBifrost.Model.McpClient.t()],
  count: integer(),
  limit: integer(),
  offset: integer(),
  total_count: integer()
}

Functions

decode(value)