v1.1.1
Release v1.1.1
Release type: stable
Release line: 1.1.x
Branch: release/1.1.x
Installation
npm install @frontmcp/sdk@1.1.1What's New
CHANGELOG
Features
- New Divide Tool: Introduced the
DivideToolto perform division operations. This tool enhances mathematical capabilities by allowing users to divide numbers directly within the MCP server environment.
Improvements
- Enhanced CLI Error Handling: Improved error messaging in the CLI to ensure that public error messages are surfaced correctly, and exit codes are set appropriately. This enhancement provides clearer feedback to users, improving the debugging experience.
- Cloudflare Build Validation: Added validation for Cloudflare builds to prevent unsupported storage configurations, ensuring smoother deployments and reducing runtime errors.
- Installer Script Enhancements: Updated the installer script to support CLI/SEA installations, eliminating the need for Node.js at runtime for CLI targets, thus simplifying deployment processes.
Bug Fixes
- Corrected Build Output Path: Fixed an issue where the
wrangler.tomlconfiguration was not being updated correctly, preventing deployment failures on Cloudflare Workers.
What's Changed
- fix: Fix latest 1.1.x reported bugs by @frontegg-david in #383
Full Changelog: v1.1.0...v1.1.1