1//! MPL Sidecar Proxy Library
2//!
3//! Provides the core components for the MPL proxy that intercepts
4//! MCP/A2A traffic and adds MPL validation.
56pub mod config;
7pub mod handlers;
8pub mod metrics;
9pub mod middleware;
10pub mod proxy;
11pub mod qom_recorder;
12pub mod traffic;