From 8beee8764fe6086eef2ca0555c733c668cc2fd34 Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:50:14 +0800 Subject: [PATCH] chore(release): prepare 0.12.1 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) 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",