Skip to content

Releases: avelino/mcp

Beta v0.5.1-beta+24aa5ca

14 Apr 17:03
24aa5ca

Choose a tag to compare

Pre-release

Automated beta build from main branch (commit 24aa5ca)

Release v0.5.0

14 Apr 16:52
v0.5.0

Choose a tag to compare

What's Changed

  • Fix ACL glob matching to support multi-wildcard patterns by @avelino in #50
  • Make mcp serve non-blocking under concurrent clients by @avelino in #52
  • Add mcp update command to refresh server config from registry by @avelino in #60
  • Populate roles in Bearer and Forwarded auth providers by @avelino in #61
  • Add read/write tool classifier with manual override by @avelino in #62
  • Add role-based ACL with union evaluation and read/write enforcement by @avelino in #63
  • Add ACL check CLI and enriched audit logging by @avelino in #64
  • Add multi-stage Dockerfile and built-in healthcheck by @avelino in #74
  • Add container-friendly config and env var overrides by @avelino in #75
  • Add dispatch and ACL enforcement for resources/* and prompts/* by @avelino in #78
  • Add Kubernetes reference manifests and deployment guide by @avelino in #79
  • Bump rand from 0.9.2 to 0.9.3 by @dependabot[bot] in #80
  • Per-server lazy discovery for tools/call, resources/read, prompts/get by @avelino in #81
  • Add timeout/logging/audit/CLI features for 0.5.0 release by @avelino in #82

Full Changelog: v0.4.3...v0.5.0

Release v0.4.3

31 Mar 00:02
v0.4.3
98c5fff

Choose a tag to compare

What's Changed

  • Bump tar from 0.4.44 to 0.4.45 by @dependabot[bot] in #36
  • Bump rustls-webpki from 0.103.9 to 0.103.10 by @dependabot[bot] in #37
  • Validate URL on mcp add --url before saving to config by @vmesel in #29
  • Add CLI-to-MCP bridge with auto-discovery from --help by @avelino in #39
  • Add --health flag, JSONC config support, and gh CLI discovery by @avelino in #40
  • Parallelize backend discovery and shutdown by @avelino in #43
  • Add persistent tool cache for instant serve startup by @avelino in #46
  • Fix CLI transport broken subcommands and missing auto-discovery by @avelino in #48

New Contributors

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

18 Mar 12:05

Choose a tag to compare

Release v0.4.1

18 Mar 00:41
v0.4.1
a2d6c1e

Choose a tag to compare

Release v0.4.0

17 Mar 21:45
v0.4.0
a6652be

Choose a tag to compare

What's Changed

  • Fix HTTP+SSE transport for Claude Code compatibility by @avelino in #33
  • Add lazy initialization and adaptive idle shutdown for backends by @avelino in #35

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

16 Mar 21:42

Choose a tag to compare

What's Changed

  • Add audit logging for all CLI and proxy operations by @avelino in #31

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

16 Mar 20:12
v0.2.0
7dc945c

Choose a tag to compare

What's Changed

  • fix: capture child process stderr and handle malformed config gracefully by @avelino in #24
  • Add proxy mode to expose all servers as a single MCP endpoint by @avelino in #26
  • Add server-side authentication and ACL for proxy mode by @avelino in #28

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

16 Mar 10:30
v0.1.0
de5c475

Choose a tag to compare

What's Changed

  • Add human-friendly default output with auto-detection by @avelino in #22
  • Add CI/CD pipelines and Homebrew distribution by @avelino in #23

New Contributors

Full Changelog: https://github.com/avelino/mcp/commits/v0.1.0