cf-memory-mcp 2.0.0 → 2.2.0
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/package.json +8 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cf-memory-mcp",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Best-in-class MCP (Model Context Protocol) server for AI memory storage with intelligent search, smart auto-features, memory collections,
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"description": "Best-in-class MCP (Model Context Protocol) server for AI memory storage with intelligent search, smart auto-features, memory collections, project onboarding workflows, and advanced lifecycle management",
|
|
5
5
|
"main": "bin/cf-memory-mcp.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cf-memory-mcp": "./bin/cf-memory-mcp.js"
|
|
@@ -37,6 +37,12 @@
|
|
|
37
37
|
"memory-collections",
|
|
38
38
|
"project-onboarding",
|
|
39
39
|
"query-expansion",
|
|
40
|
+
"lifecycle-management",
|
|
41
|
+
"memory-aging",
|
|
42
|
+
"relevance-scoring",
|
|
43
|
+
"memory-validation",
|
|
44
|
+
"smart-cleanup",
|
|
45
|
+
"evolution-tracking",
|
|
40
46
|
"best-in-class"
|
|
41
47
|
],
|
|
42
48
|
"repository": {
|