Creates WebFlux-based SSE server transport.
Requires the mcp-spring-webflux
dependency.
Implements the MCP HTTP with SSE transport specification, providing:
Creates WebMvc-based SSE server transport.
Requires the mcp-spring-webmvc
dependency.
Implements the MCP HTTP with SSE transport specification, providing:
Creates a Servlet-based SSE server transport. It is included in the core mcp
module.
The HttpServletSseServerTransport
can be used with any Servlet container.
To use it with a Spring Web application, you can register it as a Servlet bean:
Implements the MCP HTTP with SSE transport specification using the traditional Servlet API, providing:
/sse
) for server-to-client events