@remnux/mcp-server 0.1.49 → 0.1.50

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-06-22",
3
+ "updated": "2026-06-23",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -1038,6 +1038,13 @@
1038
1038
  "description": "Run PowerShell scripts and commands.",
1039
1039
  "website": "https://github.com/powershell/powershell"
1040
1040
  },
1041
+ {
1042
+ "command": "procmon-mcp",
1043
+ "name": "ProcmonMCP",
1044
+ "category": "Use Artificial Intelligence",
1045
+ "description": "MCP server that lets AI assistants analyze Process Monitor (Procmon) XML captures.",
1046
+ "website": "https://github.com/JameZUK/ProcmonMCP"
1047
+ },
1041
1048
  {
1042
1049
  "command": "procyon",
1043
1050
  "name": "Procyon",
@@ -1262,6 +1269,13 @@
1262
1269
  "description": "Compute Context Triggered Piecewise Hashes (CTPH), also known as fuzzy hashes.",
1263
1270
  "website": "https://ssdeep-project.github.io/ssdeep/index.html"
1264
1271
  },
1272
+ {
1273
+ "command": "sshpass",
1274
+ "name": "sshpass",
1275
+ "category": "General Utilities",
1276
+ "description": "Supply a password to SSH non-interactively for automated logins.",
1277
+ "website": "https://sourceforge.net/projects/sshpass/"
1278
+ },
1265
1279
  {
1266
1280
  "command": "ssview",
1267
1281
  "name": "SSView",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
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",