# `GenMCP.MCP.V2607.SubscriptionFilter`
[🔗](https://github.com/lud/gen_mcp/blob/main/lib/gen_mcp/mcp/v2607/entities.ex#L4107)

Struct and module-based JSON schema generated from
[modelcontextprotocol.io JSON schema](https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema/2026-07-28/schema.json).

The set of notification types a client may opt in to on a {@link
SubscriptionsListenRequestsubscriptions/listen} request.

Each notification type is **opt-in**; the server **MUST NOT** send
notification types the client has not explicitly requested here.

# `t`

```elixir
@type t() :: %GenMCP.MCP.V2607.SubscriptionFilter{
  promptsListChanged: term(),
  resourceSubscriptions: term(),
  resourcesListChanged: term(),
  toolsListChanged: term()
}
```

# `json_schema`

Returns the JSON schema for this entity.

---

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