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.
2 parents 56932e8 + f01f02d commit cedf02dCopy full SHA for cedf02d
client/src/lib/hooks/useConnection.ts
@@ -10,6 +10,7 @@ import {
10
ListRootsRequestSchema,
11
ProgressNotificationSchema,
12
ResourceUpdatedNotificationSchema,
13
+ LoggingMessageNotificationSchema,
14
Request,
15
Result,
16
ServerCapabilities,
@@ -258,6 +259,11 @@ export function useConnection({
258
259
260
onNotification,
261
);
262
+
263
+ client.setNotificationHandler(
264
265
+ onNotification,
266
+ );
267
}
268
269
if (onStdErrNotification) {
0 commit comments