Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 5.21 KB

File metadata and controls

97 lines (53 loc) · 5.21 KB

Changelog

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)