mcp-compressor 0.15.0-alpha.6

Compress MCP tool surfaces and generate CLI, Python, and TypeScript clients.
Documentation
1
2
3
4
5
6
//! Public Rust SDK crate for mcp-compressor.
//!
//! This crate intentionally hides the internal `mcp-compressor-core` crate name
//! from end-user Rust code while re-exporting the public SDK/runtime surface.

pub use mcp_compressor_core::*;