Uses of Record Class
dev.langchain4j.mcp.client.McpRoot
Packages that use McpRoot
Package
Description
-
Uses of McpRoot in dev.langchain4j.mcp.client
Method parameters in dev.langchain4j.mcp.client with type arguments of type McpRootModifier and TypeMethodDescriptionSpecify the initial set of roots that are available to the server upon its request.void
void
Sets the roots that are made available to the server upon its request. -
Uses of McpRoot in dev.langchain4j.mcp.client.protocol
Constructor parameters in dev.langchain4j.mcp.client.protocol with type arguments of type McpRoot -
Uses of McpRoot in dev.langchain4j.mcp.client.transport
Constructor parameters in dev.langchain4j.mcp.client.transport with type arguments of type McpRootModifierConstructorDescriptionMcpOperationHandler
(Map<Long, CompletableFuture<com.fasterxml.jackson.databind.JsonNode>> pendingOperations, Supplier<List<McpRoot>> roots, McpTransport transport, Consumer<McpLogMessage> logMessageConsumer, Runnable onToolListUpdate)