Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

v0.4.1

Pre-release
Pre-release

Choose a tag to compare

@tzolov tzolov released this 04 Jan 17:17
· 49 commits to main since this release

Release Notes

Minor bug-fix milestone release

  • McpAsyncServer: Add non-blocking execution for tools and resources.
    Execute tool calls, resource reads and prompt handling in a non-blocking manner using Schedulers.boundedElastic().
    This prevents blocking operations from impacting server responsiveness.
    This is a temp patch until #48 is resolved properly.
  • Remove Logback from production JAR - Move Logback dependency to test scope to make it possible for applications using this library to choose their implementation of the SLF4J API.

Full Changelog: v0.4.0...v0.4.1