Skip to content

Releases: tbxark/mcp-proxy

v0.43.2

04 Jan 01:58
7935287

Choose a tag to compare

What's Changed

  • Add git to container image by @dlad in #51
  • fix: HTTP headers not being sent on the request by @majiayu000 in #52

New Contributors

Full Changelog: v0.43.0...v0.43.2

v0.43.0

03 Nov 13:25
34cc606

Choose a tag to compare

What's Changed

  • feat: add per-server enabled option to allow temporarily disabling by @pokutuna in #48

New Contributors

Full Changelog: v0.42.0...v0.43.0

v0.42.0

29 Oct 10:15
6b81642

Choose a tag to compare

Full Changelog: v0.41.1...v0.42.0

v0.41.1

17 Oct 07:12
a1c6900

Choose a tag to compare

fix: replace bufio.Scanner with bufio.Reader to support large message mark3labs/mcp-go#603

v0.39.1

06 Sep 13:14
4970d96

Choose a tag to compare

Full Changelog: v0.33.0...v0.39.1

v0.33.0

08 Jul 09:30
57e93bd

Choose a tag to compare

What's Changed

  • feat: improve MCP Ping failure tracking and recovery logging by @appleboy in #29
  • ci: automate tagged releases with GoReleaser and GitHub Actions by @appleboy in #28
  • docs: revamp and clarify configuration and usage documentation by @appleboy in #30
  • feat: add support for insecure config loading via new CLI flag by @appleboy in #31
  • refactor: refactor HTTP transport to clone default with insecure option by @appleboy in #32

New Contributors

Full Changelog: v0.32.0...v0.33.0

v0.32.0

19 Jun 06:00
b9116d5

Choose a tag to compare

  • Add server-side streaming HTTP transport support.

v0.28.0

01 Jun 09:05
32d9143

Choose a tag to compare

fix: 404 Page Not Found After Latest Commit bc1d2125 #21