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

v0.4.2

Pre-release
Pre-release

Choose a tag to compare

@tzolov tzolov released this 07 Jan 09:58
· 46 commits to main since this release

Release Notes

Minor bug-fix and usability improvements milestone

  • Add JsonSchema record for structured schema representation
  • Change Tool.inputSchema type from Map<String, Object> to JsonSchema.
  • Use the String JSON Schema constructor when creating the Tool programmatically.
  • Add ToolHelper utility class for:
    • Converting Spring AI FunctionCallbacks to MCP tools
    • Generating JSON schemas for tool input validation
    • Facilitating integration between Spring AI functions and MCP tools

Full Changelog: v0.4.1...v0.4.2