Response and Notifications - Possible multiplexing Transports - stdio -> The client instantiates the server, sends the requests on stdio and gets the response from the same channel - Server-Sent Event (SSE) -> The client sends a POST request to the server, the response is an SSE (chunked response) - Streamable HTTP ->