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