← What's new

v0.3 bench numbers from the lab — 3.6× on tools/list, 18× on text streams

First end-to-end run of the v0.3 stack against codec-metamcp:v0.3.0 on a real lab box. tools/list collapses to 3.6× over JSON-RPC; text streams hit 18× over JSON-SSE on protobuf framing.

The v0.3 release shipped to a real lab today (vinez@192.168.1.88, 2× RTX 3090) and the bench numbers landed.

MCP gatewaycodec-metamcp:v0.3.0 against a 38-tool namespace (Playwright, Calculator, Sequential-Thinking, Time, YouTube-Transcripts, Memory). The headline tools/list call:

VariantWire bytesvs JSON-RPC
json (baseline)20.7 KB1.0×
msgpack-both+gzip5.7 KB3.6×

Text streamscodec-sglang running Qwen2.5-0.5B at 274 tokens:

EncoderWire bytesB/tokenvs JSON-SSE
JSON-SSE53.1 KB1981.0×
Codec msgpack4.0 KB15.113.2×
Codec protobuf2.9 KB11.018.0×

The leaf-mode bypass (variant 5 of the MCP-live matrix — msgpack-both+gzip+map with codec-time-leaf in-namespace) is wired end-to-end, with the gateway emitting the [Codec][leaf] log line on every Codec-aware tool call.