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
7
//! HTTP router for the generic tool proxy.
//!
//! Routes:
//! - `GET  /health` — liveness check, no auth required
//! - `POST /exec`   — tool invocation, requires `Authorization: Bearer <token>`

// Stub — implementation added in Phase 1 build.