Skip to content

Releases: obot-platform/mcp-oauth-proxy

Release v0.0.2

02 Sep 17:31
b7e26cf
Compare
Choose a tag to compare

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:

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x mcp-oauth-proxy-*
  3. 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:latest

Full Changelog: https://github.com/obot-platform/mcp-oauth-proxy/commits/v0.0.2

What's Changed

Full Changelog: v0.0.1...v0.0.2

Release v0.0.1

29 Aug 19:17
394e51e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/obot-platform/mcp-oauth-proxy/commits/v0.0.1