cf-integration 0.1.0

Integration and conformance harness for ContextForge control-plane and data-plane services
Documentation
1
2
3
4
5
6
7
8
9
10
//! MCP transport, gateway, authentication proxy, and probe primitives.

pub(crate) mod auth_proxy;
pub(crate) mod backend_identity;
pub(crate) mod gateway;
pub(crate) mod probe;
pub(crate) mod protocol;
mod topology;

pub(crate) use topology::GatewayTopology;