File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.6.5 ] - 2025-08-06
10+ ## [ 0.6.6 ] - 2025-08-06
1111
1212### Added
1313- ** OIDC Discovery Support** - Full OpenID Connect configuration discovery
Original file line number Diff line number Diff line change 11[package ]
22name = " pmcp"
3- version = " 0.6.5 "
3+ version = " 0.6.6 "
44edition = " 2021"
55authors = [" PAIML Team" ]
66description = " High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Add to your `Cargo.toml`:
3636
3737``` toml
3838[dependencies ]
39- pmcp = " 0.6.5 "
39+ pmcp = " 0.6.6 "
4040```
4141
4242## Examples
@@ -95,7 +95,7 @@ cargo run --example 16_batching
9595
9696See the [ examples directory] ( examples/ ) for detailed documentation.
9797
98- ## What's New in v0.6.5
98+ ## What's New in v0.6.6
9999
100100### 🔐 OIDC Discovery Support
101101- Full OpenID Connect discovery implementation
Original file line number Diff line number Diff line change 1- 0.6.5
1+ 0.6.6
You can’t perform that action at this time.
0 commit comments