cf-memory-mcp 2.10.0 → 2.11.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.
Files changed (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,9 +5,20 @@
5
5
 
6
6
  A **best-in-class MCP (Model Context Protocol)** server for AI memory storage using **Cloudflare infrastructure**. This package provides AI coding agents with intelligent memory management featuring **smart auto-features**, **intelligent search**, **memory collections**, **temporal intelligence**, **multi-agent collaboration**, and **advanced analytics**.
7
7
 
8
- ## 🎯 Current Version: v2.9.0
8
+ ## 🎯 Current Version: v2.11.0
9
9
 
10
- **🧠 NEW: AI/ML Intelligence Engine (v2.9.0) - Production AI Features:**
10
+ **🧠 NEW: Priority 4 - Context-Aware + Temporal Intelligence (v2.11.0) - AI-Enhanced Features:**
11
+
12
+ - 🎯 **AI-Enhanced Contextual Suggestions** - Smart suggestions using semantic search and AI-powered relevance scoring
13
+ - 🕒 **Advanced Temporal Intelligence** - Enhanced time-aware search with sophisticated temporal scoring algorithms
14
+ - 🔄 **Context-Switching Optimization** - Automatic project detection and intelligent context switching
15
+ - 📊 **Temporal Pattern Analytics** - Advanced pattern recognition with ML-powered predictions
16
+ - 🤖 **AI-Powered Suggestion Text** - Intelligent suggestion generation using Cloudflare AI (Llama 3.1 8B)
17
+ - 📈 **Enhanced Temporal Relevance** - Context-aware scoring with access patterns and importance weighting
18
+ - 🧠 **Smart Context Detection** - AI-powered context extraction from conversation history
19
+ - ⚡ **Semantic Context Matching** - Vector-based project context discovery with 95%+ confidence
20
+
21
+ **🧠 AI/ML Intelligence Engine (v2.9.0) - Production AI Features:**
11
22
 
12
23
  - 🤖 **AI-Powered Content Expansion** - Real content enrichment using Llama 3.1 8B (replaces static text appending)
13
24
  - 🏷️ **Semantic Tag Generation** - Intelligent tagging with Cloudflare AI classification models
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cf-memory-mcp",
3
- "version": "2.10.0",
4
- "description": "Best-in-class MCP (Model Context Protocol) server for AI memory storage with Smart Tool Recommendation Engine, Memory Intelligence Engine, autonomous optimization, A/B testing, self-improving algorithms, intelligent search, smart auto-features, memory collections, project onboarding workflows, and advanced lifecycle management",
3
+ "version": "2.11.0",
4
+ "description": "Best-in-class MCP (Model Context Protocol) server for AI memory storage with AI-Enhanced Context-Aware + Temporal Intelligence, Smart Tool Recommendation Engine, Memory Intelligence Engine, autonomous optimization, A/B testing, self-improving algorithms, 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"