rust_mcp_schema/
generated_schema.rs1#[cfg(feature = "2024_11_05")]
3#[path = "generated_schema/2024_11_05/mcp_schema.rs"]
4mod schema_2024_11_05;
5#[cfg(feature = "2024_11_05")]
6pub use schema_2024_11_05::*;
7
8#[cfg(all(feature = "schema_utils", feature = "2024_11_05"))]
9#[path = "generated_schema/2024_11_05/schema_utils.rs"]
10pub mod schema_utils;
11
12#[cfg(feature = "2025_03_26")]
14#[cfg(not(feature = "2024_11_05"))]
15#[path = "generated_schema/2025_03_26/mcp_schema.rs"]
16mod schema_2025_03_26;
17
18#[cfg(feature = "2025_03_26")]
19#[cfg(not(feature = "2024_11_05"))]
20pub use schema_2025_03_26::*;
21
22#[cfg(all(feature = "schema_utils", feature = "2025_03_26"))]
23#[cfg(not(feature = "2024_11_05"))]
24#[path = "generated_schema/2025_03_26/schema_utils.rs"]
25pub mod schema_utils;