Class McpServerToolListingHandlerConfiguration

java.lang.Object
io.meeds.mcp.server.configuration.McpServerToolListingHandlerConfiguration

@Configuration @EnableConfigurationProperties({org.springframework.ai.mcp.server.common.autoconfigure.properties.McpServerProperties.class,org.springframework.ai.mcp.server.common.autoconfigure.properties.McpServerStreamableHttpProperties.class}) public class McpServerToolListingHandlerConfiguration extends Object
Custom configuration to allow overriding MCP Tools Listing Handler. This overrides io.modelcontextprotocol.server.transport.WebMvcStreamableServerTransportProvider in order to be able to override the MCP Tools Listing Handler. This will allow to list the Tools switch the elected scope.
  • Constructor Details

    • McpServerToolListingHandlerConfiguration

      public McpServerToolListingHandlerConfiguration()
  • Method Details