Uses of Record Class
io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceTemplateSpecification
Packages that use McpStatelessServerFeatures.AsyncResourceTemplateSpecification
-
Uses of McpStatelessServerFeatures.AsyncResourceTemplateSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpStatelessServerFeatures.AsyncResourceTemplateSpecificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpStatelessAsyncServer.addResourceTemplate(McpStatelessServerFeatures.AsyncResourceTemplateSpecification resourceTemplateSpecification) Add a new resource template at runtime.McpServer.StatelessAsyncSpecification.resourceTemplates(McpStatelessServerFeatures.AsyncResourceTemplateSpecification... resourceTemplates) Sets the resource templates using varargs for convenience.Method parameters in io.modelcontextprotocol.server with type arguments of type McpStatelessServerFeatures.AsyncResourceTemplateSpecificationModifier and TypeMethodDescriptionMcpServer.StatelessAsyncSpecification.resourceTemplates(List<McpStatelessServerFeatures.AsyncResourceTemplateSpecification> resourceTemplates) Sets the resource templates that define patterns for dynamic resource access.