Release v0.1.1
Bun Docs MCP Proxy v0.1.1
Installation
Download the binary for your platform below, extract it, and make it executable (Linux/macOS).
Linux/macOS
# Download and extract (adjust URL for your platform)
curl -L https://github.com/kjanat/bun-docs-mcp-proxy/releases/download/v0.1.1/bun-docs-mcp-proxy-linux-x86_64.tar.gz | tar xz
# Make executable
chmod +x bun-docs-mcp-proxy
# Move to PATH (optional)
sudo mv bun-docs-mcp-proxy /usr/local/bin/Windows
Download the .zip file, extract it, and add to your PATH.
Platforms
- Linux x86_64:
bun-docs-mcp-proxy-linux-x86_64.tar.gz - Linux ARM64:
bun-docs-mcp-proxy-linux-aarch64.tar.gz - Linux x86_64 musl (static):
bun-docs-mcp-proxy-linux-x86_64-musl.tar.gz - Linux ARM64 musl (static):
bun-docs-mcp-proxy-linux-aarch64-musl.tar.gz - macOS Intel:
bun-docs-mcp-proxy-macos-x86_64.tar.gz - macOS Apple Silicon:
bun-docs-mcp-proxy-macos-aarch64.tar.gz - Windows x86_64:
bun-docs-mcp-proxy-windows-x86_64.zip - Windows ARM64:
bun-docs-mcp-proxy-windows-aarch64.zip
Verification
SHA256 checksums are provided for each binary. Verify with:
# Linux/macOS
sha256sum -c bun-docs-mcp-proxy-*.sha256
# Windows (PowerShell)
Get-FileHash bun-docs-mcp-proxy-*.zip -Algorithm SHA256