Packages

An escript for connecting STDIO based MCP clients to HTTP (SSE) based MCP servers.

Current section

Files

Jump to
mcp_proxy CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0
* API adjustments
* the escript is called `mcp-proxy` instead of `mcp_proxy` now
* remove `--url` flag and use first argument instead: `mcp-proxy http://localhost:4000/tidewave/mcp`
* Bug fixes:
* ensure script terminates early when SSE connection closes
## 0.1.0
Initial release.