Commits
Branch selector
User selector
Commit History
Commits on Aug 11, 2025
fix: ServerCapabilities should not enable logging by default (#463)
Show description for 713ee1aandcommitted
Commits on Aug 10, 2025
fix: improve streamable HTTP session reinitialization (#459)
Show description for 6c38f37committed
Commits on Aug 9, 2025
refactor: improve integration tests stability
Show description for eb427adcommitted
Commits on Aug 8, 2025
refactor: extract common integration test logic into abstract base classes (#473)
Show description for cbfdb14authoredfeat: Add builder pattern for McpError and mutate method for capabilities
Show description for 1edd1b6committedIf a handler throws McpError, use its values for the RPC error
Show description for a14ef42authored andcommitted
Commits on Aug 7, 2025
feat: handle SSE comment messages
Show description for 4532b61committedFix httpRequestCustomizer usage in HttpClientStreamableHttpTransport
Show description for 0327165authored andcommitted
Commits on Aug 6, 2025
refactor: downgrade unhandled notification logging from error to warn
Show description for 110a8d1committedUse `Last-Event-ID` instead of `last-event-id`
Show description for 7f37ddcauthored andcommittedfix: handle empty JSON responses in ResponseSubscribers
Show description for 5aba8a0authored andcommitted
Commits on Aug 5, 2025
Remove duplicate header MCP_PROTOCOL_VERSION
Show description for 3a95f75authored andcommitted
Commits on Aug 4, 2025
fix: add backward compatibility for MCP servers returning older protocol versions
Show description for 5e035eacommitted
Commits on Aug 1, 2025
- authored andcommitted
Update copyright headers to 2025 and clean up code
Show description for 3e4d5decommitted
Commits on Jul 31, 2025
Next development version
Show description for bf2c8c9committedrevert
Show description for 28edd36committedNext development version
Show description for 8dcb217committedRelease version 0.11.0
Show description for b4887adcommittedNext development version
Show description for 1664401committedNext development version
Show description for bead532committedRelease version 0.11.0
Show description for 6384d79committedAdd missing POM descriptions
Show description for 34d2d84committed
Commits on Jul 30, 2025
feat: add WebMVC and HttpServlet stateless server transports
Show description for 8f03a40committedfeat: implement MCP protocol version per transport support (#404)
Show description for 9d58621authoredExpose the client initialization result
Show description for 67de84bauthored andcommittedfeat: implement MCP-compliant keep-alive functionality for server transports
Show description for ee2c891committedIntroduce HttpRequest.Builder customizer for HttpClient-based transport
Show description for ae2fc86authored andcommittedfeat: HttpServlet Streamable HTTP server implementation (#290)
Show description for bde1b6bauthored
feat: Add Spring WebMVC streamable server transport provider (#425)
Show description for 7351534andauthoredfeat: add Streamable HTTP Server abstractions and implement WebFlux transport provider (#420)
Show description for a8f5a3fandauthored
Commits on Jul 25, 2025
fix: improve SSE event handling to gracefully ignore unrecognized events (#423)
Show description for c3a0b18committed
Commits on Jul 22, 2025
fix: improve compatibility with non-compliant MCP servers (#413)
Show description for 4937fc1committed
Commits on Jul 18, 2025
feat: enforce MCP request ID validation requirements
Show description for 1e93776committedrefactor: Replace Map<String, Object> with CallToolRequest in StructuredOutputCallToolHandler
Show description for 53f7b77committed