Uses of Interface
org.springframework.ai.mcp.customizer.McpSyncServerCustomizer

Packages that use McpSyncServerCustomizer
  • Uses of McpSyncServerCustomizer in org.springframework.ai.mcp.server.common.autoconfigure

    Modifier and Type
    Method
    Description
    io.modelcontextprotocol.server.McpSyncServer
    McpServerAutoConfiguration.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)