streamableHttpTransport

public abstract McpServer.Builder streamableHttpTransport(StreamableHttpTransport streamableHttpTransport)

Setter for streamableHttpTransport.

streamableHttpTransport: A transport that can stream HTTP requests and responses.


@CanIgnoreReturnValue()
public McpServer.Builder streamableHttpTransport(StreamableHttpTransport.Builder streamableHttpTransportBuilder)

Setter for streamableHttpTransport builder.

streamableHttpTransport: A transport that can stream HTTP requests and responses.