//! Reverse proxy from the API gateway to local MCP and agent backends.
//!
//! [`ProxyEngine`] is the entry point; the `auth` submodule is the single
//! authorization boundary for proxied `/api/v1/mcp/*` and `/api/v1/agents/*`
//! traffic, emitting RFC 9728 OAuth challenges on unauthenticated requests.
pub use ;
pub use test_api;
pub use test_api as auth_test_api;
pub use test_api as engine_test_api;
pub use ProxyError;
pub use test_api as resolver_test_api;