SSEServer Transport
Server transport for SSE: this will send messages over an SSE connection and receive messages from HTTP POST requests.
Creates a new SSE server transport, which will direct the client to POST messages to the relative or absolute URL identified by _endpoint
.
Properties
Functions
Link copied to clipboard
Handle a client message, regardless of how it arrived. This can be used to inform the server of messages that arrive via a means different from HTTP POST.
Link copied to clipboard
Handles incoming POST messages.
Link copied to clipboard
Sends a JSON-RPC message (request or response).