Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.3](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.2...v0.7.3) (2025-08-30)


### Features

* enhance CallToolError API and Introduce is_initialized_notification to ([#85](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/85)) ([83734bf](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/83734bf8a6956c779be6533e3dee16caa45a6884))

## [0.7.2](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.1...v0.7.2) (2025-07-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-mcp-schema"
version = "0.7.2"
version = "0.7.3"
authors = ["Ali Hashemi"]
categories = ["data-structures", "parser-implementations", "parsing"]
description = "Type-safe implementation of the Model Context Protocol in Rust, designed to reduce errors and accelerate development with powerful utilities."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ Example: enable `2024_11_05` version of the shema:

```toml
# Cargo.toml
rust-mcp-schema = { version: 0.7.2 , default-features = false, features=["2024_11_05"] }
rust-mcp-schema = { version: 0.7.3 , default-features = false, features=["2024_11_05"] }
```

Example: enable `draft`` version of the shema (2024_11_05) :

```toml
#Cargo.toml
rust-mcp-schema = { version: 0.7.2 , default-features = false, features=["draft"] }
rust-mcp-schema = { version: 0.7.3 , default-features = false, features=["draft"] }
```

<!-- x-release-please-end -->
Expand Down