diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e1592..ebc4485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # mcporter Changelog -## [0.12.1] - Unreleased +## [0.12.1] - 2026-06-18 - Add `key=@path` and `--key @path` call arguments for exact UTF-8 file values, with `@@` escaping for literal leading `@`. (Issue #212, thanks @andr-ec) +### Config + +- Skip imported server entries with unresolvable editor-specific environment placeholders, and allow later valid duplicates to take effect without relaxing validation for local config. (PR #209, thanks @Loveacup) + +### OAuth + +- Treat corrupt cached OAuth tokens and client metadata as missing so connections can re-authenticate, while keeping corrupt callback state data fail-closed. (Issue #207, thanks @KrasimirKralev) + +### Tooling / Dependencies + +- Refresh development dependencies and security overrides, including Vite, esbuild, and Hono. + ## [0.12.0] - 2026-06-10 ### OAuth diff --git a/package.json b/package.json index 34a8906..6b01889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcporter", - "version": "0.12.0", + "version": "0.12.1", "description": "TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.", "keywords": [ "cli",