cf-memory-mcp 3.5.0 → 3.6.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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cf-memory-mcp",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "Best-in-class MCP
|
|
3
|
+
"version": "3.6.0",
|
|
4
|
+
"description": "Best-in-class MCP server with OPTIMIZED LLM stack (Llama-3.1-8B for all text tasks, BGE-M3 embeddings, BGE-Reranker), Query Expansion Caching (24h TTL), Hybrid Embedding Strategy, Specialized Memory Types, Progressive Disclosure, AI-Powered Summaries, Context Window Optimization, Smart Tool Recommendation Engine, Memory Intelligence Engine, and Unified Project Intelligence Tool",
|
|
5
5
|
"main": "bin/cf-memory-mcp.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cf-memory-mcp": "./bin/cf-memory-mcp.js"
|