mcpzip 0.1.0

MCP proxy that aggregates multiple servers behind search + execute meta-tools
Documentation
1
2
3
4
5
// MCP protocol layer - Phase 3
pub mod client;
pub mod protocol;
pub mod server;
pub mod transport;