Skip to content

Commit 8408456

Browse files
authored
chore: tag versions in readme for update with release please (#47)
1 parent bf51963 commit 8408456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ By default, the latest version of the schema is active.
7575

7676
Example: enable `draft` version of the shema:
7777

78+
<!-- x-release-please-start-version -->
79+
7880
```toml
7981
# Cargo.toml
8082
rust-mcp-schema = { version: 0.1.7 , features=["draft"] }
@@ -94,6 +96,8 @@ Example: enable specific version of the shema (2024_11_05) :
9496
rust-mcp-schema = { version: 0.1.7 , features=["2024_11_05"] }
9597
```
9698

99+
<!-- x-release-please-end -->
100+
97101
## How are Schemas generated?
98102

99103
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).

0 commit comments

Comments
 (0)