@remnux/mcp-server 0.1.63 → 0.1.64

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-14",
3
+ "updated": "2026-07-21",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -1150,6 +1150,13 @@
1150
1150
  "description": "MCP server for using the REMnux malware analysis toolkit via AI assistants.",
1151
1151
  "website": "https://github.com/REMnux/remnux-mcp-server"
1152
1152
  },
1153
+ {
1154
+ "command": "restrict-egress",
1155
+ "name": "restrict-egress",
1156
+ "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.",
1158
+ "website": "https://github.com/REMnux/distro/blob/master/files/restrict-egress"
1159
+ },
1153
1160
  {
1154
1161
  "command": "rhino-debugger",
1155
1162
  "name": "Rhino Debugger",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
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",