Release Notes: 0.1.119
Cross-platform bridge binaries. The MCP bridge now ships prebuilt for every major desktop platform, so npx @actions-json/bridge needs no toolchain.
What Changed
- Prebuilt bridge binaries for linux-x64, macos-x64, macos-arm64, and win-x64. The release workflow builds each on its native runner and attaches
actions-json-mcp-<version>-<slug>.tar.gzto the release. - rustls instead of OpenSSL. The bridge dropped its native TLS dependency, so each platform builds cleanly without system OpenSSL.
@actions-json/bridgenpx wrapper selects and downloads the right binary for your platform automatically; Windows ships the.exe.
What To Test
- On each platform,
npx -y @actions-json/bridge mcp --helpdownloads the matching binary and runs it. - Download the platform tarball from this release directly and run the binary.