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

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 response to a {@link
SubscriptionsListenRequestsubscriptions/listen} request, signalling
that the subscription has ended gracefully (for example, during server
shutdown). Because the listen stream is long-lived, this result is
sent only when the server tears the subscription down; an abrupt
transport close carries no response. The result body is otherwise
empty.

# `t`

```elixir
@type t() :: %GenMCP.MCP.V2607.SubscriptionsListenResult{
  _meta: term(),
  resultType: term()
}
```

# `json_schema`

Returns the JSON schema for this entity.

---

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