Release Notes: 0.1.118

A packaging release: the MCP bridge now ships as a prebuilt binary, so you can run it without a Rust toolchain.

What Changed

  • Prebuilt MCP bridge binary in releases. The release workflow now packages and attaches actions-json-mcp-<version>-linux-x64.tar.gz alongside the extension. Previously the bridge was source-build only.
  • This is the artifact the npx @actions-json/bridge wrapper downloads, so the primary MCP install path no longer requires cargo.

What To Test

  • Download actions-json-mcp-0.1.118-linux-x64.tar.gz from this release, extract it, and run ./actions-json-mcp mcp --help.
  • On linux-x64, npx @actions-json/bridge mcp --help should download the binary and run it.