wallfacer-core 0.4.0

Runtime fuzzing and invariant-testing harness for MCP servers — catch crashes, hangs, schema drift, and state leaks before they ship.
Documentation
1
2
3
4
5
6
7
8
pub mod compose;
pub mod schema_gen;
pub mod shrink;
pub mod strategies;

pub use schema_gen::{
    generate_payload, generate_value, try_generate_payload, GenMode, GeneratedPayload, SkipReason,
};