# `ExMCP.Client.Subscription.Ref`
[🔗](https://github.com/azmaveth/ex_mcp/blob/v1.0.0/lib/ex_mcp/client/subscription.ex#L19)

A reference to an active subscription process.

# `t`

```elixir
@type t() :: %ExMCP.Client.Subscription.Ref{
  acknowledged_filter: map(),
  client: GenServer.server(),
  pid: pid(),
  request_id: ExMCP.Types.request_id(),
  requested_filter: map()
}
```

---

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