Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceSpecification
Packages that use McpServerFeatures.AsyncResourceSpecification
-
Uses of McpServerFeatures.AsyncResourceSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.AsyncResourceSpecificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncServer.addResource(McpServerFeatures.AsyncResourceSpecification resourceSpecification) Add a new resource handler at runtime.McpServer.AsyncSpecification.resources(McpServerFeatures.AsyncResourceSpecification... resourceSpecifications) Registers multiple resources with their handlers using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.AsyncResourceSpecificationModifier and TypeMethodDescriptionMcpServer.AsyncSpecification.resources(List<McpServerFeatures.AsyncResourceSpecification> resourceSpecifications) Registers multiple resources with their handlers using a List.McpServer.AsyncSpecification.resources(Map<String, McpServerFeatures.AsyncResourceSpecification> resourceSpecifications) Registers multiple resources with their handlers using a Map.