@remnux/mcp-server 0.1.64 → 0.1.65

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-07-21",
3
+ "updated": "2026-08-06",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -744,6 +744,13 @@
744
744
  "description": "Perform static analysis of suspicious PE files.",
745
745
  "website": "https://github.com/JusticeRage/Manalyze"
746
746
  },
747
+ {
748
+ "command": "mermaid-view",
749
+ "name": "Mermaid Viewer",
750
+ "category": "View or Edit Files",
751
+ "description": "View Mermaid diagrams, such as AI-generated code-analysis workflow diagrams, in a local browser.",
752
+ "website": "https://mermaid.js.org/"
753
+ },
747
754
  {
748
755
  "command": "mitmproxy",
749
756
  "name": "mitmproxy",
@@ -807,6 +814,13 @@
807
814
  "description": "Encrypt and decrypt OOXML Microsoft Office documents.",
808
815
  "website": "https://github.com/herumi/msoffice"
809
816
  },
817
+ {
818
+ "command": "mutool",
819
+ "name": "mutool",
820
+ "category": "Analyze Documents: PDF",
821
+ "description": "Examine, convert, and manipulate PDF files, including extracting embedded streams and repairing malformed documents.",
822
+ "website": "https://mupdf.com"
823
+ },
810
824
  {
811
825
  "command": "myip",
812
826
  "name": "myip",
@@ -1154,7 +1168,7 @@
1154
1168
  "command": "restrict-egress",
1155
1169
  "name": "restrict-egress",
1156
1170
  "category": "General Utilities",
1157
- "description": "Restrict the host's outbound network access to an allowlist of domains and CIDRs, using an nftables default-deny egress policy that survives reboots and re-resolves load-balanced endpoints. Requires systemd, so it runs on a host or VM only and is not functional inside containers.",
1171
+ "description": "Restrict outbound network access to an allowlist of domains and CIDRs using an nftables default-deny egress policy. It installs a persistent, self-refreshing lockdown on a VM or host, or enforces a one-shot lockdown inside a container with the apply command.",
1158
1172
  "website": "https://github.com/REMnux/distro/blob/master/files/restrict-egress"
1159
1173
  },
1160
1174
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
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",