@getmarrow/mcp 3.0.2 → 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 -5
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "3.0.2",
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"