Uses of Class
dev.langchain4j.mcp.protocol.McpClientMessage
Packages that use McpClientMessage
Package
Description
-
Uses of McpClientMessage in dev.langchain4j.mcp.client
Methods in dev.langchain4j.mcp.client that return McpClientMessageModifier and TypeMethodDescriptionMcpCallContext.message()Returns the value of themessagerecord component.Constructors in dev.langchain4j.mcp.client with parameters of type McpClientMessageModifierConstructorDescriptionMcpCallContext(@Nullable InvocationContext invocationContext, McpClientMessage message) Creates an instance of aMcpCallContextrecord class. -
Uses of McpClientMessage in dev.langchain4j.mcp.client.transport
Methods in dev.langchain4j.mcp.client.transport with parameters of type McpClientMessageModifier and TypeMethodDescriptionvoidMcpTransport.executeOperationWithoutResponse(McpClientMessage request) Sends a message that does not expect a response from the server - either a client-initiated notification or a response to a server-initiated request.CompletableFuture<com.fasterxml.jackson.databind.JsonNode> McpTransport.executeOperationWithResponse(McpClientMessage request) Executes an operation that expects a response from the server. -
Uses of McpClientMessage in dev.langchain4j.mcp.client.transport.docker
Methods in dev.langchain4j.mcp.client.transport.docker with parameters of type McpClientMessageModifier and TypeMethodDescriptionvoidDockerMcpTransport.executeOperationWithoutResponse(McpClientMessage operation) CompletableFuture<com.fasterxml.jackson.databind.JsonNode> DockerMcpTransport.executeOperationWithResponse(McpClientMessage operation) -
Uses of McpClientMessage in dev.langchain4j.mcp.client.transport.http
Methods in dev.langchain4j.mcp.client.transport.http with parameters of type McpClientMessageModifier and TypeMethodDescriptionvoidHttpMcpTransport.executeOperationWithoutResponse(McpClientMessage operation) Deprecated, for removal: This API element is subject to removal in a future version.voidStreamableHttpMcpTransport.executeOperationWithoutResponse(McpClientMessage operation) CompletableFuture<com.fasterxml.jackson.databind.JsonNode> HttpMcpTransport.executeOperationWithResponse(McpClientMessage operation) Deprecated, for removal: This API element is subject to removal in a future version.CompletableFuture<com.fasterxml.jackson.databind.JsonNode> StreamableHttpMcpTransport.executeOperationWithResponse(McpClientMessage operation) -
Uses of McpClientMessage in dev.langchain4j.mcp.client.transport.stdio
Methods in dev.langchain4j.mcp.client.transport.stdio with parameters of type McpClientMessageModifier and TypeMethodDescriptionvoidStdioMcpTransport.executeOperationWithoutResponse(McpClientMessage operation) CompletableFuture<com.fasterxml.jackson.databind.JsonNode> StdioMcpTransport.executeOperationWithResponse(McpClientMessage operation) -
Uses of McpClientMessage in dev.langchain4j.mcp.client.transport.websocket
Methods in dev.langchain4j.mcp.client.transport.websocket with parameters of type McpClientMessageModifier and TypeMethodDescriptionvoidWebSocketMcpTransport.executeOperationWithoutResponse(McpClientMessage request) CompletableFuture<com.fasterxml.jackson.databind.JsonNode> WebSocketMcpTransport.executeOperationWithResponse(McpClientMessage request) -
Uses of McpClientMessage in dev.langchain4j.mcp.protocol
Subclasses of McpClientMessage in dev.langchain4j.mcp.protocolModifier and TypeClassDescriptionclassCorresponds to theCallToolRequesttype from the MCP schema.classCorresponds to theCancelledNotificationtype from the MCP schema.classCorresponds to theJSONRPCNotificationtype from the MCP schema.classCorresponds to theJSONRPCRequesttype from the MCP schema.classCorresponds to theJSONRPCResponsetype from the MCP schema.classCorresponds to theGetPromptRequesttype from the MCP schema.classCorresponds to theInitializedNotificationtype from the MCP schema.classCorresponds to theInitializeRequesttype from the MCP schema.classCorresponds to theListPromptsRequesttype from the MCP schema.classCorresponds to theListResourcesRequesttype from the MCP schema.classCorresponds to theListResourceTemplatesRequesttype from the MCP schema.classCorresponds to theListToolsRequesttype from the MCP schema.classCorresponds to thePingRequesttype from the MCP schema.classCorresponds to theEmptyResulttype from the MCP schema (response to aPingRequest).classCorresponds to theReadResourceRequesttype from the MCP schema.classCorresponds to theRootsListChangedNotificationtype from the MCP schema.classCorresponds to theListRootsResulttype from the MCP schema.classclass