Package dev.tachyonmcp.core.protocol
Class ProtocolMappers
java.lang.Object
dev.tachyonmcp.core.protocol.ProtocolMappers
Registry of
ProtocolResponseMapper implementations built from Protocols.list().-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ProtocolResponseMapperReturns the mapper for the given protocol family and version, ornullif none registered.
-
Method Details
-
getMapper
public static @Nullable ProtocolResponseMapper getMapper(String protocolName, String protocolVersion) Returns the mapper for the given protocol family and version, ornullif none registered.
-