Releases: dreygur/mcp-connect
Releases · dreygur/mcp-connect
v0.3.6
v0.3.5
Bump version to 0.3.5
v0.3.4
Fix OAuth token refresh and bump version to 0.3.4
- Fix: Store actual client_id from dynamic registration instead of "dynamic"
- Fix: Token refresh now works silently without showing auth screen
- Fix: Use env!("CARGO_PKG_VERSION") for version strings to stay in sync
- Add client_id and client_secret fields to ClientToken struct
v0.3.3
Bump version to 0.3.3
v0.3.2
Bump version to 0.3.2
v0.3.1
Fix mdBook config: remove unsupported multilingual field
v0.3.0
v0.3.0 - OAuth token caching and automatic refresh
v0.2.2
v0.2.2 - Code Quality & Reliability Release - Fix panic-prone `.unwrap()` calls with proper error handling - Fix SystemTime unwraps with safe fallback - Fix infinite retry loop with transport tracking - Add exponential backoff for retries (100ms base) - Forward MCP notifications instead of dropping them - Mask bearer tokens in debug logs - Secure OAuth token storage with 0600 permissions - Add OAuth discovery with dynamic client registration - Add connection state tracking in multiplexing - Optimize Tokio features for smaller binary - Use static OnceLock regex to avoid recompilation - Pre-allocate vectors and reduce cloning - Add graceful shutdown (SIGTERM/SIGINT) - Support lowercase environment variables - Fix hardcoded response IDs to echo original request ID
v0.2.1
Release v0.2.1
v0.2.0
First public release