Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.96 KB

File metadata and controls

56 lines (34 loc) · 2.96 KB

Changelog

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)