Uses of Interface
dev.tachyonmcp.core.protocol.ProtocolResponseMapper
Packages that use ProtocolResponseMapper
Package
Description
Protocol interfaces and domain types for MCP server and client interaction.
MCP 2025-11-25 protocol version: models, codecs, transport, and protocol bindings.
Generated JSON-RPC codecs for the MCP 2025-11-25 protocol version.
MCP 2026-07-28 protocol version: models, codecs, transport, and protocol bindings.
Generated JSON-RPC codecs for the MCP 2026-07-28 protocol version.
Internal server engine — request dispatch, session lifecycle, handler wiring.
Session management — dispatch contexts, session lifecycle events, and session storage.
Netty-based HTTP and SSE transport implementation.
-
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol that return ProtocolResponseMapperModifier and TypeMethodDescriptionstatic @Nullable ProtocolResponseMapperReturns the mapper for the given protocol family and version, ornullif none registered.Protocol.responseMapper()Response mapper for this protocol version. -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.protocol.mcp.v2025_11_25
Methods in dev.tachyonmcp.core.protocol.mcp.v2025_11_25 that return ProtocolResponseMapper -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs
Classes in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs that implement ProtocolResponseMapper -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.protocol.mcp.v2026_07_28
Methods in dev.tachyonmcp.core.protocol.mcp.v2026_07_28 that return ProtocolResponseMapper -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs
Classes in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs that implement ProtocolResponseMapperModifier and TypeClassDescriptionfinal classMaps the modern MCP discovery and empty response shapes. -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.server.internal
Methods in dev.tachyonmcp.core.server.internal that return ProtocolResponseMapperModifier and TypeMethodDescriptionServerEngine.responseMapper()Returns the protocol response mapper for the default MCP version. -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.server.session
Methods in dev.tachyonmcp.core.server.session that return ProtocolResponseMapperModifier and TypeMethodDescriptionDefaultDispatchContext.responseMapper()DispatchContext.responseMapper()Returns the protocol response mapper for the current protocol version.NoopInteractionContext.responseMapper() -
Uses of ProtocolResponseMapper in dev.tachyonmcp.core.transport.netty
Methods in dev.tachyonmcp.core.transport.netty with parameters of type ProtocolResponseMapperModifier and TypeMethodDescriptionstatic io.netty.channel.ChannelFutureMcpResponseWriter.sendInternalError(io.netty.channel.ChannelHandlerContext ctx, RequestId id, @Nullable String origin, ProtocolResponseMapper mapper) Writes a JSON-RPC internal-error response and closes the connection, for a dispatch failure that occurred after a POST-SSE stream had already started (so the normal response path can no longer send a result).