@getmarrow/mcp 2.9.2 → 2.9.4

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ With `@getmarrow/mcp`, any MCP-compatible client can log intent before acting, i
17
17
 
18
18
  ---
19
19
 
20
- ## What's New in v2.8.0
20
+ ## What's New in v2.9.2
21
21
 
22
22
  **Backend API Enhancements** — New MCP tools for memory lifecycle management:
23
23
 
@@ -57,6 +57,12 @@ Precision search in `marrow_retrieve_memories`:
57
57
  - Rate limiting on export (5/hour)
58
58
  - SHA-256 dedup on import
59
59
 
60
+ ### Privacy & PII Protection
61
+ - **Automatic PII stripping** — Sensitive data (emails, phone numbers, API keys, tokens) is detected and stripped before storage
62
+ - **Export verification** — Export your data anytime to verify what's stored and confirm PII is stripped
63
+ - **Data ownership** — You own all your data; export and delete anytime
64
+ - **All features free** — No paywalls on security or privacy features
65
+
60
66
  ---
61
67
 
62
68
  ## The Problem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "2.9.2",
3
+ "version": "2.9.4",
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"