Backplane.McpProtocol.Server.Transport.StreamableHTTP.ModernSubscription (backplane_mcp_protocol v0.5.0)

Copy Markdown

Owns one modern subscriptions/listen POST and its request-scoped SSE stream.

Validation and subscription establishment finish before chunked streaming begins, so every finite protocol failure remains a JSON response.

Summary

Functions

call(conn, request, transport_context, opts)

@spec call(Plug.Conn.t(), map(), map(), map()) :: Plug.Conn.t()