chore(release): prepare 0.12.1
Some checks failed
CI / build (${{ matrix.os }}) (macos-15) (push) Has been cancelled
CI / build (${{ matrix.os }}) (ubuntu-latest) (push) Has been cancelled
CI / build (${{ matrix.os }}) (windows-latest) (push) Has been cancelled
pages / Deploy docs (push) Has been cancelled

This commit is contained in:
Vincent Koc 2026-06-18 15:50:14 +08:00
parent c1b58296db
commit 8beee8764f
No known key found for this signature in database
2 changed files with 14 additions and 2 deletions

View File

@ -1,9 +1,21 @@
# mcporter Changelog # 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) - 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 ## [0.12.0] - 2026-06-10
### OAuth ### OAuth

View File

@ -1,6 +1,6 @@
{ {
"name": "mcporter", "name": "mcporter",
"version": "0.12.0", "version": "0.12.1",
"description": "TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.", "description": "TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.",
"keywords": [ "keywords": [
"cli", "cli",