Skip to content
VS Code

hex image audit for VS Code

io.github.jmshinhwa/hex-image-audit

Recomputes every record checksum in a .hex or .s19 firmware image and names the bad records, the ove

client:VS Code transport:stdio runtime:npm

Install hex image audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "hex-image-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/hex-image-audit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hex image audit in other clients