Skip to content

Releases: pathintegral-institute/mcpm.sh

v2.7.0

15 Aug 06:40
Compare
Choose a tag to compare

2.7.0 (2025-08-15)

Features

  • add script and workflow for contributing registry (#233) (ec67763)

v2.6.1

07 Aug 13:16
Compare
Choose a tag to compare

2.6.1 (2025-08-07)

Bug Fixes

  • use GitHub App token for generate-llm-txt workflow to bypass branch protection (53b795a)

v2.6.0

18 Jul 10:27
Compare
Choose a tag to compare

2.6.0 (2025-07-18)

Features

  • add 'new' command as alias for creating server configs (f8115e0)

v2.5.0

14 Jul 02:59
Compare
Choose a tag to compare

2.5.0 (2025-07-14)

Features

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

v2.4.0

10 Jul 10:53
Compare
Choose a tag to compare

2.4.0 (2025-07-10)

Features

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

v2.3.0

09 Jul 09:58
Compare
Choose a tag to compare

2.3.0 (2025-07-09)

Features

v2.2.0

09 Jul 07:56
Compare
Choose a tag to compare

2.2.0 (2025-07-09)

Features

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

v2.1.0

07 Jul 22:14
Compare
Choose a tag to compare

2.1.0 (2025-07-07)

Features

  • improve GitHub issue templates (942689e)

v2.0.0

07 Jul 10:51
Compare
Choose a tag to compare

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.

v1.14.2

01 Jul 08:03
Compare
Choose a tag to compare

1.14.2 (2025-07-01)

Bug Fixes