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-webmvc/src/main/java/io/modelcontextprotocol/server/transport/WebMvcStreamableServerTransportProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ public RouterFunction<ServerResponse> getRouterFunction() {
205
205
}
206
206
207
207
/**
208
-
* Handles GET requests for SSE connections and message replay.
208
+
* Setup the listening SSE connections and message replay.
209
209
* @param request The incoming server request
210
210
* @return A ServerResponse configured for SSE communication, or an error response
Copy file name to clipboardExpand all lines: mcp-spring/mcp-spring-webmvc/src/test/java/io/modelcontextprotocol/server/WebMcpStreamableAsyncServerTransportTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
* @author Christian Tzolov
29
29
*/
30
30
@Timeout(15) // Giving extra time beyond the client timeout
0 commit comments