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
package/package.json
CHANGED
package/src/startHTTPServer.ts
CHANGED
|
@@ -718,8 +718,8 @@ const handleSSERequest = async <T extends ServerLike>({
|
|
|
718
718
|
|
|
719
719
|
await transport.send({
|
|
720
720
|
jsonrpc: "2.0",
|
|
721
|
-
method: "
|
|
722
|
-
params: {
|
|
721
|
+
method: "notifications/message",
|
|
722
|
+
params: { data: "SSE Connection established", level: "info" },
|
|
723
723
|
});
|
|
724
724
|
|
|
725
725
|
if (onConnect) {
|