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.
Files changed (2) hide show
  1. package/README.md +3 -2
  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, kuzu-memory)
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
- - Without optional dependencies, MCP services auto-install on first use via pipx
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mpm",
3
- "version": "4.7.2",
3
+ "version": "4.9.0",
4
4
  "description": "NPM wrapper for claude-mpm Python package - Requires Python 3.8+. Orchestrate Claude with agent delegation and ticket tracking",
5
5
  "keywords": [
6
6
  "claude",