All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.4 - 2025-09-11
- (SEP-973) add support for icons and websiteUrl across relevant types (#432)
- add
titlefield for data types (#410)
- generate simple {} schema for tools with no parameters (#425)
- add nvim-mcp project built by rmcp (#422)
0.6.2 - 2025-09-04
- (typo) correct typo in error message for transport cancellation and field. (#404)
- add the rmcp-openapi and rmcp-actix-web related projects (#406)
0.6.1 - 2025-08-29
- Add prompt support (#351)
- (macros) Allow macros to work even if Future is not in scope (#385)
0.6.0 - 2025-08-19
- add related project rustfs-mcp (#378)
0.4.0 - 2025-08-05
- [breaking] Add support for
Tool.outputSchemaandCallToolResult.structuredContent(#316)
- README.md codeblock terminator (#348)
0.3.1 - 2025-07-29
- Fix formatting in crate descriptions in README.md (#333)
0.3.0 - 2025-07-15
- unified error type (#308)
- (deps) update darling requirement from 0.20 to 0.21 (#318)
0.2.1 - 2025-07-03
- (docs) Minor README updates (#301)
0.2.0 - 2025-07-02
- add progress notification handling and related structures (#282)
- (server) add annotation to tool macro (#184)
- (model) add json schema generation support for all model types (#176)
- (transport) support streamable http server (#152)
- (rmcp-macro) generate description from docs (#141)
- revision-2025-03-26 without streamable http (#84)
- (examples) add clients in examples's readme (#225)
- generic ServerHandler (#223)
- cleanup zombie processes for child process client (#156)
- (rmcp-macros) fix extract_doc_line code (#142)
- (macros) add error deal (#109)
- (macro) add generics marco types support (#98)
- (typo) s/marcos/macros/ (#85)
- (test) fix tool deserialization error (#68)
- refactor tool macros and router implementation (#261)
- revert badge (#202)
- use hierarchical readme for publishing (#198)
- Ci/coverage badge (#191)
- Transport trait and worker transport, and streamable http client with those new features. (#167)
- add oauth2 support (#130)
- update calculator example description (#115)
- fix the url (#120)
- add a simple chat client for example (#119)
- add spell check (#82)
- Adopt Devcontainer for Development Environment (#81)
- fix typos (#79)
- format and fix typo (#72)
- add documentation generation job (#59)
- fmt the project (#54)
- fix broken link (#53)
- fix the branch name for git dependency (#46)
- Move whole rmcp crate to official rust sdk (#44)
- Initial commit