ExMCP.Client.States.Disconnected (ex_mcp v0.10.0)
View SourceState data for disconnected state.
Summary
Types
@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() }