Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
echo "x64 SHA256: $SHA_X64"

# Clone the tap repo and update the cask
git clone https://x-access-token:${GH_TOKEN}@github.com/ion-ash/homebrew-mcpmux.git tap
git clone https://x-access-token:${GH_TOKEN}@github.com/mcpmux/homebrew-mcpmux.git tap

# Generate cask file (Ruby heredoc content with shell variable expansion)
CASK_FILE="tap/Casks/mcpmux.rb"
Expand All @@ -208,8 +208,8 @@ jobs:
echo " sha256 arm: \"${SHA_ARM64}\","
echo " intel: \"${SHA_X64}\""
echo ''
echo ' url "https://github.com/ion-ash/mcp-mux/releases/download/v#{version}/McpMux_#{version}_#{arch}.dmg",'
echo ' verified: "github.com/ion-ash/mcp-mux/"'
echo ' url "https://github.com/mcpmux/mcp-mux/releases/download/v#{version}/McpMux_#{version}_#{arch}.dmg",'
echo ' verified: "github.com/mcpmux/mcp-mux/"'
echo ''
echo ' name "McpMux"'
echo ' desc "Unified MCP gateway and manager for AI clients"'
Expand All @@ -218,7 +218,7 @@ jobs:
echo ' depends_on macos: ">= :high_sierra"'
echo ''
echo ' livecheck do'
echo ' url "https://github.com/ion-ash/mcp-mux/releases/latest"'
echo ' url "https://github.com/mcpmux/mcp-mux/releases/latest"'
echo ' strategy :github_latest'
echo ' end'
echo ''
Expand Down
64 changes: 32 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,104 +1,104 @@
# Changelog

## [0.0.12](https://github.com/ion-ash/mcp-mux/compare/v0.0.11...v0.0.12) (2026-02-14)
## [0.0.12](https://github.com/mcpmux/mcp-mux/compare/v0.0.11...v0.0.12) (2026-02-14)


### Features

