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
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Use the core `HttpClientSseClientTransport`for SSE clients.
30
+
-[WebMvc SSE Transport](https://github.com/spring-projects-experimental/spring-ai-mcp/tree/main/mcp-transport/mcp-webmvc-sse-transport) - Spring MVC based HTTP SSE transport (Server only).
31
+
You can use the core `HttpClientSseClientTransport`transport as a SSE client.
31
32
32
33
### [Spring AI MCP](https://docs.spring.io/spring-ai-mcp/reference/spring-mcp.html)
Copy file name to clipboardExpand all lines: mcp-docs/src/main/antora/modules/ROOT/pages/mcp.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,8 @@ public class McpServerConfig implements WebMvcConfigurer {
541
541
}
542
542
----
543
543
+
544
+
(You can implment non Spring web container as well link:https://github.com/spring-projects-experimental/spring-ai-mcp/blob/main/mcp/src/test/java/org/springframework/ai/mcp/server/transport/HttpServletSseServerTransportIntegrationTests.java[HttpServletSseServerTransportIntegrationTests])
545
+
+
544
546
Implements the MCP HTTP with SSE transport specification using the traditional Servlet API, providing:
545
547
+
546
548
* Asynchronous message handling using Servlet 6.0 async support
Use the core `HttpClientSseClientTransport` for SSE clients.
29
+
** link:https://github.com/spring-projects-experimental/spring-ai-mcp/tree/main/mcp-transport/mcp-webmvc-sse-transport[WebMvc SSE Transport] - Spring MVC based SSE transport (Server only).
30
+
You can use the core `HttpClientSseClientTransport` transport as a SSE client.
0 commit comments