ExBifrost.Model.McpClient (ex_bifrost v0.1.0)

Copy Markdown View Source

Connected MCP client with its tools

Summary

Types

t()

@type t() :: %ExBifrost.Model.McpClient{
  config: ExBifrost.Model.McpClientConfig.t() | nil,
  state: String.t() | nil,
  tools: [ExBifrost.Model.McpClientToolsInner.t()] | nil,
  vk_configs: [ExBifrost.Model.McpClientVkConfigsInner.t()] | nil
}

Functions

decode(value)