chore(release): prepare 0.12.1
Some checks failed
Some checks failed
This commit is contained in:
parent
c1b58296db
commit
8beee8764f
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user