# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # [0.3.0] - 2025-11-11 - implement `IntoToolResponse` for `()` # [0.2.9] - 2025-10-10 - bump `schemars` to 1.0 - add support for output schema in tools. # [0.2.4] 20250-06-06 - bump `schemars` to 0.9 - Fix typo [#1030](https://github.com/poem-web/poem/pull/1030) # [0.2.3] 2025-05-07 - add `McpServer::disable_tools` method to disable specific tools. # [0.2.2] 2025-05-03 - add with_server_info builder method [#1015](https://github.com/poem-web/poem/pull/1015)