mcp-compressor-core 0.19.5

Internal Rust core for mcp-compressor. Prefer the public mcp-compressor crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod backend;
pub mod compressed;
pub(crate) mod connect;
pub(crate) mod dynamic_http_client;
pub mod registration;
pub mod tool_cache;

pub use backend::{BackendAuthMode, BackendServerConfig, BackendTransport};
pub use compressed::{
    BackendConfigSource, CompressedServer, CompressedServerConfig, JustBashCommandSpec,
    JustBashProviderSpec, ProxyTransformMode,
};
pub use tool_cache::ToolCache;