We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de4f4d commit 28afc0dCopy full SHA for 28afc0d
README.md
@@ -77,21 +77,21 @@ Example: enable `draft` version of the shema:
77
78
```toml
79
# Cargo.toml
80
-rust-mcp-schema = { version: 0.1.0 , features=["draft"] }
+rust-mcp-schema = { version: 0.1.7 , features=["draft"] }
81
```
82
83
Example: enable `latest` version of the shema:
84
85
86
#Cargo.toml
87
-rust-mcp-schema = { version: 0.1.0 , features=["latest"] }
+rust-mcp-schema = { version: 0.1.7 , features=["latest"] }
88
89
90
Example: enable specific version of the shema (2024_11_05) :
91
92
93
94
-rust-mcp-schema = { version: 0.1.0 , features=["2024_11_05"] }
+rust-mcp-schema = { version: 0.1.7 , features=["2024_11_05"] }
95
96
97
## How are Schemas generated?
0 commit comments