mcp-compressor-core 0.15.0-alpha.3

Internal Rust core for mcp-compressor. Prefer the public mcp-compressor crate.
Documentation
1
2
3
4
5
6
//! Server registry for multi-server routing.
//!
//! Maps server names to their corresponding backend clients and routes
//! incoming `POST /exec` requests to the correct backend.

// Stub — implementation added in Phase 1 build.