Uses of Class
org.springframework.ai.mcp.client.autoconfigure.properties.McpSseClientProperties
Packages that use McpSseClientProperties
-
Uses of McpSseClientProperties in org.springframework.ai.mcp.client.autoconfigure
Methods in org.springframework.ai.mcp.client.autoconfigure with parameters of type McpSseClientPropertiesModifier and TypeMethodDescriptionSseHttpClientTransportAutoConfiguration.mcpHttpClientTransports(McpSseClientProperties sseProperties, org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider) Creates a list of HTTP client-based SSE transports for MCP communication.SseWebFluxTransportAutoConfiguration.webFluxClientTransports(McpSseClientProperties sseProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.function.client.WebClient.Builder> webClientBuilderProvider, org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider) Creates a list of WebFlux-based SSE transports for MCP communication.