# `ExMCP.Server.Subscriptions.ETS`
[🔗](https://github.com/azmaveth/ex_mcp/blob/v1.4.0/lib/ex_mcp/server/subscriptions/ets.ex#L1)

Node-local subscription adapter backed by a private ETS table.

The table is owned by `ExMCP.Server.Subscriptions`; callers interact through
the registry so limit checks and registration remain atomic on one node.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
