mcp-proxy 5.11.1 → 5.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/jsr.json CHANGED
@@ -3,5 +3,5 @@
3
3
  "include": ["src/index.ts", "src/bin/mcp-proxy.ts"],
4
4
  "license": "MIT",
5
5
  "name": "@punkpeye/mcp-proxy",
6
- "version": "5.11.1"
6
+ "version": "5.11.2"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-proxy",
3
- "version": "5.11.1",
3
+ "version": "5.11.2",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsdown",
@@ -718,8 +718,8 @@ const handleSSERequest = async <T extends ServerLike>({
718
718
 
719
719
  await transport.send({
720
720
  jsonrpc: "2.0",
721
- method: "sse/connection",
722
- params: { message: "SSE Connection established" },
721
+ method: "notifications/message",
722
+ params: { data: "SSE Connection established", level: "info" },
723
723
  });
724
724
 
725
725
  if (onConnect) {