Class ProtocolMappers

java.lang.Object
dev.tachyonmcp.core.protocol.ProtocolMappers

@InternalApi public class ProtocolMappers extends Object
Registry of ProtocolResponseMapper implementations built from Protocols.list().
  • Method Details

    • getMapper

      public static @Nullable ProtocolResponseMapper getMapper(String protocolName, String protocolVersion)
      Returns the mapper for the given protocol family and version, or null if none registered.