@getmarrow/mcp 3.0.10 → 3.0.12
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 +0 -6
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,12 +42,6 @@ This release includes 13 security patches:
|
|
|
42
42
|
- **Error handling** — all silent catch blocks replaced with proper error logging
|
|
43
43
|
- **HTTP status checking** — API errors now return clear messages instead of cryptic JSON parse failures
|
|
44
44
|
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## What's New in v3.0.0
|
|
48
|
-
|
|
49
|
-
**Active Intelligence — Marrow Now Intervenes Before Mistakes**
|
|
50
|
-
|
|
51
45
|
### Auto-Warn on Orient
|
|
52
46
|
The `marrow_orient` tool now accepts `autoWarn: true` and warns you BEFORE you start a task that recently failed:
|
|
53
47
|
|
package/dist/cli.js
CHANGED
|
@@ -671,7 +671,7 @@ async function handleRequest(req) {
|
|
|
671
671
|
success(id, {
|
|
672
672
|
protocolVersion: '2024-11-05',
|
|
673
673
|
capabilities: { tools: {}, prompts: {} },
|
|
674
|
-
serverInfo: { name: 'marrow', version: '3.0.
|
|
674
|
+
serverInfo: { name: 'marrow', version: '3.0.12' },
|
|
675
675
|
});
|
|
676
676
|
// Auto-enroll: emit enrollment notification on connection
|
|
677
677
|
if (AUTO_ENROLL) {
|