Uses of Class
org.springframework.ai.mcp.client.autoconfigure.properties.McpClientCommonProperties
Packages that use McpClientCommonProperties
-
Uses of McpClientCommonProperties in org.springframework.ai.mcp.client.autoconfigure
Methods in org.springframework.ai.mcp.client.autoconfigure with parameters of type McpClientCommonPropertiesModifier 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.