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.gzalongside the extension. Previously the bridge was source-build only. - This is the artifact the
npx @actions-json/bridgewrapper downloads, so the primary MCP install path no longer requirescargo.
What To Test
- Download
actions-json-mcp-0.1.118-linux-x64.tar.gzfrom this release, extract it, and run./actions-json-mcp mcp --help. - On linux-x64,
npx @actions-json/bridge mcp --helpshould download the binary and run it.