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.
1 parent 7498fb3 commit 0526b54Copy full SHA for 0526b54
mcp/src/main/java/io/modelcontextprotocol/server/McpAsyncServer.java
@@ -669,11 +669,6 @@ public Mono<Void> loggingNotification(LoggingMessageNotification loggingMessageN
669
return Mono.error(new McpError("Logging message must not be null"));
670
}
671
672
- // Map<String, Object> params =
673
- // this.objectMapper.convertValue(loggingMessageNotification,
674
- // new TypeReference<Map<String, Object>>() {
675
- // });
676
-
677
if (loggingMessageNotification.level().level() < minLoggingLevel.level()) {
678
return Mono.empty();
679
0 commit comments