@mrxkun/mcfast-mcp 4.0.4 → 4.0.5
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 +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
<p align="center">
|
|
17
|
-
<strong>🧠 NEW in v4.0.
|
|
17
|
+
<strong>🧠 NEW in v4.0.5: Intelligence Layer</strong><br>
|
|
18
18
|
ML-powered pattern detection | Adaptive strategy selection | Predictive suggestions
|
|
19
19
|
</p>
|
|
20
20
|
|
|
@@ -623,6 +623,12 @@ Read API (Total: 6ms)
|
|
|
623
623
|
|
|
624
624
|
## 📝 Changelog
|
|
625
625
|
|
|
626
|
+
### v4.0.5 (2026-02-16) 🎉 Bug Fix - Chokidar Version
|
|
627
|
+
|
|
628
|
+
- 🔧 **Fixed**: Sửa chokidar version từ ^4.0.4 sang ^4.0.3
|
|
629
|
+
- Phiên bản 4.0.4 không tồn tại trên npm registry
|
|
630
|
+
- Đảm bảo cài đặt dependencies thành công
|
|
631
|
+
|
|
626
632
|
### v4.0.4 (2026-02-16) 🎉 Phase 4 Complete - MCP Tools Added
|
|
627
633
|
|
|
628
634
|
- 🔧 **MCP Tools Registration**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrxkun/mcfast-mcp",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Ultra-fast code editing with WASM acceleration, fuzzy patching, multi-layer caching, and 8 unified tools. Optimized for AI code assistants with 80-98% latency reduction. Phase 4: ML Intelligence Layer.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@babel/types": "^7.29.0",
|
|
48
48
|
"@modelcontextprotocol/sdk": "^0.6.0",
|
|
49
49
|
"better-sqlite3": "^11.10.0",
|
|
50
|
-
"chokidar": "^4.0.
|
|
50
|
+
"chokidar": "^4.0.3",
|
|
51
51
|
"fast-glob": "^3.3.3",
|
|
52
52
|
"ignore": "^7.0.5",
|
|
53
53
|
"tree-sitter-c-sharp": "^0.23.1",
|