@getmarrow/mcp 3.7.0 → 3.7.2
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 +2 -4
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,9 +66,7 @@ This closes the loop Buu identified: Marrow now *just works* — your agent read
|
|
|
66
66
|
|
|
67
67
|
---
|
|
68
68
|
|
|
69
|
-
##
|
|
70
|
-
|
|
71
|
-
### Agent-Narrated Marrow Contribution
|
|
69
|
+
## Agent-Narrated Marrow Contribution
|
|
72
70
|
|
|
73
71
|
Marrow now tells the agent exactly what it contributed to each decision, so the agent can surface that contribution to the user in plain English — no dashboard required.
|
|
74
72
|
|
|
@@ -103,7 +101,7 @@ The user installed Marrow to make their agent better. They should hear, in plain
|
|
|
103
101
|
|
|
104
102
|
---
|
|
105
103
|
|
|
106
|
-
## Agent-Narrated Milestones
|
|
104
|
+
## Agent-Narrated Milestones
|
|
107
105
|
|
|
108
106
|
`marrow_commit` returns a `narrative` field. When a milestone fires (first commit, baseline capture, decision 100/500/1000/5000, weekly recap), the backend returns a human-readable string the agent relays to the user. Otherwise it returns `null`.
|
|
109
107
|
|
package/dist/cli.js
CHANGED
|
@@ -771,7 +771,7 @@ else {
|
|
|
771
771
|
success(id, {
|
|
772
772
|
protocolVersion: '2024-11-05',
|
|
773
773
|
capabilities: { tools: {}, prompts: {} },
|
|
774
|
-
serverInfo: { name: 'marrow', version: '3.7.
|
|
774
|
+
serverInfo: { name: 'marrow', version: '3.7.1' },
|
|
775
775
|
});
|
|
776
776
|
// Auto-enroll: emit enrollment notification on connection
|
|
777
777
|
if (AUTO_ENROLL) {
|