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
feat: Add HttpServlet streamable server transport provider
- Add HttpServletStreamableServerTransportProvider for MCP streamable transport
- Provides HttpServlet equivalent of WebMvcStreamableServerTransportProvider without Spring dependencies
- Support for GET (SSE connections/replay), POST (JSON-RPC messages), and DELETE (session cleanup) operations
- Include comprehensive integration test suite with sampling, elicitation, roots, and tools testing
- Add async/sync server test implementations for HttpServlet transport
Signed-off-by: Christian Tzolov <[email protected]>
0 commit comments