ConduitMcp.Application (ConduitMCP v0.10.1)

Copy Markdown View Source

OTP application for ConduitMCP.

ConduitMCP is largely stateless — each HTTP request runs in its own Bandit process — so the supervision tree is deliberately small. Its job is to own the few long-lived ETS tables that must outlive short-lived request processes:

It also seeds the validation config into :persistent_term for O(1) reads on every request.