You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebClientStreamableHttpTransport.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ else if (mediaType.isCompatibleWith(MediaType.APPLICATION_JSON)) {
288
288
logger.trace("Received response to POST for session {}", sessionRepresentation);
289
289
// communicate to caller the message was delivered
290
290
sink.success();
291
-
returnstatelessResponseFlux(message, response);
291
+
returndirectResponseFlux(message, response);
292
292
}
293
293
else {
294
294
logger.warn("Unknown media type {} returned for POST in session {}", contentType,
0 commit comments