Uses of Record Class
org.springframework.ai.mcp.client.autoconfigure.NamedClientMcpTransport
Packages that use NamedClientMcpTransport
-
Uses of NamedClientMcpTransport in org.springframework.ai.mcp.client.autoconfigure
Methods in org.springframework.ai.mcp.client.autoconfigure that return types with arguments of type NamedClientMcpTransportModifier 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.StdioTransportAutoConfiguration.stdioTransports(McpStdioClientProperties stdioProperties) Creates a list of stdio-based 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.Method parameters in org.springframework.ai.mcp.client.autoconfigure with type arguments of type NamedClientMcpTransportModifier and TypeMethodDescriptionList<io.modelcontextprotocol.client.McpAsyncClient>McpClientAutoConfiguration.mcpAsyncClients(McpAsyncClientConfigurer mcpAsyncClientConfigurer, McpClientCommonProperties commonProperties, org.springframework.beans.factory.ObjectProvider<List<NamedClientMcpTransport>> transportsProvider) List<io.modelcontextprotocol.client.McpSyncClient>McpClientAutoConfiguration.mcpSyncClients(McpSyncClientConfigurer mcpSyncClientConfigurer, McpClientCommonProperties commonProperties, org.springframework.beans.factory.ObjectProvider<List<NamedClientMcpTransport>> transportsProvider) Creates a list ofMcpSyncClientinstances based on the available transports.