claude-mpm 6.1.0 โ 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -23
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,23 +13,7 @@
|
|
|
13
13
|
>
|
|
14
14
|
> **Quick Start**: See [Getting Started Guide](docs/getting-started/README.md) to get running in 5 minutes!
|
|
15
15
|
|
|
16
|
-
>
|
|
17
|
-
>
|
|
18
|
-
> **Try the beta (plugin install โ no pip needed):**
|
|
19
|
-
> ```bash
|
|
20
|
-
> claude plugin marketplace add bobmatnyc/claude-mpm-marketplace
|
|
21
|
-
> claude plugin install claude-mpm@claude-mpm-marketplace
|
|
22
|
-
> ```
|
|
23
|
-
> **Try the beta (pip, explicit pin required):**
|
|
24
|
-
> ```bash
|
|
25
|
-
> pip install claude-mpm==6.0.0b1
|
|
26
|
-
> ```
|
|
27
|
-
> **Stay on stable (v5.11.4):**
|
|
28
|
-
> ```bash
|
|
29
|
-
> pip install claude-mpm # installs latest stable automatically
|
|
30
|
-
> uv tool install claude-mpm # same โ pre-releases are never selected
|
|
31
|
-
> ```
|
|
32
|
-
> See [Beta Guide](docs/beta-6.0.md) for the full details.
|
|
16
|
+
> **Current stable version: v6.1.0** โ plugin install path, binary consolidation, and auto-migration. See [Beta Guide](docs/beta-6.0.md) for v6.0 release notes.
|
|
33
17
|
|
|
34
18
|
---
|
|
35
19
|
|
|
@@ -293,7 +277,7 @@ uv tool install mcp-browser --python 3.13
|
|
|
293
277
|
- Setup: `claude-mpm setup confluence`
|
|
294
278
|
- **Slack MCP** user proxy with **12 tools**:
|
|
295
279
|
- Channels, messages, DMs, search - acts as authenticated user
|
|
296
|
-
- Setup: `claude-mpm setup slack`
|
|
280
|
+
- Setup: `claude-mpm setup slack-mpm`
|
|
297
281
|
- **Encrypted Token Storage** using Fernet encryption with system keychain
|
|
298
282
|
- **Automatic Token Refresh** handles expiration seamlessly
|
|
299
283
|
|
|
@@ -308,7 +292,7 @@ claude-mpm setup notion
|
|
|
308
292
|
claude-mpm setup confluence
|
|
309
293
|
|
|
310
294
|
# Set up Slack (OAuth user token)
|
|
311
|
-
claude-mpm setup slack
|
|
295
|
+
claude-mpm setup slack-mpm
|
|
312
296
|
|
|
313
297
|
# Check token status
|
|
314
298
|
claude-mpm oauth status workspace-mcp
|
|
@@ -481,9 +465,7 @@ Agent (SocketIO) (/session)
|
|
|
481
465
|
|
|
482
466
|
## What's New in v6.0
|
|
483
467
|
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
**Validated in testing:**
|
|
468
|
+
**Released in v6.0:**
|
|
487
469
|
- โ
Binary consolidation
|
|
488
470
|
- โ
Auto-migration of `.mcp.json` configs
|
|
489
471
|
- โ
Plugin install and uninstall
|
|
@@ -692,7 +674,7 @@ claude-mpm setup kuzu-memory
|
|
|
692
674
|
claude-mpm setup mcp-vector-search
|
|
693
675
|
claude-mpm setup gworkspace-mcp # Canonical name (preferred)
|
|
694
676
|
claude-mpm setup google-workspace-mcp # Legacy alias (also works)
|
|
695
|
-
claude-mpm setup slack
|
|
677
|
+
claude-mpm setup slack-mpm
|
|
696
678
|
claude-mpm setup notion
|
|
697
679
|
claude-mpm setup confluence
|
|
698
680
|
|
package/package.json
CHANGED