Uses of Class
dev.langchain4j.mcp.client.transport.http.StreamableHttpMcpTransport.Builder
Packages that use StreamableHttpMcpTransport.Builder
-
Uses of StreamableHttpMcpTransport.Builder in dev.langchain4j.mcp.client.transport.http
Methods in dev.langchain4j.mcp.client.transport.http that return StreamableHttpMcpTransport.BuilderModifier and TypeMethodDescriptionStreamableHttpMcpTransport.Builder.customHeaders
(Map<String, String> customHeaders) The request headers of the MCP server.An optionalExecutor
that will be used for executing requests and handling responses.StreamableHttpMcpTransport.Builder.logRequests
(boolean logRequests) Whether to log all requests that are sent over this transport.StreamableHttpMcpTransport.Builder.logResponses
(boolean logResponses) Whether to log all responses received over this transport.The connection timeout (applied on the http client level).The URL of the MCP server.Constructors in dev.langchain4j.mcp.client.transport.http with parameters of type StreamableHttpMcpTransport.BuilderModifierConstructorDescription