Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ListRootsResult
Packages that use McpSchema.ListRootsResult
-
Uses of McpSchema.ListRootsResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpSchema.ListRootsResultModifier and TypeMethodDescriptionMcpSyncServerExchange.listRoots()Retrieves the list of all roots provided by the client.Retrieves a paginated list of roots provided by the client.Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.ListRootsResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.ListRootsResult>McpAsyncServerExchange.listRoots()Retrieves the list of all roots provided by the client.reactor.core.publisher.Mono<McpSchema.ListRootsResult>Retrieves a paginated list of roots provided by the client.