Skip to content
VS Code

firmware release gate for VS Code

io.github.jmshinhwa/firmware-release-gate

Finds the build-config lines that ship an ESP-IDF or Zephyr device with secure boot off, a debug por

client:VS Code transport:stdio runtime:npm

Install firmware release gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "firmware-release-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/firmware-release-gate"
      ]
    }
  }
}

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

firmware release gate in other clients