//! Integration tests for tsafe-mcp.
//!
//! Cargo treats each top-level file in `tests/` as a separate integration
//! test binary. We pull the named per-feature modules in as submodules of
//! this single integration binary so the planner's layout
//! (`tests/integration/<file>.rs`) is preserved while remaining
//! cargo-compatible.