Uses of Class
org.springframework.ai.autoconfigure.mcp.server.McpServerProperties

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

    Modifier and Type
    Method
    Description
    io.modelcontextprotocol.server.McpAsyncServer
    MpcServerAutoConfiguration.mcpAsyncServer(io.modelcontextprotocol.spec.ServerMcpTransport transport, io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder capabilitiesBuilder, McpServerProperties serverProperties, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.AsyncToolRegistration>> tools, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceRegistration>> resources, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptRegistration>> prompts, org.springframework.beans.factory.ObjectProvider<Consumer<List<io.modelcontextprotocol.spec.McpSchema.Root>>> rootsChangeConsumer)
     
    io.modelcontextprotocol.server.McpSyncServer
    MpcServerAutoConfiguration.mcpSyncServer(io.modelcontextprotocol.spec.ServerMcpTransport transport, io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder capabilitiesBuilder, McpServerProperties serverProperties, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncToolRegistration>> tools, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncResourceRegistration>> resources, org.springframework.beans.factory.ObjectProvider<List<io.modelcontextprotocol.server.McpServerFeatures.SyncPromptRegistration>> prompts, org.springframework.beans.factory.ObjectProvider<Consumer<List<io.modelcontextprotocol.spec.McpSchema.Root>>> rootsChangeConsumers)
     
    io.modelcontextprotocol.server.transport.WebFluxSseServerTransport
    MpcWebFluxServerAutoConfiguration.webFluxTransport(McpServerProperties serverProperties)
     
    io.modelcontextprotocol.server.transport.WebMvcSseServerTransport
    MpcWebMvcServerAutoConfiguration.webMvcSseServerTransport(com.fasterxml.jackson.databind.ObjectMapper objectMapper, McpServerProperties serverProperties)