From 94e65ba0572e06c9830ffd0f9c19dac65e271315 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 21 May 2026 22:28:27 +0100 Subject: [PATCH] chore: release 0.11.3 --- CHANGELOG.md | 2 +- package.json | 11 ++--------- pnpm-workspace.yaml | 4 ++++ 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efc9e1..a2b244c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # mcporter Changelog -## [0.11.3] - Unreleased +## [0.11.3] - 2026-05-21 - Fall back to `~/.mcporter/mcporter.json[c]` when `XDG_CONFIG_HOME` points at an empty mcporter config directory, preventing embedders from accidentally hiding the user server registry. (Issue #184, thanks @ChrisBot2026) diff --git a/package.json b/package.json index 209b86b..833a73b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcporter", - "version": "0.11.2", + "version": "0.11.3", "description": "TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.", "keywords": [ "cli", @@ -103,12 +103,5 @@ "engines": { "node": ">=24" }, - "packageManager": "pnpm@10.33.2", - "pnpm": { - "overrides": { - "body-parser": "2.2.1", - "ip-address": "10.1.1", - "vite": "8.0.13" - } - } + "packageManager": "pnpm@10.33.2" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index efc037a..2e39f54 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,6 @@ onlyBuiltDependencies: - esbuild +overrides: + body-parser: 2.2.1 + ip-address: 10.1.1 + vite: 8.0.13