Releases: sparfenyuk/mcp-proxy
Releases · sparfenyuk/mcp-proxy
v0.8.2
What's Changed
- fix: nonetype is not callable by @sparfenyuk in #92
- feat: print version by @sparfenyuk in #93
Full Changelog: v0.8.1...v0.8.2
v0.8.1
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
- @invarrow made their first contribution in #76
- @knaou made their first contribution in #79
- @imtsuki made their first contribution in #89
Full Changelog: v0.8.0...v0.8.1
v0.8.0
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
What's Changed
- README updates on --env by @Magnuti in #67
- fix: correct debug logging typo by @jackedelic in #68
- feat: support streamable transport in client mode by @sparfenyuk in #70
New Contributors
- @Magnuti made their first contribution in #67
- @jackedelic made their first contribution in #68
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Update README by @sparfenyuk in #46
- feat: support --debug argument for verbose output by @sparfenyuk in #47
- chore: upgrade pre-commit hooks by @sparfenyuk in #48
- chore: upgrade deps by @sparfenyuk in #49
- feat: support streamable http proxy by @caydenwei in #60
- feat: support passing 'stateless' and 'cwd' arguments by @caydenwei in #62
- Bump version by @sparfenyuk in #61
New Contributors
- @caydenwei made their first contribution in #60
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
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
What's Changed
- Update workflows by @sparfenyuk in #18
- Pin GH actions to git hashes by @sparfenyuk in #19
- Pin remaining GitHub actions by @sparfenyuk in #20
- Deployment: Dockerfile and Smithery config by @calclavia in #21
- Docker build in Github workflows by @sparfenyuk in #22
- Headers argument for SSE server connection by @andersenthomas98 in #23
- Support multi-arch Docker image by @sparfenyuk in #25
New Contributors
- @andersenthomas98 made their first contribution in #23
Full Changelog: v0.3.2...v0.4.1
v0.3.2
v0.3.1
What's Changed
- Add mypy job by @sparfenyuk in #14
- Bump mcp 1.2.0 by @sparfenyuk in #16
New Contributors
- @calclavia made their first contribution in #12
Full Changelog: v0.3.0...v0.3.1