Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/mcptest-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
//! - [`plugins`]: subprocess plugin protocol. Spawns a polyglot
//! plugin binary, exchanges newline-delimited JSON over stdin/stdout,
//! and caches the process for the run lifetime.
//! - [`policy`]: offline governance policy simulator. Turns saved artifacts
//! into a flat fact map and evaluates declarative rules plus expiring
//! waivers into a pass / warn / fail verdict, with no network access.
//! - [`subprocess`]: one-shot JSON subprocess helper shared by
//! the transform step and the context-aware hooks. Spawns a command,
//! writes one JSON value to stdin, and parses one JSON value from stdout.
Expand Down Expand Up @@ -125,6 +128,7 @@ pub mod migration;
pub mod model_compat;
pub mod network;
pub mod plugins;
pub mod policy;
pub mod profiles;
pub mod propose;
pub mod protocol;
Expand Down
Loading
Loading