@remnux/mcp-server 0.1.47 → 0.1.48

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-18",
3
+ "updated": "2026-06-19",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -1066,13 +1066,6 @@
1066
1066
  "description": "Manipulate (merge, convert, transform) PDF files.",
1067
1067
  "website": "http://qpdf.sourceforge.net/"
1068
1068
  },
1069
- {
1070
- "command": "r2mcp",
1071
- "name": "r2mcp",
1072
- "category": "Use Artificial Intelligence",
1073
- "description": "Model Context Protocol server that lets AI agents drive radare2 to open binaries, analyze code, decompile functions, and find vulnerabilities. Pre-configured for OpenCode as the radare2 MCP server.",
1074
- "website": "https://github.com/radareorg/radare2-mcp"
1075
- },
1076
1069
  {
1077
1070
  "command": "r2pipe",
1078
1071
  "name": "r2pipe",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
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",