diff --git a/src/startHTTPServer.ts b/src/startHTTPServer.ts index b161804..478b3aa 100644 --- a/src/startHTTPServer.ts +++ b/src/startHTTPServer.ts @@ -718,8 +718,8 @@ const handleSSERequest = async ({ await transport.send({ jsonrpc: "2.0", - method: "sse/connection", - params: { message: "SSE Connection established" }, + method: "notifications/message", + params: { data: "SSE Connection established", level: "info" }, }); if (onConnect) {