Optional_Metadata from the original request.
OptionalauthInformation about a validated access token, provided to request handlers.
OptionalcloseCloses the SSE stream for this request, triggering client reconnection. Only available when using StreamableHTTPServerTransport with eventStore configured. Use this to implement polling behavior during long-running operations.
OptionalcloseCloses the standalone GET SSE stream, triggering client reconnection. Only available when using StreamableHTTPServerTransport with eventStore configured. Use this to implement polling behavior for server-initiated notifications.
The JSON-RPC ID of the request being handled. This can be useful for tracking or logging purposes.
OptionalrequestThe original HTTP request.
Sends a notification that relates to the current request being handled.
This is used by certain transports to correctly associate related messages.
Sends a request that relates to the current request being handled.
This is used by certain transports to correctly associate related messages.
OptionalsessionThe session ID from the transport, if available.
An abort signal used to communicate if the request was cancelled from the sender's side.
OptionaltaskOptionaltaskOptionaltask
Extra data given to request handlers.