ExMCP.Reliability.Supervisor.ClientWrapper (ex_mcp v0.10.0)

View Source

Wrapper process that integrates reliability features for MCP clients.

This process intercepts calls to the underlying client and applies:

  • Circuit breaker protection
  • Retry logic with exponential backoff
  • Health monitoring integration

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)