* Capture and stream process stderr to server log manager ([#63](https://github.com/ion-ash/mcp-mux/issues/63)) ([96795b0](https://github.com/ion-ash/mcp-mux/commit/96795b0b54ecfaa9743bb9e6045bfc86ddadcc2f))
* Streamable HTTP transport with SSE notifications and E2E tests ([#61](https://github.com/ion-ash/mcp-mux/issues/61)) ([ca5b0ff](https://github.com/ion-ash/mcp-mux/commit/ca5b0ffab19aa395a75c5f10a18ab0e6efb1752a))
* support default values for input definitions ([#70](https://github.com/ion-ash/mcp-mux/issues/70)) ([a1d9599](https://github.com/ion-ash/mcp-mux/commit/a1d9599601c212c1b7054fc4c5c76f065e0ea920))
* update logo with bolder strokes and regenerate icons/screenshots ([#71](https://github.com/ion-ash/mcp-mux/issues/71)) ([68c292c](https://github.com/ion-ash/mcp-mux/commit/68c292c424671edf4a914484a7af570770fac71e))
* 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))
* 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))
* support default values for input definitions ([#70](https://github.com/mcpmux/mcp-mux/issues/70)) ([a1d9599](https://github.com/mcpmux/mcp-mux/commit/a1d9599601c212c1b7054fc4c5c76f065e0ea920))
* update logo with bolder strokes and regenerate icons/screenshots ([#71](https://github.com/mcpmux/mcp-mux/issues/71)) ([68c292c](https://github.com/mcpmux/mcp-mux/commit/68c292c424671edf4a914484a7af570770fac71e))

## [0.0.11](https://github.com/ion-ash/mcp-mux/compare/v0.0.10...v0.0.11) (2026-02-12)
## [0.0.11](https://github.com/mcpmux/mcp-mux/compare/v0.0.10...v0.0.11) (2026-02-12)


### Bug Fixes

* Claude client icon resolving ([#68](https://github.com/ion-ash/mcp-mux/issues/68)) ([c54128e](https://github.com/ion-ash/mcp-mux/commit/c54128e0fbff96bd110de4e4dea45580dfad224c))
* Fix refresh token issue ([#69](https://github.com/ion-ash/mcp-mux/issues/69)) ([0eba047](https://github.com/ion-ash/mcp-mux/commit/0eba047922d3313121b5dd89e62f8b6aae9fe1db))
* Claude client icon resolving ([#68](https://github.com/mcpmux/mcp-mux/issues/68)) ([c54128e](https://github.com/mcpmux/mcp-mux/commit/c54128e0fbff96bd110de4e4dea45580dfad224c))
* Fix refresh token issue ([#69](https://github.com/mcpmux/mcp-mux/issues/69)) ([0eba047](https://github.com/mcpmux/mcp-mux/commit/0eba047922d3313121b5dd89e62f8b6aae9fe1db))


### Documentation

* add mcpmux.com links and download references to README ([#64](https://github.com/ion-ash/mcp-mux/issues/64)) ([04ab100](https://github.com/ion-ash/mcp-mux/commit/04ab1006d68860ff6f347ef6cd68dd3d678c3352))
* add mcpmux.com links and download references to README ([#64](https://github.com/mcpmux/mcp-mux/issues/64)) ([04ab100](https://github.com/mcpmux/mcp-mux/commit/04ab1006d68860ff6f347ef6cd68dd3d678c3352))

## [0.0.10](https://github.com/ion-ash/mcp-mux/compare/v0.0.9...v0.0.10) (2026-02-10)
## [0.0.10](https://github.com/mcpmux/mcp-mux/compare/v0.0.9...v0.0.10) (2026-02-10)


### Bug Fixes

* suppress console window for stdio MCP servers on Windows ([#59](https://github.com/ion-ash/mcp-mux/issues/59)) ([98f862c](https://github.com/ion-ash/mcp-mux/commit/98f862cae83f24c4397fe8e6204215c68b0baf92))
* suppress console window for stdio MCP servers on Windows ([#59](https://github.com/mcpmux/mcp-mux/issues/59)) ([98f862c](https://github.com/mcpmux/mcp-mux/commit/98f862cae83f24c4397fe8e6204215c68b0baf92))

## [0.0.9](https://github.com/ion-ash/mcp-mux/compare/v0.0.8...v0.0.9) (2026-02-09)
## [0.0.9](https://github.com/mcpmux/mcp-mux/compare/v0.0.8...v0.0.9) (2026-02-09)


### Bug Fixes

* render server icon URLs as images instead of raw text ([#57](https://github.com/ion-ash/mcp-mux/issues/57)) ([5a94708](https://github.com/ion-ash/mcp-mux/commit/5a94708dcddd47c26183bd18c6abd348c91f976c))
* render server icon URLs as images instead of raw text ([#57](https://github.com/mcpmux/mcp-mux/issues/57)) ([5a94708](https://github.com/mcpmux/mcp-mux/commit/5a94708dcddd47c26183bd18c6abd348c91f976c))

## [0.0.8](https://github.com/ion-ash/mcp-mux/compare/v0.0.7...v0.0.8) (2026-02-09)
## [0.0.8](https://github.com/mcpmux/mcp-mux/compare/v0.0.7...v0.0.8) (2026-02-09)


### Features

* Add custom server configuration fields (env vars, args, headers) ([#54](https://github.com/ion-ash/mcp-mux/issues/54)) ([37ce0f5](https://github.com/ion-ash/mcp-mux/commit/37ce0f575883680e2ee12354e3bfea48e7a9337e))
* 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))


### Bug Fixes

* Update screenshots and Logo ([#56](https://github.com/ion-ash/mcp-mux/issues/56)) ([e6fb736](https://github.com/ion-ash/mcp-mux/commit/e6fb736ca7a79c13f227cdb470e735df447ea7cd))
* Update screenshots and Logo ([#56](https://github.com/mcpmux/mcp-mux/issues/56)) ([e6fb736](https://github.com/mcpmux/mcp-mux/commit/e6fb736ca7a79c13f227cdb470e735df447ea7cd))


### Documentation

* add comprehensive light-theme screenshots for all features ([#47](https://github.com/ion-ash/mcp-mux/issues/47)) ([cefa644](https://github.com/ion-ash/mcp-mux/commit/cefa644daad6c23640db6bc767eb1dd0e43199f0))
* comprehensive README rewrite with features, security, and archi… ([#44](https://github.com/ion-ash/mcp-mux/issues/44)) ([243d3a3](https://github.com/ion-ash/mcp-mux/commit/243d3a369f34cfb02c5e82085e90c68e5bed963d))
* add comprehensive light-theme screenshots for all features ([#47](https://github.com/mcpmux/mcp-mux/issues/47)) ([cefa644](https://github.com/mcpmux/mcp-mux/commit/cefa644daad6c23640db6bc767eb1dd0e43199f0))
* comprehensive README rewrite with features, security, and archi… ([#44](https://github.com/mcpmux/mcp-mux/issues/44)) ([243d3a3](https://github.com/mcpmux/mcp-mux/commit/243d3a369f34cfb02c5e82085e90c68e5bed963d))

## [0.0.7](https://github.com/ion-ash/mcp-mux/compare/v0.0.6...v0.0.7) (2026-02-07)
## [0.0.7](https://github.com/mcpmux/mcp-mux/compare/v0.0.6...v0.0.7) (2026-02-07)


### Bug Fixes

* ux improvements and fixes ([#42](https://github.com/ion-ash/mcp-mux/issues/42)) ([fa52576](https://github.com/ion-ash/mcp-mux/commit/fa52576fc79102af992f71ef059f8f7eb937a23d))
* ux improvements and fixes ([#42](https://github.com/mcpmux/mcp-mux/issues/42)) ([fa52576](https://github.com/mcpmux/mcp-mux/commit/fa52576fc79102af992f71ef059f8f7eb937a23d))

## [0.0.6](https://github.com/ion-ash/mcp-mux/compare/v0.0.5...v0.0.6) (2026-02-06)
## [0.0.6](https://github.com/mcpmux/mcp-mux/compare/v0.0.5...v0.0.6) (2026-02-06)


### Features

* add autostart and system tray functionality ([#38](https://github.com/ion-ash/mcp-mux/issues/38)) ([cc99fcf](https://github.com/ion-ash/mcp-mux/commit/cc99fcf412f24f48edba12b8f0359fa71b5247c6))
* implement Tauri updater functionality ([#36](https://github.com/ion-ash/mcp-mux/issues/36)) ([d355c68](https://github.com/ion-ash/mcp-mux/commit/d355c68a4b33901adb7f9be8c0765252f8c3577f))
* 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))

## [0.0.5](https://github.com/ion-ash/mcp-mux/compare/v0.0.4...v0.0.5) (2026-02-05)
## [0.0.5](https://github.com/mcpmux/mcp-mux/compare/v0.0.4...v0.0.5) (2026-02-05)


### Bug Fixes

* **oauth:** remove credential caching to enable automatic token refresh ([#33](https://github.com/ion-ash/mcp-mux/issues/33)) ([f398cfa](https://github.com/ion-ash/mcp-mux/commit/f398cfad7f1f92956f528b5e4640049de77b5ac3))
* **oauth:** remove credential caching to enable automatic token refresh ([#33](https://github.com/mcpmux/mcp-mux/issues/33)) ([f398cfa](https://github.com/mcpmux/mcp-mux/commit/f398cfad7f1f92956f528b5e4640049de77b5ac3))

## [0.0.4](https://github.com/ion-ash/mcp-mux/compare/v0.0.3...v0.0.4) (2026-02-05)
## [0.0.4](https://github.com/mcpmux/mcp-mux/compare/v0.0.3...v0.0.4) (2026-02-05)


### Bug Fixes

* enable createUpdaterArtifacts for updater signatures ([c620e56](https://github.com/ion-ash/mcp-mux/commit/c620e56f9cae7cea4b7682ff49be37da3d1f670e))
* enable createUpdaterArtifacts for updater signatures ([c620e56](https://github.com/mcpmux/mcp-mux/commit/c620e56f9cae7cea4b7682ff49be37da3d1f670e))

## [0.0.3](https://github.com/ion-ash/mcp-mux/compare/v0.0.2...v0.0.3) (2026-02-05)
## [0.0.3](https://github.com/mcpmux/mcp-mux/compare/v0.0.2...v0.0.3) (2026-02-05)


### Features

* initial release of McpMux desktop app ([72181e2](https://github.com/ion-ash/mcp-mux/commit/72181e2b462f4f70eb586758e8bd029dcb3b7631))
* initial release of McpMux desktop app ([72181e2](https://github.com/mcpmux/mcp-mux/commit/72181e2b462f4f70eb586758e8bd029dcb3b7631))


### Bug Fixes

* add projectPath to tauri-action for monorepo support ([0299a23](https://github.com/ion-ash/mcp-mux/commit/0299a23c5f995b4bae670ef709134967a19c6ee3))
* add projectPath to tauri-action for monorepo support ([0299a23](https://github.com/mcpmux/mcp-mux/commit/0299a23c5f995b4bae670ef709134967a19c6ee3))

## [0.0.2](https://github.com/ion-ash/mcp-mux/compare/v0.0.1...v0.0.2) (2026-02-05)
## [0.0.2](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.2) (2026-02-05)


### Features

* initial release of McpMux desktop app ([72181e2](https://github.com/ion-ash/mcp-mux/commit/72181e2b462f4f70eb586758e8bd029dcb3b7631))
* initial release of McpMux desktop app ([72181e2](https://github.com/mcpmux/mcp-mux/commit/72181e2b462f4f70eb586758e8bd029dcb3b7631))
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ strip = true
# Temporary patch: fixes SSE channel replacement bug (notifications lost on reconnect)
# Remove once upstream merges https://github.com/modelcontextprotocol/rust-sdk/pull/660
[patch.crates-io]
rmcp = { git = "https://github.com/ion-ash/rust-sdk.git", branch = "fix/sse-channel-replacement-conflict" }
rmcp = { git = "https://github.com/mcpmux/rust-sdk.git", branch = "fix/sse-channel-replacement-conflict" }


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# McpMux

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/ion-ash/mcp-mux)](https://github.com/ion-ash/mcp-mux/releases)
[![GitHub release](https://img.shields.io/github/v/release/mcpmux/mcp-mux)](https://github.com/mcpmux/mcp-mux/releases)

### Configure your MCP servers once. Connect every AI client.

Expand Down Expand Up @@ -167,7 +167,7 @@ mcp-mux/
- **Website & Server Discovery** — [mcpmux.com](https://mcpmux.com)
- **Download** — [mcpmux.com/download](https://mcpmux.com/download)
- **Features** — [mcpmux.com/features](https://mcpmux.com/features)
- **Server Definitions Repo** — [github.com/ion-ash/mcp-servers](https://github.com/ion-ash/mcp-servers)
- **Server Definitions Repo** — [github.com/mcpmux/mcp-servers](https://github.com/mcpmux/mcp-servers)

## Contributing

Expand Down
1 change: 0 additions & 1 deletion apps/desktop/public/logos/atlassian.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/desktop/public/logos/azure.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/desktop/public/logos/cloudflare.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/desktop/public/logos/datadog.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/desktop/public/logos/filesystem.svg

This file was deleted.

Loading