Skip to content

Latest commit

 

History

History
276 lines (125 loc) · 13.3 KB

File metadata and controls

276 lines (125 loc) · 13.3 KB

2.5.0 (2025-07-14)

Features

  • trigger release for previous SSE support addition (8131f8b)

2.4.0 (2025-07-10)

Features

  • change mcpm edit arguments from CSV to space-separated format (#213) (85a3492), closes #212

2.3.0 (2025-07-09)

Features

2.2.0 (2025-07-09)

Features

  • refactor commands to v2 structure and add HTTP server support (#211) (6ebca95)

2.1.0 (2025-07-07)

Features

  • improve GitHub issue templates (942689e)

2.0.0 (2025-07-07)

  • feat!: release MCPM v2.0 with major architectural changes (c86ec16)

BREAKING CHANGES

  • MCPM v2.0 introduces a completely new architecture that eliminates the target-based system in favor of a simplified global configuration model with virtual profiles.

    Major changes:

    • Removed target-based commands (mcpm target, mcpm stash, mcpm pop, etc.)
    • Replaced with global server management (mcpm install/uninstall)
    • Virtual profiles replace separate profile configurations
    • Direct server execution replaces router daemon
    • New client integration commands (mcpm client edit/import)
    • FastMCP-based sharing instead of router sharing
    • Automatic v1 to v2 migration with user confirmation

    This release requires migration from v1 configurations and changes command syntax. See MIGRATION_GUIDE.md for complete migration instructions.

1.14.2 (2025-07-01)

Bug Fixes

1.14.1 (2025-06-30)

Bug Fixes

1.14.0 (2025-06-24)

Features

1.13.6 (2025-06-24)

Bug Fixes

  • compatible with goose builtin config (#185) (8485c1b)

1.13.5 (2025-06-16)

Bug Fixes

1.13.4 (2025-06-07)

Bug Fixes

1.13.3 (2025-06-05)

Bug Fixes

  • remove stdout stream handling for share (#167) (11fddcc)

1.13.2 (2025-06-05)

Bug Fixes

  • trigger semantic release for Windows compatibility fix (16b5e44)

1.13.1 (2025-05-29)

Bug Fixes

  • Fix handle_sse method to match Starlette route endpoint expectations (#156) (7d13fc1)

1.13.0 (2025-05-27)

Features

  • router proxy with streamable http server by default (#155) (b929ced)

1.12.0 (2025-05-19)

Features

  • support streamable http server connection (#150) (64fa046)

1.11.0 (2025-05-14)

Features

1.10.1 (2025-05-13)

Bug Fixes

1.10.0 (2025-05-12)

Features

1.9.0 (2025-05-05)

Features

  • share: add simple share command to reverse proxy a single local mcp server (#140) (78b1f0b)

1.8.0 (2025-04-30)

Features

  • router: Support custom api key and auth enable/disable in router (#106) (bf21d42)

1.7.1 (2025-04-29)

Bug Fixes

  • redirect the stderr of mcp servers to local (#126) (91694d8)

1.7.0 (2025-04-28)

Features

1.6.2 (2025-04-27)

Bug Fixes

1.6.1 (2025-04-25)

Bug Fixes

  • add port availability check and improve status message for MCPRouter (#124) (89bf558)

1.6.0 (2025-04-25)

Features

1.5.1 (2025-04-22)

Bug Fixes

  • update installation prompt for manifest generation (#102) (96d86ee)

1.5.0 (2025-04-22)

Features

1.4.4 (2025-04-21)

Bug Fixes

1.4.3 (2025-04-21)

Bug Fixes

  • sse url to claude desktop is not converted (#90) (5f2fc99)

1.4.2 (2025-04-21)

Bug Fixes

  • handle argument value replacement with more patterns (#75) (f20e469)

1.4.1 (2025-04-18)

Bug Fixes

1.4.0 (2025-04-18)

Features

  • router: Improve function naming in router (654872d)

1.3.0 (2025-04-18)

Features

1.2.0 (2025-04-17)

Features

  • command: Add info command and simplify search output (#73) (27a4443)

1.1.2 (2025-04-17)

Bug Fixes

  • add should remove optional argument placeholder (#62) (9181610)
  • update the default user-agent for web-fetch (#70) (15df122)