From 25bd1f588c929f55021e88193c5bc7db9500919d Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Fri, 3 Oct 2025 20:45:23 -0400 Subject: [PATCH] fix: fix spellcheck on intentional typo in CHANGELOG --- crates/rmcp/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index de5d11f8..ffea2d3d 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- crates/rmcp/src/handler/client/progress.rs dispacher-> dispatcher ([#429](https://github.com/modelcontextprotocol/rust-sdk/pull/429)) +- crates/rmcp/src/handler/client/progress.rs XXXXXX -> dispatcher ([#429](https://github.com/modelcontextprotocol/rust-sdk/pull/429)) - build issue due to missing struct field ([#427](https://github.com/modelcontextprotocol/rust-sdk/pull/427)) - generate simple {} schema for tools with no parameters ([#425](https://github.com/modelcontextprotocol/rust-sdk/pull/425))