@remnux/mcp-server 0.1.69 → 0.1.71

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "updated": "2026-08-17",
3
+ "updated": "2026-08-21",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -1549,6 +1549,13 @@
1549
1549
  "description": "Drive x64dbg on a remote Windows VM from OpenCode on REMnux, with eight AI commands for tracing, unpacking, state snapshots, decompiling, YARA scanning, and vulnerability hunting.",
1550
1550
  "website": "https://github.com/REMnux/x64dbg-skills-opencode"
1551
1551
  },
1552
+ {
1553
+ "command": "x64dbg-documentation",
1554
+ "name": "x64dbg Documentation",
1555
+ "category": "Dynamically Reverse-Engineer Code: General",
1556
+ "description": "Read the official x64dbg documentation offline, including the command reference and format specifiers.",
1557
+ "website": "https://github.com/x64dbg/docs"
1558
+ },
1552
1559
  {
1553
1560
  "command": "xlmmacrodeobfuscator",
1554
1561
  "name": "XLMMacroDeobfuscator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "packageManager": "pnpm@10.33.0",
5
5
  "description": "MCP server for using the REMnux malware analysis toolkit via AI assistants",
6
6
  "type": "module",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@modelcontextprotocol/sdk": "^1.30.0",
56
- "dockerode": "^4.0.0",
57
- "ioc-extractor": "^8.1.3",
56
+ "dockerode": "^5.0.1",
57
+ "ioc-extractor": "^8.2.0",
58
58
  "ssh2": "^1.15.0",
59
59
  "zod": "^3.25.76"
60
60
  },
@@ -65,7 +65,7 @@
65
65
  ]
66
66
  },
67
67
  "devDependencies": {
68
- "@types/dockerode": "^3.3.0",
68
+ "@types/dockerode": "^4.0.1",
69
69
  "@types/node": "^20.0.0",
70
70
  "@types/ssh2": "^1.15.0",
71
71
  "eslint": "^9.0.0",