1 2 3 4 5 6 7 8
//! Tests for MCP mapping //! Split for file health compliance (CB-040) use super::*; include!("mcp_tests_basic.rs"); include!("mcp_tests_property.rs"); include!("mcp_tests_coverage.rs");