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

View Source

State data for connecting state.

Summary

Types

t()

@type t() :: %ExMCP.Client.States.Connecting{
  attempt_number: pos_integer(),
  common: ExMCP.Client.States.Common.t(),
  start_time: integer(),
  supervisor_pid: pid() | nil
}