This repository was archived by the owner on Feb 14, 2025. It is now read-only.
  
  
  
  
v0.4.1
Pre-release
      Pre-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