@getmarrow/mcp 3.9.9 → 3.9.10

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 +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,9 +63,15 @@ Accounts with <7 days of activity AND <20 decisions get an onboarding payload sh
63
63
 
64
64
  ---
65
65
 
66
- ## What's New in v3.9.4
66
+ ## What's New in v3.9.9
67
67
 
68
- ### Standalone CLI + Multi-API-Key Management
68
+ ### Hook Noise Filtering
69
+
70
+ MCP hooks now skip auto-logging for read-only operations. Tools like `read`, `grep`, `ls`, `sessions_list`, `marrow_list_memories`, and other context-read operations no longer generate Marrow decisions. Only meaningful tool calls (edits, writes, deploys) are logged.
71
+
72
+ This reduces noise in your decision history and keeps your Marrow training data clean — automatically, no agent discipline required.
73
+
74
+ ### Previous: v3.9.4 — Standalone CLI + Multi-API-Key Management
69
75
 
70
76
  **Standalone CLI commands (new in v3.9.0):**
71
77
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "3.9.9",
3
+ "version": "3.9.10",
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"