cf-integration 0.2.0

Integration and conformance harness for ContextForge control-plane and data-plane services
Documentation
1
2
3
4
5
6
7
8
9
//! Official conformance fixture, baseline, result, and report primitives.

pub(crate) mod baseline;
pub(crate) mod client;
pub(crate) mod fixture;
pub(crate) mod profile;
pub(crate) mod results;

pub(crate) use profile::DEFAULT_MCP_SPEC_VERSION;