Skip to main content
The SDK includes transport components for routing MCP traffic across local and mesh environments.

LiopHybridGateway

LiopHybridGateway multiplexes HTTP/1.1 and HTTP/2 (gRPC) over a single TCP port and delegates MCP requests through LiopMcpRouter.

LiopMcpRouter

LiopMcpRouter is the request dispatcher used by the gateway and the CLI agent. It handles:
  • MCP method dispatch (tools/list, tools/call, resources/*, prompts/*)
  • Local tool execution and remote provider resolution via mesh manifests
  • ZK verification for remote responses
  • Manifest caching and adaptive discovery behavior

LiopStreamBridge

LiopStreamBridge exposes a LiopServer over Streamable HTTP transport with session isolation.

Security Notes

  • LiopStreamBridge supports Zero-Trust bearer enforcement via ZERO_TRUST_TOKEN.
  • Sessions are isolated and evicted when idle to reduce long-lived attack surfaces.
  • Gateway/router components preserve MCP JSON-RPC compatibility while keeping mesh-native routing behavior.