Package dev.tachyonmcp.core.transport.jsonrpc
@NullMarked
@InternalApi
package dev.tachyonmcp.core.transport.jsonrpc
JSON-RPC 2.0 message parsing, serialization, and codec types.
-
ClassDescriptionLow-level JSON-RPC 2.0 codec: parse and serialize messages to/from Netty
ByteBuf.A JSON-RPC error object, produced by a protocol version'sProtocolResponseMapper.A parsed JSON-RPC 2.0 message: request, notification, response, or error.A JSON-RPC error response.A JSON-RPC notification (no ID, no response expected).A JSON-RPC request with an ID (expecting a response).A JSON-RPC success response.