ExMCP.Tasks.Store.ETS (ex_mcp v1.0.0-rc.8)

Copy Markdown View Source

Bounded node-local Tasks store with atomic lifecycle operations.

Entries survive client disconnects, client restarts, connection process failures, and worker failures while the ExMCP application remains running. They do not survive an application or node restart. Configure another ExMCP.Tasks.Store implementation when that stronger durability is needed.

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 \\ [])

@spec start_link(keyword()) :: GenServer.on_start()