Skip to content

Commit f92b376

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.14.2...v2.0.0) (2025-07-07) * feat!: release MCPM v2.0 with major architectural changes ([c86ec16](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 parent c86ec16 commit f92b376

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [2.0.0](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.14.2...v2.0.0) (2025-07-07)
2+
3+
4+
* feat!: release MCPM v2.0 with major architectural changes ([c86ec16](https://github.com/pathintegral-institute/mcpm.sh/commit/c86ec1668b554477522b7d68648e48555aa1a912))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* MCPM v2.0 introduces a completely new architecture that
10+
eliminates the target-based system in favor of a simplified global
11+
configuration model with virtual profiles.
12+
13+
Major changes:
14+
- Removed target-based commands (mcpm target, mcpm stash, mcpm pop, etc.)
15+
- Replaced with global server management (mcpm install/uninstall)
16+
- Virtual profiles replace separate profile configurations
17+
- Direct server execution replaces router daemon
18+
- New client integration commands (mcpm client edit/import)
19+
- FastMCP-based sharing instead of router sharing
20+
- Automatic v1 to v2 migration with user confirmation
21+
22+
This release requires migration from v1 configurations and changes
23+
command syntax. See MIGRATION_GUIDE.md for complete migration instructions.
24+
125
## [1.14.2](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.14.1...v1.14.2) (2025-07-01)
226

327

src/mcpm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.2"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)