ExMCP.Client.States.Common (ex_mcp v0.9.2)

View Source

Common data shared across all states.

Summary

Types

t()

@type t() :: %ExMCP.Client.States.Common{
  callbacks: map(),
  config: map(),
  name: atom() | nil,
  transport_module: module()
}

Functions

new(config, opts)