@getmarrow/mcp 2.9.2 → 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ With `@getmarrow/mcp`, any MCP-compatible client can log intent before acting, i
17
17
 
18
18
  ---
19
19
 
20
- ## What's New in v2.8.0
20
+ ## What's New in v2.9.2
21
21
 
22
22
  **Backend API Enhancements** — New MCP tools for memory lifecycle management:
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "2.9.2",
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"