Skip to content

Releases: hyprmcp/mcp-gateway

v0.2.6

15 Sep 11:29
3ee5f80
Compare
Choose a tag to compare

0.2.6 (2025-09-15)

Other

  • deps: upgrade @hyprmcp/mcp-install-instructions-generator to 0.1.1 (#64) (fc3c8db)

v0.2.5

15 Sep 09:26
e6ba9fa
Compare
Choose a tag to compare

0.2.5 (2025-09-15)

Bug Fixes

  • add showing html response also if auth is disabled (#61) (39e5729)
  • deps: update module github.com/google/jsonschema-go to v0.2.3 (#57) (38be463)
  • deps: update module github.com/lestrrat-go/jwx/v3 to v3.0.11 (#60) (d171699)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v0.5.0 (#59) (204e1a2)

Other

  • deps: update sigstore/cosign-installer action to v3.10.0 (#58) (94afbd7)
  • final rename to hyprmcp (#63) (02baf70)

v0.2.4

10 Sep 13:09
cbb4b47
Compare
Choose a tag to compare

0.2.4 (2025-09-10)

Bug Fixes

  • deps: update module github.com/google/jsonschema-go to v0.2.1 (#53) (916eeb5)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v0.4.0 (#52) (568900b)
  • deps: update module google.golang.org/grpc to v1.75.1 (#55) (6be6137)

Other

  • add responding with html if request has "Accept: text/html" header (#54) (876ad98)
  • deps: update dependency go to v1.25.1 (#49) (715b945)

Docs

v0.2.3

03 Sep 14:11
6d364b2
Compare
Choose a tag to compare

0.2.3 (2025-09-03)

Bug Fixes

  • deps: update github.com/google/jsonschema-go digest to 7d3a774 (#47) (d426690)
  • deps: update module github.com/dexidp/dex/api/v2 to v2.4.0 (#42) (a90d24f)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v0.3.1 (#40) (4678d91)
  • deps: update module github.com/spf13/cobra to v1.10.1 (#43) (5302710)

Other

  • release: enable include "v" in tag (#46) (f22ba35)

Docs

v0.2.2

29 Aug 09:07
3facb82
Compare
Choose a tag to compare

0.2.2 (2025-08-29)

Bug Fixes

  • omit empty ClientSecret from DCR response (#38) (0e3f7d7)

v0.2.1

28 Aug 13:36
3b8b9fd
Compare
Choose a tag to compare

0.2.1 (2025-08-28)

Other

  • add config for DCR public/private client (#36) (282db47)

v0.2.0

27 Aug 14:52
e6c7888
Compare
Choose a tag to compare

0.2.0 (2025-08-27)

Features

  • add authorization handler to inject openid scope if missing, return scope in DCR response (#32) (e2978e9)

Bug Fixes

  • jwk refresh in background context and reduced min/max interval (#33) (c92e2f2)

v0.1.2

26 Aug 15:44
09c5943
Compare
Choose a tag to compare

0.1.2 (2025-08-26)

Bug Fixes

  • add request path to metadata and protected resource path (#31) (cf4b2c0)

Docs

  • improve github link in example docs (8fe53f6)

v0.1.1

26 Aug 13:08
61be10d
Compare
Choose a tag to compare

0.1.1 (2025-08-26)

Other

  • add auth proxy listener for advanced use cases (#28) (4d7aa06)

Docs

  • change to https github url (d68df0a)
  • explicitly expose port 9000 for the gateway demo (a985680)
  • increase waitlist button size (30b1d8a)

v0.1.0

25 Aug 10:53
24a738e
Compare
Choose a tag to compare

0.1.0 (2025-08-25)

Bug Fixes

  • deps: update module github.com/lestrrat-go/httprc/v3 to v3.0.1 (#5) (ca2f8d4)
  • deps: update module github.com/lestrrat-go/jwx/v3 to v3.0.10 (#6) (91115cb)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v0.3.0 (#23) (53ac569)
  • deps: update module google.golang.org/grpc to v1.75.0 (#24) (a4b29c6)

Other

  • add license (#11) (32eac1f)
  • add release-please (#14) (afa876b)
  • Configure Renovate (#4) (e449bf5)
  • deps: update actions/checkout action to v4.3.0 (#20) (ed159de)
  • deps: update actions/checkout action to v5 (#25) (4934a48)
  • deps: update actions/download-artifact action to v5 (#26) (6e5c3e4)
  • deps: update dependency go to v1.25.0 (#8) (e1bf63f)
  • deps: update docker/login-action action to v3.5.0 (#21) (2be62b3)
  • deps: update docker/login-action action to v3.5.0 (#9) (b5ff46e)
  • deps: update docker/metadata-action action to v5.8.0 (#15) (b71aaff)
  • deps: update golang docker tag to v1.25 (#16) (6dec004)
  • deps: update googleapis/release-please-action action to v4.3.0 (#22) (0127bef)
  • deps: update sigstore/cosign-installer action to v3.9.2 (#19) (336d427)
  • rename to github.com/hyprmcp/mcp-gateway (#12) (6a4cc1f)
  • upgarde mcp-who-am-i to multiarch version (cc77504)

Docs

CI