github Captain-AI-Hub/IDA-MCP v0.8.0

one hour ago

What's Changed

输出降噪(面向 LLM 上下文优化)

  • 所有工具结果只返回单个 text content block,不再附带 structuredContent 镜像副本
  • decompile 返回纯文本伪代码;disasm/linear_disasm 去除 IDA 颜色标签、地址统一 hex、删除每指令 bytes
  • get_bytes/dbg_read_mem 删除 int 数组(只留 hex);stack_frame 去掉重复序列化的变量列表
  • 分页结果精简为 {total, items};convert_number 10 字段减到 5 字段
  • 移除各工具的输入回显(query/ok/success 等恒值或冗余字段),xrefs_to_field 增加 limit 参数(默认 50,上限 500)
  • 精简 gateway proxy 每次握手发送的 instructions

修复

  • 网关 /call 对纯文本工具结果返回 null 的问题

Full Changelog: v0.7.1...v0.8.0

Don't miss a new IDA-MCP release

NewReleases is sending notifications on new releases.