v1.5.2
Release v1.5.2
Release type: stable
Release line: 1.5.x
Branch: release/1.5.x
Installation
npm install @frontmcp/sdk@1.5.2What's New
CHANGELOG
Features
- Lazy Initialization of BundleSyncService: The
BundleSyncServicenow supports lazy initialization, ensuring that the bundle source starts and applies its first bundle only when necessary. This optimizes resource usage and improves startup efficiency, particularly in stateless environments like Cloudflare Workers.
Improvements
- Enhanced Skill Registry Population: The
LoadSkillTool,RunWorkflowTool, andSearchSkillToolnow await the completion of the bundle synchronization process. This ensures that the skill registry is fully populated before any operations are attempted, reducing the risk of errors and improving reliability. - Refined Error Handling: Improved error handling mechanisms in the
RunWorkflowToolto provide more informative error messages, enhancing the debugging experience for developers.
What's Changed
- feat: implement ensureReady method for lazy bundle source initialization by @alexmercerpo in #500
Full Changelog: v1.5.1...v1.5.2