File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mcp/src/main/java/io/modelcontextprotocol/server Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ public Mono<McpSchema.ListRootsResult> listRoots(String cursor) {
140
140
}
141
141
142
142
/**
143
- * Send a logging message notification to all connected clients . Messages below the
144
- * current minimum logging level will be filtered out.
143
+ * Send a logging message notification to the client . Messages below the current
144
+ * minimum logging level will be filtered out.
145
145
* @param loggingMessageNotification The logging message to send
146
146
* @return A Mono that completes when the notification has been sent
147
147
*/
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ public McpSchema.ListRootsResult listRoots(String cursor) {
100
100
}
101
101
102
102
/**
103
- * Send a logging message notification to all connected clients . Messages below the
104
- * current minimum logging level will be filtered out.
103
+ * Send a logging message notification to the client . Messages below the current
104
+ * minimum logging level will be filtered out.
105
105
* @param loggingMessageNotification The logging message to send
106
106
*/
107
107
public void loggingNotification (LoggingMessageNotification loggingMessageNotification ) {
You can’t perform that action at this time.
0 commit comments