Uses of Class
org.forgerock.openig.mcp.jsonrpc.JsonRpcPayload
Packages that use JsonRpcPayload
Package
Description
Contains classes related to the MCP (Model Context Protocol) support.
Contains classes related to the JSON-RPC protocol support for MCP.
-
Uses of JsonRpcPayload in org.forgerock.openig.mcp
Methods in org.forgerock.openig.mcp that return JsonRpcPayloadModifier and TypeMethodDescriptionMcpContext.clientPayload()Returns the JSON-RPC message received from the MCP client.McpContext.serverPayload()Returns the JSON-RPC message received from the MCP server, if any.Constructors in org.forgerock.openig.mcp with parameters of type JsonRpcPayloadModifierConstructorDescriptionMcpContext(Context parent, JsonRpcPayload clientPayload, JsonRpcPayload serverPayload, String protocolVersion, String sessionId) Create aMcpContext. -
Uses of JsonRpcPayload in org.forgerock.openig.mcp.jsonrpc
Subclasses of JsonRpcPayload in org.forgerock.openig.mcp.jsonrpcModifier and TypeClassDescriptionfinal classA guaranteed valid JSON-RPC Request object.classRepresents a JSON-RPC response message, either a result or an error.static final classRepresents a JSON-RPC error message.static final classRepresents a JSON-RPC result message.Methods in org.forgerock.openig.mcp.jsonrpc that return types with arguments of type JsonRpcPayloadModifier and TypeMethodDescriptionJsonRpcPayload.toJsonRpcMessage(Entity entity) Reads the given entity to a JSON-RPC message.