Releases: obot-platform/mcp-oauth-proxy
Releases · obot-platform/mcp-oauth-proxy
Release v0.0.2
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:latest
Full 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
Release v0.0.1
What's Changed
- Fix: fix grant and refresh token cleanup by @StrongMonkey in #1
- Fix: properly store renewed access token into grant table by @StrongMonkey in #2
- Fix: add properly lock when refresh access token by @StrongMonkey in #3
- Fix: don't send bearer token to downstream by @StrongMonkey in #4
- Fix: make sure to count for lower case by @StrongMonkey in #5
- Fix: bump rate limit by @StrongMonkey in #7
- chore: refactor code for better organization by @ibuildthecloud in #8
- chore: drop gin, it was a nasty habit by @ibuildthecloud in #9
- chore: refactor types by @ibuildthecloud in #10
- chore: move around oauth code for more cleanup by @ibuildthecloud in #11
- Enhance: refactoring code to address security by @StrongMonkey in #12
- chore: switch to oauth2 package for token handling by @thedadams in #13
- refactor: stop rewriting paths in proxy by @thedadams in #15
- feat: add forward_auth support by @thedadams in #16
- Chore: Add CI to release tagged image and binary by @StrongMonkey in #18
- Fix: use 1.25 go by @StrongMonkey in #19
- Fix: fix release ci yaml by @StrongMonkey in #20
New Contributors
- @StrongMonkey made their first contribution in #1
- @ibuildthecloud made their first contribution in #8
- @thedadams made their first contribution in #13
Full Changelog: https://github.com/obot-platform/mcp-oauth-proxy/commits/v0.0.1