Skip to content

Commit b8bc2b6

Browse files
committed
release v0.2.1
1 parent 3de6e90 commit b8bc2b6

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.1 (2025-06-18)
4+
5+
* Enhancements
6+
* add `--override-protocol-version` to override the protocol version reported by the proxy
7+
38
## 0.2.0 (2025-05-20)
49

510
* Enhancements

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-proxy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ If you have an SSE MCP server available at `http://localhost:4000/tidewave/mcp`,
106106
Other supported flags:
107107

108108
* `--max-disconnected-time` the maximum amount of time for trying to reconnect while disconnected. When not set, defaults to infinity.
109+
* `--override-protocol-version` to override the protocol version reported by the proxy. This is useful when using the proxy with a client that expects a different protocol version, when the only reason for mismatching protocols is the use of streamable / SSE transports.

0 commit comments

Comments
 (0)