Skip to content

Commit ec99372

Browse files
committed
* Remove handling of out-of-spec 'notification/stderr' messages. It's not a thing. See modelcontextprotocol/servers#2469
* Inspect the stderr output of STDIO servers and attempt to assign an appropriate RFC 5424 Syslog Protocol level before sending a leveled logging message to the client
1 parent 9dbd5cc commit ec99372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ app.get(
458458
level,
459459
logger: "stdio",
460460
data: {
461-
error: message,
461+
message,
462462
},
463463
},
464464
});

0 commit comments

Comments
 (0)