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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion QUALITY_REPORT.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading