@mrxkun/mcfast-mcp 4.1.3 โ 4.1.4
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/README.md +14 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -623,6 +623,20 @@ Read API (Total: 6ms)
|
|
|
623
623
|
|
|
624
624
|
## ๐ Changelog
|
|
625
625
|
|
|
626
|
+
### v4.1.4 (2026-02-17) ๐ ContextAnalyzer API
|
|
627
|
+
|
|
628
|
+
- โจ **ContextAnalyzer Integration**
|
|
629
|
+
- `POST /memory/analyze` - AI-powered change analysis with Mercury Coder
|
|
630
|
+
- `POST /memory/session/summary` - Work session summarization
|
|
631
|
+
- `POST /memory/patterns/detect` - Pattern detection across sessions
|
|
632
|
+
- `POST /memory/update` - Automatic MEMORY.md updates
|
|
633
|
+
- `GET /memory/context` - Context retrieval with caching
|
|
634
|
+
|
|
635
|
+
- ๐ **SQL Migration Complete**
|
|
636
|
+
- 5 tables: memory_analysis, session_summaries, memory_updates, context_cache, analysis_patterns
|
|
637
|
+
- 24 indexes for optimal performance
|
|
638
|
+
- 4 analytics views, 3 functions, 2 triggers
|
|
639
|
+
|
|
626
640
|
### v4.0.5 (2026-02-16) ๐ Bug Fix - Chokidar Version
|
|
627
641
|
|
|
628
642
|
- ๐ง **Fixed**: Sแปญa chokidar version tแปซ ^4.0.4 sang ^4.0.3
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrxkun/mcfast-mcp",
|
|
3
|
-
"version": "4.1.
|
|
4
|
-
"description": "Ultra-fast code editing with WASM acceleration, fuzzy patching, multi-layer caching, and 8 unified tools. v4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
|
+
"description": "Ultra-fast code editing with WASM acceleration, fuzzy patching, multi-layer caching, and 8 unified tools. v4.1.4: ContextAnalyzer API integration, Mercury Coder support, SQL migration ready.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"mcfast-mcp": "src/index.js"
|