Uses of Class
org.forgerock.openig.mcp.McpSchemas.NamedJsonSchema
Packages that use McpSchemas.NamedJsonSchema
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 McpSchemas.NamedJsonSchema in org.forgerock.openig.mcp
Methods in org.forgerock.openig.mcp that return McpSchemas.NamedJsonSchemaModifier and TypeMethodDescriptionstatic McpSchemas.NamedJsonSchemaReturns the JSON Schema for the given definition name. -
Uses of McpSchemas.NamedJsonSchema in org.forgerock.openig.mcp.jsonrpc
Methods in org.forgerock.openig.mcp.jsonrpc with parameters of type McpSchemas.NamedJsonSchemaModifier and TypeMethodDescriptionvoidJsonRpcPayload.validate(McpSchemas.NamedJsonSchema schema, JsonRpcResponse.JsonRpcError.JsonRpcErrorCode errorCode) Validates this JSON-RPC message against the given schema.Constructors in org.forgerock.openig.mcp.jsonrpc with parameters of type McpSchemas.NamedJsonSchemaModifierConstructorDescriptionprotectedJsonRpcPayload(com.fasterxml.jackson.databind.JsonNode payload, McpSchemas.NamedJsonSchema validationSchema) Constructs a new JsonRpcMessage.