Core Features:
- Add real-time communication support through Streamable Http
- Add Streaming Tool Support
- Add TextToolResult, AudioToolResult, ImageToolResult, ResourceToolResult and CollectionToolResult to properly manage tool returns
- Both SSE and StreamableHttp can be active that makes clients able to use the old protocol version
Deprecations:
- Configuration key
klp_mcp_server.server_provider
is replaced by klp_mcp_server.server_providers
to maintain backward compatibility for clients that does not support the 2025-03-26
protocol version yet.
- The ToolInterface is deprecated. Use StreamableToolInterface instead.
Join de 1.2.0 release discussion for more details