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;