Commit f92b376
committed
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
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments