@getmarrow/mcp 3.2.0 → 3.2.1
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 -18
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,24 +44,6 @@ For troubleshooting hook behavior, set `MARROW_HOOK_DEBUG=true` to re-enable one
|
|
|
44
44
|
|
|
45
45
|
Your agent should check for and use these fields — they represent collective intelligence and team-level context that wasn't available in prior versions.
|
|
46
46
|
|
|
47
|
-
### Since v3.1.0 (cumulative through v3.1.4)
|
|
48
|
-
|
|
49
|
-
**v3.1.1** — Published fixes
|
|
50
|
-
|
|
51
|
-
**v3.1.2** — Agent identity: new `MARROW_FLEET_AGENT_ID` env var adds X-Marrow-Agent-Id header to all requests so decisions tag your specific agent for fleet dashboards.
|
|
52
|
-
|
|
53
|
-
**v3.1.3** — Template marketplace tools: `marrow_list_templates` (filter by industry/category) and `marrow_install_template` (install workflow by slug). 24 pre-built templates across insurance, healthcare, ecommerce, legal, saas, fintech, media, enterprise.
|
|
54
|
-
|
|
55
|
-
**v3.1.4** — README / docs sync (this release).
|
|
56
|
-
|
|
57
|
-
Example usage in an agent:
|
|
58
|
-
```
|
|
59
|
-
marrow_list_templates({ industry: 'insurance' })
|
|
60
|
-
→ [claims-triage, fraud-review, underwriting-decision, complaint-escalation]
|
|
61
|
-
marrow_install_template({ slug: 'claims-triage' })
|
|
62
|
-
→ workflow installed in your fleet
|
|
63
|
-
```
|
|
64
|
-
|
|
65
47
|
---
|
|
66
48
|
|
|
67
49
|
## Claude Code Compatibility
|
package/dist/cli.js
CHANGED
|
@@ -756,7 +756,7 @@ else {
|
|
|
756
756
|
success(id, {
|
|
757
757
|
protocolVersion: '2024-11-05',
|
|
758
758
|
capabilities: { tools: {}, prompts: {} },
|
|
759
|
-
serverInfo: { name: 'marrow', version: '3.2.
|
|
759
|
+
serverInfo: { name: 'marrow', version: '3.2.1' },
|
|
760
760
|
});
|
|
761
761
|
// Auto-enroll: emit enrollment notification on connection
|
|
762
762
|
if (AUTO_ENROLL) {
|