@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.
- package/README.md +5 -5
- 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
|
|
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
|
|
40
|
-
Try
|
|
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: '
|
|
60
|
-
Suggested: Use
|
|
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
|