Uses of Interface
org.springframework.ai.mcp.customizer.McpSyncServerCustomizer
Packages that use McpSyncServerCustomizer
-
Uses of McpSyncServerCustomizer in org.springframework.ai.mcp.server.common.autoconfigure
Method parameters in org.springframework.ai.mcp.server.common.autoconfigure with type arguments of type McpSyncServerCustomizerModifier and TypeMethodDescriptionio.modelcontextprotocol.server.McpSyncServerMcpServerAutoConfiguration.mcpSyncServer(io.modelcontextprotocol.spec.McpServerTransportProviderBase transportProvider, io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder capabilitiesBuilder, McpServerProperties serverProperties, McpServerChangeNotificationProperties changeNotificationProperties, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification>> tools, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncResourceSpecification>> resources, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncResourceTemplateSpecification>> resourceTemplates, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncPromptSpecification>> prompts, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncCompletionSpecification>> completions, org.springframework.beans.factory.ObjectProvider<BiConsumer<io.modelcontextprotocol.server.McpSyncServerExchange, List<io.modelcontextprotocol.spec.McpSchema.Root>>> rootsChangeConsumers, Optional<McpSyncServerCustomizer> mcpSyncServerCustomizer)