Spring AI MCP 0.5.0 (Milestone) Released
We're pleased to announce Spring AI MCP 0.5.0
milestone release.
Major Features & Improvements
Transport Layer Enhancements
-
New Servlet-based SSE Transport
- Added HttpServletSseServerTransport with Servlet 6.0 support
- Enables integration with any Java HTTP server supporting Servlets
- Compatible with Jakarta Servlet API 6.1.0
- Includes comprehensive integration tests with Tomcat
-
Enhanced WebMVC Transport
- Replaced Spring's SseEmitter with custom BlockingQueue-based implementation
- Improved event delivery control and connection management
- Added dedicated session management with SSEEvent record
- Enhanced error handling and timeout management
- Includes comprehensive integration tests
…