II.
MCPTransport overview
Reference · livemcp-transport:http-sse
HTTP+SSE (deprecated) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for mcp-transport:http-sse.
Attributes
displayName
HTTP+SSE (deprecated)
kind
http-sse-deprecated
specVersion
2025-03-26
currentSpecRevision
2025-11-25
specRevisions
- 2024-11-05
- 2025-03-26
status
deprecated
streaming
partial
specUrl
connectionLifecycle
Two-endpoint design (legacy):
1. Client opens GET on the SSE endpoint; server responds with an
`endpoint` SSE event whose `data:` is the URL the client must
POST JSON-RPC requests to (typically a per-session URL).
2. Client POSTs `initialize` to the announced endpoint; response
is delivered asynchronously as an SSE `message` event on the
open GET stream.
3. Client POSTs `notifications/initialized`. Session is ready.
4. Shutdown is by closing the SSE GET; no explicit DELETE.
capabilityNegotiation
Same `initialize` request/response payloads as stdio and Streamable
HTTP — only the delivery path differs (POST request, SSE-event response).
notificationModel
Server-to-client notifications/requests/responses all flow on the
single SSE GET stream as `message` events. Client-to-server notifications
are POSTed to the announced endpoint and acknowledged with 202 Accepted.
reconnectPolicy
No formal session-resumption mechanism in the spec. On stream loss
the client is expected to reopen the SSE GET and run `initialize`
again; the server will issue a fresh per-session POST endpoint.
This lack of resumption is one of the reasons the 2025-03-26
revision deprecated this transport in favour of Streamable HTTP.
authentication
Bearer tokens via `Authorization: Bearer <token>` on both the SSE
GET and the POST endpoint. The 2025-06-18 OAuth Resource Server
formalisation does not apply — this transport was deprecated before
that revision was published.
streamingFraming
SSE event stream on the GET, each event `event: message\ndata: <json>\n\n`
(or `event: endpoint` for the initial endpoint announcement).
Per-message JSON-RPC framing on the POST endpoint (one message per
request body). Standard JSON-RPC message-id discipline.
Outgoing edges
spoken_by5
- agent-runtime-impl:a5c.runtime@current·AgentRuntimeImpla5c Unified Runtime (current) — unified tool host
- agent-runtime-impl:agent-platform.runtime@current·AgentRuntimeImplagent-platform Runtime (current) — SDK runtime + daemon
- agent-runtime-impl:babysitter.runtime@current·AgentRuntimeImplbabysitter Runtime (current) — task-effect dispatcher + harness adapters
- agent-runtime-impl:babysitter-sdk.runtime@current·AgentRuntimeImplbabysitter SDK Runtime (current) — task-effect dispatcher
- agent-runtime-impl:cursor.runtime@current·AgentRuntimeImplCursor Runtime (current)
Incoming edges
about_subject12
- claim:mcp-transport-http-sse-mcp-transport-http-sse-authentication·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-capabilitynegotiation·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-connectionlifecycle·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-currentspecrevision·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-notificationmodel·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-reconnectpolicy·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-specrevisions·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-specurl·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-specversion·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-status·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-streaming·Claim
- claim:mcp-transport-http-sse-mcp-transport-http-sse-streamingframing·Claim
connects5
- agent-runtime-impl:a5c.runtime@current·AgentRuntimeImpla5c Unified Runtime (current) — unified tool host
- agent-runtime-impl:agent-platform.runtime@current·AgentRuntimeImplagent-platform Runtime (current) — SDK runtime + daemon
- agent-runtime-impl:babysitter.runtime@current·AgentRuntimeImplbabysitter Runtime (current) — task-effect dispatcher + harness adapters
- agent-runtime-impl:babysitter-sdk.runtime@current·AgentRuntimeImplbabysitter SDK Runtime (current) — task-effect dispatcher
- agent-runtime-impl:genty.runtime@current·AgentRuntimeImplgenty Runtime (current) — composed agent-runtime + SDK runtime
speaks6
- agent-runtime-impl:a5c.runtime@current·AgentRuntimeImpla5c Unified Runtime (current) — unified tool host
- agent-runtime-impl:agent-platform.runtime@current·AgentRuntimeImplagent-platform Runtime (current) — SDK runtime + daemon
- agent-runtime-impl:babysitter.runtime@current·AgentRuntimeImplbabysitter Runtime (current) — task-effect dispatcher + harness adapters
- agent-runtime-impl:babysitter-sdk.runtime@current·AgentRuntimeImplbabysitter SDK Runtime (current) — task-effect dispatcher
- agent-runtime-impl:cursor.runtime@current·AgentRuntimeImplCursor Runtime (current)
- agent-runtime-impl:genty.runtime@current·AgentRuntimeImplgenty Runtime (current) — composed agent-runtime + SDK runtime