What's Changed in v0.0.2
🚀 Features
- Cross-platform release with native binaries for Linux and macOS
- Multi-architecture Docker images for Linux (AMD64 and ARM64)
📦 Binary Downloads
- Linux AMD64:
mcp-oauth-proxy-v0.0.2-linux-amd64 - Linux ARM64:
mcp-oauth-proxy-v0.0.2-linux-arm64 - macOS Universal:
mcp-oauth-proxy-v0.0.2-darwin-universal(Intel + Apple Silicon) - macOS AMD64:
mcp-oauth-proxy-v0.0.2-darwin-amd64(Intel) - macOS ARM64:
mcp-oauth-proxy-v0.0.2-darwin-arm64(Apple Silicon)
🐳 Docker Images
- Tagged Release:
ghcr.io/obot-platform/mcp-oauth-proxy:v0.0.2 - Latest:
ghcr.io/obot-platform/mcp-oauth-proxy:latest - Platforms: linux/amd64, linux/arm64
🔍 Verification
All binaries can be verified using the included checksums.txt file.
🛠️ Installation
Binary Installation:
- Download the appropriate binary for your platform
- Make it executable:
chmod +x mcp-oauth-proxy-* - Move to your PATH:
mv mcp-oauth-proxy-* /usr/local/bin/mcp-oauth-proxy
Docker Installation:
docker pull ghcr.io/obot-platform/mcp-oauth-proxy:v0.0.2
# or
docker pull ghcr.io/obot-platform/mcp-oauth-proxy:latestFull Changelog: https://github.com/obot-platform/mcp-oauth-proxy/commits/v0.0.2
What's Changed
- Chore: First pass of docs by @StrongMonkey in #21
- chore: remove version from binary name by @thedadams in #22
Full Changelog: v0.0.1...v0.0.2