@getmarrow/mcp 2.9.1 → 2.9.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 +8 -1
  2. package/package.json +18 -2
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  > **Memory and decision intelligence for MCP-compatible agents.**
4
4
 
5
+ ![npm](https://img.shields.io/npm/v/@getmarrow/mcp)
6
+ ![npm](https://img.shields.io/npm/dw/@getmarrow/mcp)
7
+ ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@getmarrow/mcp)
8
+ ![GitHub](https://img.shields.io/github/license/MajinBuu0x9/marrow-mcp)
9
+ ![TypeScript](https://img.shields.io/badge/TypeScript-5.3%2B-blue)
10
+ ![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)
11
+
5
12
  Marrow gives your agent a memory that compounds.
6
13
 
7
14
  With `@getmarrow/mcp`, any MCP-compatible client can log intent before acting, inspect live loop state during work, and commit outcomes back to the hive when the work is done. That means your agent stops operating like an amnesiac and starts carrying forward real decision history.
@@ -10,7 +17,7 @@ With `@getmarrow/mcp`, any MCP-compatible client can log intent before acting, i
10
17
 
11
18
  ---
12
19
 
13
- ## What's New in v2.8.0
20
+ ## What's New in v2.9.2
14
21
 
15
22
  **Backend API Enhancements** — New MCP tools for memory lifecycle management:
16
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "2.9.1",
3
+ "version": "2.9.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"
@@ -16,8 +16,24 @@
16
16
  "claude",
17
17
  "ai",
18
18
  "memory",
19
- "agents"
19
+ "agents",
20
+ "LLM",
21
+ "GPT",
22
+ "OpenAI",
23
+ "autonomous",
24
+ "context",
25
+ "state",
26
+ "persistence",
27
+ "decision",
28
+ "learning",
29
+ "Model Context Protocol",
30
+ "TypeScript",
31
+ "Node.js"
20
32
  ],
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/MajinBuu0x9/marrow-mcp.git"
36
+ },
21
37
  "license": "MIT",
22
38
  "files": [
23
39
  "dist",