Skip to content

Release 0.1.14

Choose a tag to compare

@infobip-release-manager infobip-release-manager released this 18 May 08:54
· 29 commits to main since this release

Added

  • Progress notifications for long-running tool calls. While an HTTP API call is in progress, the server sends periodic
    notifications/progress messages to MCP clients that request them (via _meta.progressToken). Only works with
    stateful MCP servers. You can disable it by setting infobip.openapi.mcp.progress-notifications-enabled: false.
    Notification content can be customized by implementing a Spring bean of type ProgressUpdateProvider.

Changed

  • McpRequestContext now stores the MCP server exchange and tool request directly, deriving session
    ID, client info, tool name, and the progress notification consumer on demand via accessor methods.