diff --git a/CHANGELOG.md b/CHANGELOG.md index ea904aa4..98ad3a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [1.6.1] - 2025-10-02 + +### Added +- **Enhanced Prompt Management**: Safer and more flexible way to add prompts to MCP servers + - Improved workflow integration for tools and resources + - Better error handling for prompt creation and management + - Enhanced type safety for prompt arguments + - Streamlined API for defining prompts with tools and resources workflows + +### Improved +- Refined prompt builder patterns for better developer experience +- Enhanced validation for prompt configurations +- Better integration between prompts, tools, and resources + ## [1.5.3] - 2025-09-26 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 7a2dbc0f..0cf745ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcp" -version = "1.6.0" +version = "1.6.1" edition = "2021" authors = ["PAIML Team"] description = "High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility" diff --git a/QUALITY_REPORT.md b/QUALITY_REPORT.md index b3e66fec..2d94cda6 100644 --- a/QUALITY_REPORT.md +++ b/QUALITY_REPORT.md @@ -1,6 +1,6 @@ # PMAT Quality Report -Generated on: 2025-10-03 01:15:46 UTC +Generated on: 2025-10-03 03:14:02 UTC ## Summary Metrics