ExMCP.Client.States.Disconnected (ex_mcp v0.10.0)

View Source

State data for disconnected state.

Summary

Types

t()

@type t() :: %ExMCP.Client.States.Disconnected{
  common: ExMCP.Client.States.Common.t(),
  disconnect_reason: term() | nil,
  last_error: term() | nil,
  retry_count: non_neg_integer()
}

Functions

new(config, opts)