@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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. 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.3",
4
- "description": "Ultra-fast code editing with WASM acceleration, fuzzy patching, multi-layer caching, and 8 unified tools. v4.1.3: Fixed MCP stream issues (console.log->stderr), Singleton pattern, Duplicate log prevention.",
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"