|
1 |
| -/// Schema Version : 2024_11_05 |
| 1 | +/// Schema Version: 2024_11_05 |
2 | 2 | #[cfg(feature = "2024_11_05")]
|
3 | 3 | #[path = "generated_schema/2024_11_05/mcp_schema.rs"]
|
4 |
| -mod schema_2024_11_05; |
| 4 | +mod mcp_schema; |
5 | 5 |
|
6 | 6 | #[cfg(feature = "2024_11_05")]
|
7 |
| -pub use schema_2024_11_05::*; |
| 7 | +pub use mcp_schema::*; |
8 | 8 |
|
9 | 9 | #[cfg(all(feature = "schema_utils", feature = "2024_11_05"))]
|
10 | 10 | #[path = "generated_schema/2024_11_05/schema_utils.rs"]
|
11 | 11 | pub mod schema_utils;
|
12 | 12 |
|
13 |
| -/// Schema Version : 2025_03_26 |
| 13 | +/// Schema Version: 2025_03_26 |
14 | 14 | #[cfg(feature = "2025_03_26")]
|
15 |
| -#[cfg(not(feature = "2024_11_05"))] |
16 | 15 | #[path = "generated_schema/2025_03_26/mcp_schema.rs"]
|
17 |
| -mod schema_2025_03_26; |
| 16 | +mod mcp_schema; |
18 | 17 |
|
19 | 18 | #[cfg(feature = "2025_03_26")]
|
20 |
| -#[cfg(not(feature = "2024_11_05"))] |
21 |
| -pub use schema_2025_03_26::*; |
| 19 | +pub use mcp_schema::*; |
22 | 20 |
|
23 | 21 | #[cfg(all(feature = "schema_utils", feature = "2025_03_26"))]
|
24 |
| -#[cfg(not(feature = "2024_11_05"))] |
25 | 22 | #[path = "generated_schema/2025_03_26/schema_utils.rs"]
|
26 | 23 | pub mod schema_utils;
|
27 | 24 |
|
28 |
| -/// Schema Version : draft |
| 25 | +/// Schema Version: draft |
29 | 26 | #[cfg(feature = "draft")]
|
30 |
| -#[cfg(not(feature = "2024_11_05"))] |
31 |
| -#[cfg(not(feature = "2025_03_26"))] |
32 | 27 | #[path = "generated_schema/draft/mcp_schema.rs"]
|
33 |
| -mod schema_draft; |
| 28 | +mod mcp_schema; |
34 | 29 |
|
35 | 30 | #[cfg(feature = "draft")]
|
36 |
| -#[cfg(not(feature = "2024_11_05"))] |
37 |
| -#[cfg(not(feature = "2025_03_26"))] |
38 |
| -pub use schema_draft::*; |
| 31 | +pub use mcp_schema::*; |
39 | 32 |
|
40 | 33 | #[cfg(all(feature = "schema_utils", feature = "draft"))]
|
41 |
| -#[cfg(not(feature = "2024_11_05"))] |
42 |
| -#[cfg(not(feature = "2025_03_26"))] |
43 | 34 | #[path = "generated_schema/draft/schema_utils.rs"]
|
44 | 35 | pub mod schema_utils;
|
0 commit comments