Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 03 May 00:52
· 54 commits to main since this release

Release v1.1.1

Release type: stable
Release line: 1.1.x
Branch: release/1.1.x

Installation

npm install @frontmcp/sdk@1.1.1

What's New

CHANGELOG

Features

  • New Divide Tool: Introduced the DivideTool to 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.toml configuration was not being updated correctly, preventing deployment failures on Cloudflare Workers.

What's Changed

Full Changelog: v1.1.0...v1.1.1