Skip to content

Releases: pathintegral-institute/mcpm.sh

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

v1.14.1

30 Jun 23:30
Compare
Choose a tag to compare

1.14.1 (2025-06-30)

Bug Fixes

v1.14.0

24 Jun 07:19
Compare
Choose a tag to compare

1.14.0 (2025-06-24)

Features

v1.13.6

24 Jun 02:36
Compare
Choose a tag to compare

1.13.6 (2025-06-24)

Bug Fixes

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

v1.13.5

16 Jun 03:43
Compare
Choose a tag to compare

1.13.5 (2025-06-16)

Bug Fixes

v1.13.4

07 Jun 00:41
Compare
Choose a tag to compare

1.13.4 (2025-06-07)

Bug Fixes

v1.13.3

05 Jun 07:48
Compare
Choose a tag to compare

1.13.3 (2025-06-05)

Bug Fixes

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

v1.13.2

05 Jun 04:23
Compare
Choose a tag to compare

1.13.2 (2025-06-05)

Bug Fixes

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

v1.13.1

29 May 07:48
Compare
Choose a tag to compare

1.13.1 (2025-05-29)

Bug Fixes

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