@mrxkun/mcfast-mcp 2.2.2 → 2.2.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrxkun/mcfast-mcp",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Ultra-fast code editing with fuzzy patching, auto-rollback, and 5 unified tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3,7 +3,6 @@
3
3
  * Applies unified diffs with whitespace tolerance and semantic similarity
4
4
  */
5
5
 
6
- import { parsePatch } from './patch-parser.js';
7
6
  import {
8
7
  tokenSimilarity,
9
8
  calculateConfidence,