claude-mpm 4.7.2 → 4.9.0
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,10 +45,11 @@ claude-mpm mcp-pipx-config
|
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
**💡 Optional Dependencies**:
|
|
48
|
-
- `[mcp]` - Include MCP services (mcp-vector-search, mcp-browser, mcp-ticketer
|
|
48
|
+
- `[mcp]` - Include MCP services (mcp-vector-search, mcp-browser, mcp-ticketer)
|
|
49
49
|
- `[monitor]` - Full monitoring dashboard with Socket.IO and async web server components
|
|
50
50
|
- **Combine both**: Use `"claude-mpm[mcp,monitor]"` to install all features
|
|
51
|
-
-
|
|
51
|
+
- **Note**: kuzu-memory is now a required dependency, always included with Claude MPM
|
|
52
|
+
- Without optional MCP dependencies, other MCP services auto-install on first use via pipx
|
|
52
53
|
|
|
53
54
|
**🎉 Pipx Support Now Fully Functional!** Recent improvements ensure complete compatibility:
|
|
54
55
|
- ✅ Socket.IO daemon script path resolution (fixed)
|
package/package.json
CHANGED