Skip to content

Latest commit

 

History

History
146 lines (85 loc) · 10.9 KB

File metadata and controls

146 lines (85 loc) · 10.9 KB

Changelog

0.5.0 (2026-06-25)

Features

  • per-workspace routing via X-Mcpmux-Workspace header + guided folder setup (#182) (e2ec055)
  • ui: opencode global connect + client icons (#184) (669e99f)

Bug Fixes

  • gateway: truly no-auth when inbound auth is disabled (no OAuth advertising) (#187) (3e617fd)
  • oauth: de-duplicate deep-link handling + quiet status-poll log (#189) (9dd7b58)
  • storage: drop a deleted FeatureSet from workspace bindings (#186) (5598451)
  • ui: scroll-to + flash the target Settings section on every redirect (#190) (e032c9b)
  • ui: show official opencode logo in the Apps tab (#185) (608a841)

0.4.0 (2026-06-19)

Features

  • @mux UX + Windows updater fix + minimal-first optimization (#171) (a215012)
  • featureset: protect Starter from deletion + clarify mapping popup (#176) (163ee0b)
  • gateway: default FeatureSet for unmapped roots + Mapped workspaces filter (#175) (7fc50a0)
  • pre-release update channel + automated pre-releases from main (#159) (e9306c4)
  • spaces: per-space base directories scope workspace roots to a Space (#179) (fb825cf)
  • workspace-root routing + Tool Optimization (@mux) self-management + UI live-sync (#151) (d614853)
  • workspaces: bulk-clear unmapped folders + clearer approval opt-out (#172) (09b561c)
  • workspaces: setting to disable the new-folder mapping prompt (#177) (d5df002)

Bug Fixes

  • add Windsurf, JetBrains, and Android Studio to quick-connect grid (#139) (fb58d9c)
  • deps: resolve 4 transitive security advisories failing Dependabot (#174) (eb32289)
  • gateway: ride out self-update port race + clearer update restart UX (#173) (6868992)
  • oauth: DCR skip-invalid redirect URIs + drop duplicate RFC 8707 resource param (#158) (661f162)
  • servers: pin config-modal footer (#163) + silent Windows updates (#165) (0ddbdb5)
  • spaces: clearer base-directories UX (#180) (4a69908)
  • storage: purge orphaned feature_set_members after the refactor (migration 017) (#167) (b90b05c)

Documentation

  • add Discord community link to README (#149) (c32f78f)
  • add Workspaces and Tool Optimization guides (#164) (25a6fbb)
  • complete the getting-started flow + workspace-driven routing (#166) (92f8ac2)

0.3.0 (2026-02-25)

Features

  • post-action UX guidance, ConfirmDialog, and client auto-select (#136) (44d934c)

0.2.3 (2026-02-21)

Bug Fixes

  • allow process restart after update and detect Homebrew version mismatch (#134) (ecdbaca)
  • debounce analytics search tracking to capture final query (#132) (0f17ddb)

0.2.2 (2026-02-20)

Bug Fixes

  • detect OAuth requirement from unexpected content-type responses (#128) (d894d17)
  • wire up HTTP definition headers orthogonally from auth (#125) (04380e0)

Documentation

0.2.1 (2026-02-19)

Bug Fixes

  • regenerate ICO with proper sizes & increase connection timeout (#123) (2d88b25)

Refactoring

  • remove Password and Textarea from InputType enum (#122) (bd06386)

0.2.0 (2026-02-18)

Features

  • add select, file_path, and directory_path input types (#121) (942ee1a)

Bug Fixes

  • add one-click IDE install for VS Code and Cursor (#119) (5b280fb)
  • version display & update check (#117) (b40c59b)

0.1.2 (2026-02-18)

Bug Fixes

  • resolve npx/node PATH on macOS GUI apps (#113) (98c013d)

Documentation

  • improve README first impression with problem/fix diagrams (#109) (b15482b)

0.1.1 (2026-02-16)

Bug Fixes

  • file-based keychain fallback for headless Linux/WSL (#103) (9b60e0b)
  • stdio enable error UI state (#104) (b4598e6)

0.1.0 (2026-02-16)

First public release of McpMux — the unified MCP gateway and manager for AI clients.

Features

  • 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
  • Stdio transport with platform-specific process isolation
  • Server connection logging with MCP protocol notifications and stderr capture
  • Custom server configuration fields — environment variables, arguments, and headers
  • Default values for server input definitions
  • McpMux-branded OAuth authorization pages
  • System tray with autostart on login
  • Built-in auto-updater with signed releases
  • Cross-platform installers — Windows (NSIS), macOS (DMG via Homebrew), Linux (APT + AppImage + .deb)