From 92ce02e4258eb3f941a42f911ec02c40871f7bd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:45:05 +0000 Subject: [PATCH 1/2] chore(main): release 0.0.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72d5a592..883b279b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.12" + ".": "0.0.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae045d8..42dee729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.13](https://github.com/mcpmux/mcp-mux/compare/v0.0.12...v0.0.13) (2026-02-16) + + +### Features + +* add Homebrew tap support and ad-hoc macOS signing ([#79](https://github.com/mcpmux/mcp-mux/issues/79)) ([b07f1a3](https://github.com/mcpmux/mcp-mux/commit/b07f1a3a6a11fd1ae944368fa0909838ffb41292)) +* add Linux APT repository and install infrastructure ([#85](https://github.com/mcpmux/mcp-mux/issues/85)) ([473eb1a](https://github.com/mcpmux/mcp-mux/commit/473eb1aeb25c8e01d2111b9e1a82e8fee1a4d4dd)) +* apply McpMux branding to OAuth authorization pages ([#74](https://github.com/mcpmux/mcp-mux/issues/74)) ([c84e036](https://github.com/mcpmux/mcp-mux/commit/c84e036b13b276520b8433439954303dbe3dbaed)) +* capture MCP protocol logging notifications in server connection logs ([#76](https://github.com/mcpmux/mcp-mux/issues/76)) ([0587741](https://github.com/mcpmux/mcp-mux/commit/058774135fed2c0220a4900372f665e88eb3dff5)) +* redesign README, screenshots, and E2E capture ([#87](https://github.com/mcpmux/mcp-mux/issues/87)) ([84f15cb](https://github.com/mcpmux/mcp-mux/commit/84f15cb8b805912ca810ad00bff9f819802f4d78)) + + +### Bug Fixes + +* e2e flaky fix ([#75](https://github.com/mcpmux/mcp-mux/issues/75)) ([d8e28f8](https://github.com/mcpmux/mcp-mux/commit/d8e28f8fd7a6ab50d3a12d766b970d482ae2fbe2)) +* gracefully handle invalid Apple certificate in release builds ([bb4221f](https://github.com/mcpmux/mcp-mux/commit/bb4221f9e4a47ff7fad041b13e432a2ed55e1f96)) +* replace deprecated macos-13 runner with macos-latest ([92ad770](https://github.com/mcpmux/mcp-mux/commit/92ad7702d2cada69df46c3a221bc2101caf17a20)) +* taskbar icon visibility ([#83](https://github.com/mcpmux/mcp-mux/issues/83)) ([400c4bc](https://github.com/mcpmux/mcp-mux/commit/400c4bcce315bc7354dacb40b1cfa95a51e0edd3)) + ## [0.0.12](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.12) (2026-02-14) Prior test releases (v0.0.2–v0.0.12) during development. See v0.0.13 for the first public release. diff --git a/Cargo.toml b/Cargo.toml index 60b51843..0241de51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.0.12" +version = "0.0.13" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/mcpmux/mcpmux" diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 2e281d80..ae099901 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpmux" -version = "0.0.12" +version = "0.0.13" edition.workspace = true publish = false description = "McpMux - Centralized MCP Server Management" diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index c06cca9e..b940fbac 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "McpMux", - "version": "0.0.12", + "version": "0.0.13", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web", From 4e8702e8f923520913510e478ab5704b6b67f8a9 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Mon, 16 Feb 2026 09:48:23 +0800 Subject: [PATCH 2/2] chore: rewrite v0.0.13 changelog as initial public release Signed-off-by: Mohammod Al Amin Ashik --- CHANGELOG.md | 45 +++++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dee729..e3b4f997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,23 @@ # Changelog -## [0.0.13](https://github.com/mcpmux/mcp-mux/compare/v0.0.12...v0.0.13) (2026-02-16) +## [0.0.13](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.13) (2026-02-16) +First public release of McpMux — the unified MCP gateway and manager for AI clients. ### Features -* add Homebrew tap support and ad-hoc macOS signing ([#79](https://github.com/mcpmux/mcp-mux/issues/79)) ([b07f1a3](https://github.com/mcpmux/mcp-mux/commit/b07f1a3a6a11fd1ae944368fa0909838ffb41292)) -* add Linux APT repository and install infrastructure ([#85](https://github.com/mcpmux/mcp-mux/issues/85)) ([473eb1a](https://github.com/mcpmux/mcp-mux/commit/473eb1aeb25c8e01d2111b9e1a82e8fee1a4d4dd)) -* apply McpMux branding to OAuth authorization pages ([#74](https://github.com/mcpmux/mcp-mux/issues/74)) ([c84e036](https://github.com/mcpmux/mcp-mux/commit/c84e036b13b276520b8433439954303dbe3dbaed)) -* capture MCP protocol logging notifications in server connection logs ([#76](https://github.com/mcpmux/mcp-mux/issues/76)) ([0587741](https://github.com/mcpmux/mcp-mux/commit/058774135fed2c0220a4900372f665e88eb3dff5)) -* redesign README, screenshots, and E2E capture ([#87](https://github.com/mcpmux/mcp-mux/issues/87)) ([84f15cb](https://github.com/mcpmux/mcp-mux/commit/84f15cb8b805912ca810ad00bff9f819802f4d78)) - - -### Bug Fixes - -* e2e flaky fix ([#75](https://github.com/mcpmux/mcp-mux/issues/75)) ([d8e28f8](https://github.com/mcpmux/mcp-mux/commit/d8e28f8fd7a6ab50d3a12d766b970d482ae2fbe2)) -* gracefully handle invalid Apple certificate in release builds ([bb4221f](https://github.com/mcpmux/mcp-mux/commit/bb4221f9e4a47ff7fad041b13e432a2ed55e1f96)) -* replace deprecated macos-13 runner with macos-latest ([92ad770](https://github.com/mcpmux/mcp-mux/commit/92ad7702d2cada69df46c3a221bc2101caf17a20)) -* taskbar icon visibility ([#83](https://github.com/mcpmux/mcp-mux/issues/83)) ([400c4bc](https://github.com/mcpmux/mcp-mux/commit/400c4bcce315bc7354dacb40b1cfa95a51e0edd3)) - -## [0.0.12](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.12) (2026-02-14) - -Prior test releases (v0.0.2–v0.0.12) during development. See v0.0.13 for the first public release. - -### Features - -* initial release of McpMux desktop app ([72181e2](https://github.com/mcpmux/mcp-mux/commit/72181e2b462f4f70eb586758e8bd029dcb3b7631)) -* add autostart and system tray functionality ([#38](https://github.com/mcpmux/mcp-mux/issues/38)) ([cc99fcf](https://github.com/mcpmux/mcp-mux/commit/cc99fcf412f24f48edba12b8f0359fa71b5247c6)) -* implement Tauri updater functionality ([#36](https://github.com/mcpmux/mcp-mux/issues/36)) ([d355c68](https://github.com/mcpmux/mcp-mux/commit/d355c68a4b33901adb7f9be8c0765252f8c3577f)) -* add custom server configuration fields (env vars, args, headers) ([#54](https://github.com/mcpmux/mcp-mux/issues/54)) ([37ce0f5](https://github.com/mcpmux/mcp-mux/commit/37ce0f575883680e2ee12354e3bfea48e7a9337e)) -* Streamable HTTP transport with SSE notifications and E2E tests ([#61](https://github.com/mcpmux/mcp-mux/issues/61)) ([ca5b0ff](https://github.com/mcpmux/mcp-mux/commit/ca5b0ffab19aa395a75c5f10a18ab0e6efb1752a)) -* Capture and stream process stderr to server log manager ([#63](https://github.com/mcpmux/mcp-mux/issues/63)) ([96795b0](https://github.com/mcpmux/mcp-mux/commit/96795b0b54ecfaa9743bb9e6045bfc86ddadcc2f)) -* support default values for input definitions ([#70](https://github.com/mcpmux/mcp-mux/issues/70)) ([a1d9599](https://github.com/mcpmux/mcp-mux/commit/a1d9599601c212c1b7054fc4c5c76f065e0ea920)) +* Unified MCP gateway — configure servers once, connect every AI client through a single endpoint +* Encrypted credential storage via OS keychain (DPAPI, Keychain, Secret Service) with AES-256-GCM field-level encryption +* Spaces for organizing servers into workspaces with per-client access key authentication +* FeatureSet filtering — fine-grained control over tools, resources, and prompts per client +* OAuth 2.1 + PKCE with automatic token refresh for OAuth-enabled MCP servers +* Server discovery — browse and install from the community registry at mcpmux.com +* Streamable HTTP transport with SSE notifications ([#61](https://github.com/mcpmux/mcp-mux/issues/61)) +* Stdio transport with platform-specific process isolation +* Server connection logging with MCP protocol notifications and stderr capture ([#63](https://github.com/mcpmux/mcp-mux/issues/63), [#76](https://github.com/mcpmux/mcp-mux/issues/76)) +* Custom server configuration fields — environment variables, arguments, and headers ([#54](https://github.com/mcpmux/mcp-mux/issues/54)) +* Default values for server input definitions ([#70](https://github.com/mcpmux/mcp-mux/issues/70)) +* McpMux-branded OAuth authorization pages ([#74](https://github.com/mcpmux/mcp-mux/issues/74)) +* System tray with autostart on login ([#38](https://github.com/mcpmux/mcp-mux/issues/38)) +* Built-in auto-updater with signed releases ([#36](https://github.com/mcpmux/mcp-mux/issues/36)) +* Cross-platform installers — Windows (NSIS), macOS (DMG via Homebrew), Linux (APT + AppImage + .deb) ([#79](https://github.com/mcpmux/mcp-mux/issues/79), [#85](https://github.com/mcpmux/mcp-mux/issues/85))