diff --git a/README.md b/README.md index e898ee6..4d885b7 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ By default, the latest version of the schema is active. Example: enable `draft` version of the shema: + + ```toml # Cargo.toml rust-mcp-schema = { version: 0.1.7 , features=["draft"] } @@ -94,6 +96,8 @@ Example: enable specific version of the shema (2024_11_05) : rust-mcp-schema = { version: 0.1.7 , features=["2024_11_05"] } ``` + + ## How are Schemas generated? Schemas are generated from the official `schema.ts` and `schema.json` files available in the original [Model Context Protocol (MCP) repository](https://github.com/modelcontextprotocol/specification/tree/main/schema).