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

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).

Sent from the client to open a long-lived channel for receiving
notifications outside the context of a specific request. Replaces the
previous HTTP GET endpoint and ensures consistent behavior between
HTTP and STDIO.

# `t`

```elixir
@type t() :: %GenMCP.MCP.V2607.SubscriptionsListenRequest{id: term(), params: term()}
```

# `json_schema`

Returns the JSON schema for this entity.

# `method`

Returns the JSON RPC method for this request.

---

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