Uses of Interface
dev.tachyonmcp.core.protocol.ProtocolRequestMapper
Packages that use ProtocolRequestMapper
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.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of ProtocolRequestMapper in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol that return ProtocolRequestMapperModifier and TypeMethodDescriptionProtocol.requestMapper()Request mapper for this protocol version. -
Uses of ProtocolRequestMapper in dev.tachyonmcp.core.protocol.mcp.v2025_11_25
Methods in dev.tachyonmcp.core.protocol.mcp.v2025_11_25 that return ProtocolRequestMapper -
Uses of ProtocolRequestMapper in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs
Classes in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs that implement ProtocolRequestMapperModifier and TypeClassDescriptionclassRequest mapper for MCP 2025-11-25 and its backward-compatible request shapes. -
Uses of ProtocolRequestMapper in dev.tachyonmcp.core.protocol.mcp.v2026_07_28
Methods in dev.tachyonmcp.core.protocol.mcp.v2026_07_28 that return ProtocolRequestMapper -
Uses of ProtocolRequestMapper in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs
Classes in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs that implement ProtocolRequestMapper -
Uses of ProtocolRequestMapper in dev.tachyonmcp.core.server.session
Methods in dev.tachyonmcp.core.server.session that return ProtocolRequestMapperModifier and TypeMethodDescriptionDefaultDispatchContext.requestMapper()DispatchContext.requestMapper()Returns the protocol request mapper for the current protocol version.NoopInteractionContext.requestMapper()