@getmarrow/mcp 3.0.1 → 3.0.3

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 +5 -53
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,15 +29,15 @@ The `marrow_orient` tool now accepts `autoWarn: true` and warns you BEFORE you s
29
29
  "name": "marrow_orient",
30
30
  "arguments": {
31
31
  "autoWarn": true,
32
- "task": "Fix Neutron API authentication"
32
+ "task": "Fix authentication error"
33
33
  }
34
34
  }
35
35
  ```
36
36
 
37
37
  **Response includes warnings:**
38
38
  ```
39
- ⚠️ HIGH: This task type failed 4x with method='internal'.
40
- Try method='neutronpay' (89% success rate)
39
+ ⚠️ HIGH: This task type failed 4x with approach='retry-without-fix'.
40
+ Try approach='apply-patch-first' (89% success rate)
41
41
  ```
42
42
 
43
43
  ### Loop Detection on Think
@@ -56,8 +56,8 @@ The `marrow_think` tool now accepts `checkLoop: true` and detects if you're abou
56
56
  **Response includes loop warnings:**
57
57
  ```
58
58
  🚨 LOOP DETECTED: You're retrying a failed approach.
59
- Previous failure: 'internal' method not supported.
60
- Suggested: Use method='neutronpay' instead.
59
+ Previous failure: 'retry-without-fix' approach not supported.
60
+ Suggested: Use 'apply-patch-first' approach instead.
61
61
  ```
62
62
 
63
63
  ### Rate Limiting
@@ -72,54 +72,6 @@ The `marrow_think` tool now accepts `checkLoop: true` and detects if you're abou
72
72
 
73
73
  ---
74
74
 
75
- ## What's New in v2.9.4
76
-
77
- **Backend API Enhancements** — New MCP tools for memory lifecycle management:
78
-
79
- ### Cross-Agent Memory Sharing
80
- Share memories across agents in your account:
81
- - `marrow_share_memory` — Share a memory with specific agents
82
- - Memories shared with your agents automatically appear in `marrow_list_memories`
83
-
84
- ### Memory Export/Import
85
- Backup and restore memories:
86
- - `marrow_export_memories` — Export to JSON or CSV format
87
- - `marrow_import_memories` — Import with merge (dedup) or replace mode
88
-
89
- ### Advanced FTS Filters
90
- Precision search in `marrow_retrieve_memories`:
91
- - `from` / `to` — Date range filters
92
- - `tags` — Filter by tags (AND logic)
93
- - `source` — Filter by source (e.g., `session_bootstrap`, `think`)
94
- - `status` — Filter by status (`active`, `outdated`, `deleted`)
95
-
96
- ### New MCP Tools
97
- - `marrow_list_memories` — List memories with pagination
98
- - `marrow_get_memory` — Get single memory by ID
99
- - `marrow_update_memory` — Update memory text, tags, or metadata
100
- - `marrow_mark_outdated` — Mark memory as outdated
101
- - `marrow_supersede_memory` — Atomically replace memory with new version
102
- - `marrow_delete_memory` — Soft delete memory
103
- - `marrow_export_memories` — Export to JSON or CSV
104
- - `marrow_import_memories` — Import memories
105
- - `marrow_share_memory` — Share with agents
106
- - `marrow_retrieve_memories` — FTS search with filters
107
-
108
- ### Security Hardening
109
- - Account isolation enforced (no cross-account leakage)
110
- - Agent ID validation on all tools
111
- - Audit logging for export/import operations
112
- - Rate limiting on export (5/hour)
113
- - SHA-256 dedup on import
114
-
115
- ### Privacy & PII Protection
116
- - **Automatic PII stripping** — Sensitive data (emails, phone numbers, API keys, tokens) is detected and stripped before storage
117
- - **Export verification** — Export your data anytime to verify what's stored and confirm PII is stripped
118
- - **Data ownership** — You own all your data; export and delete anytime
119
- - **All features free** — No paywalls on security or privacy features
120
-
121
- ---
122
-
123
75
  ## The Problem
124
76
 
125
77
  Most agents still operate with shallow memory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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"