Skip to content

Releases: sparfenyuk/mcp-proxy

v0.8.2

05 Jul 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

05 Jul 10:01
Compare
Choose a tag to compare

What's Changed

  • fix: updated default values for --port and --host by @invarrow in #76
  • feat: support env field in config file by @knaou in #79
  • fix: disable redirect to trailing slashes by @imtsuki in #89

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

31 May 07:23
Compare
Choose a tag to compare

New feature: Named servers

With this release, a single instance of mcp-proxy can now proxy multiple STDIO servers.

uv run mcp-proxy --transport sse --port=8080 --named-server-config ./servers.json

➡️ See the README.md for details.

What's Changed

  • feat: support proxying multiple MCP stdio servers to SSE by @sammcj in #65
  • [BUG] Fixed missing slash on SEE /messages path by @hektorjg in #71

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

26 May 07:52
f31cd3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

13 May 06:46
774b4aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

25 Mar 08:42
79670a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

05 Mar 17:45
Compare
Choose a tag to compare

What's Changed

  • Allow passing through all environment variables to server using --pass-environment by @rmasters in #27
  • Update notes on docker-compose use by @sparfenyuk in #29
  • Expose CORS configuration using --allow-origin=URL by @fedirz in #31

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

07 Feb 20:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.1

v0.3.2

13 Jan 18:07
787ba89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

08 Jan 18:29
d4ada00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1