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/server/transport/WebFluxSseServerTransportProvider.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ public WebFluxSseServerTransportProvider(ObjectMapper objectMapper, String messa
141
141
* Constructs a new WebFlux SSE server transport provider instance.
142
142
* @param objectMapper The ObjectMapper to use for JSON serialization/deserialization
143
143
* of MCP messages. Must not be null.
144
-
* @param baseUrl webflux messag base path
144
+
* @param baseUrl webflux message base path
145
145
* @param messageEndpoint The endpoint URI where clients should send their JSON-RPC
146
146
* messages. This endpoint will be communicated to clients during SSE connection
Copy file name to clipboardExpand all lines: mcp/src/test/java/io/modelcontextprotocol/server/transport/HttpServletSseServerTransportProviderIntegrationTests.java
0 commit comments