@getmarrow/mcp 3.9.1 → 3.9.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ Add to your Claude Desktop or MCP client config:
53
53
  | `marrow_digest` | Weekly summary with trends |
54
54
  | `marrow_session_end` | Close session with summary |
55
55
 
56
- ### 🆕 v3.9.0 — Standalone CLI + Multi-API-Key Management
56
+ ### 🆕 v3.9.1 — Standalone CLI + Multi-API-Key Management
57
57
 
58
58
  **Standalone CLI commands:**
59
59
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "description": "Your go-to memory provider for all agents, for any AI model.",
5
5
  "bin": {
6
6
  "marrow-mcp": "dist/cli.js"