We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec31eb3 commit bc5273aCopy full SHA for bc5273a
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+## 0.2.0 (2025-05-20)
4
5
+* Enhancements
6
+ * support streamable HTTP transport: the proxy tries to automatically detect the correct transport to use
7
+* Bug fixes
8
+ * fix `annotations` field being sent as `null` causing issues in Cursor (upstream bug in the SDK)
9
10
+## 0.1.1 (2025-05-02)
11
12
+* Refactor code to use the [Rust MCP SDK](https://github.com/modelcontextprotocol/rust-sdk).
13
14
+## 0.1.0 (2025-04-29)
15
16
+Initial release.
0 commit comments