Skip to content

0.2.1 - 2026-06-11

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:51
f8f00f9

Release Notes

Bug Fixes

  • Restore auto_start_machines=true to fix Fly outage (#131)
  • Keep Fly machine always-on (disable auto-stop) to end outage cycle (#135)
  • Bypass response cache by a process-unique nonce, not request id (#136)

Documentation

  • Feature the built-in crates.io client prominently in the README (#139)

Miscellaneous Tasks

  • Add Fly health check and harden deploy verify step (closes #133) (#137)

Install cratesio-mcp 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joshrotenberg/cratesio-mcp/releases/download/v0.2.1/cratesio-mcp-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joshrotenberg/cratesio-mcp/releases/download/v0.2.1/cratesio-mcp-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install joshrotenberg/brew/cratesio-mcp

Download cratesio-mcp 0.2.1

File Platform Checksum
cratesio-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cratesio-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
cratesio-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
cratesio-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cratesio-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum