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/src/test/java/io/modelcontextprotocol/server/transport/HttpServletSseServerTransportProviderIntegrationTests.java
+71Lines changed: 71 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1070,4 +1070,75 @@ void testPingSuccess() {
1070
1070
mcpServer.close();
1071
1071
}
1072
1072
1073
+
// ---------------------------------------
1074
+
// Progress Tests
1075
+
// ---------------------------------------
1076
+
@Test
1077
+
voidtestProgressNotification() {
1078
+
// Create a list to store received logging notifications
0 commit comments