Uses of Enum Class
org.forgerock.openig.mcp.McpVersion
Packages that use McpVersion
Package
Description
Contains classes related to the MCP (Model Context Protocol) support.
-
Uses of McpVersion in org.forgerock.openig.mcp
Methods in org.forgerock.openig.mcp that return McpVersionModifier and TypeMethodDescriptionstatic McpVersionMcpVersion.earliestSupportedVersion()Returns the earliest supported version.static McpVersionMcpVersion.latestSupportedVersion()Returns the latest supported version.McpContext.mcpVersion()Returns the MCP version being used.static McpVersionReturns the enum constant of this class with the specified name.static McpVersion[]McpVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.forgerock.openig.mcp with parameters of type McpVersionModifierConstructorDescriptionMcpContext(Context parent, JsonRpcPayload clientMcpPayload, JsonRpcPayload serverMcpPayload, McpVersion mcpVersion, String sessionId) Create aMcpContext.