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