Skip to content

Releases: dreygur/mcp-connect

v0.3.6

07 Jan 08:53

Choose a tag to compare

Add auto-update feature and bump version to 0.3.6

- Add self-update command with SHA256 checksum verification
- Daily auto-update check enabled by default
- State stored in ~/.mcp-connect/state.json
- Toggle with: mcp-connect update --auto true/false

v0.3.5

06 Jan 13:10

Choose a tag to compare

Bump version to 0.3.5

v0.3.4

06 Jan 12:41

Choose a tag to compare

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

05 Jan 10:38

Choose a tag to compare

Bump version to 0.3.3

v0.3.2

05 Jan 10:26

Choose a tag to compare

Bump version to 0.3.2

v0.3.1

05 Jan 10:13

Choose a tag to compare

Fix mdBook config: remove unsupported multilingual field

v0.3.0

27 Nov 09:00

Choose a tag to compare

v0.3.0 - OAuth token caching and automatic refresh

v0.2.2

26 Nov 16:15

Choose a tag to compare

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

07 Nov 13:56

Choose a tag to compare

Release v0.2.1

v0.2.0

05 Jan 09:50

Choose a tag to compare

First public release