Skip to content

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 19:00
· 169 commits to main since this release

Release v0.11.1

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

Installation

npm install @frontmcp/sdk@0.11.1

Features

  • Public Mode Authentication: Updated default authentication mode to 'public', enhancing flexibility for users who prefer open access without predefined constraints.

Improvements

  • Code Simplification: Removed redundant warning logs related to unauthenticated usage, streamlining the initialization process for multi-app scopes.

Breaking Changes

  • Default Auth Options: Changed the default authentication options from 'orchestrated' to 'public'. This alters the initial setup behavior and may require adjustments in environments expecting the previous defaults.

What's Changed

  • fix: Update default authentication mode to public and remove warning for unauthenticated usage by @frontegg-david in #244

Full Changelog: v0.11.0...v0.11.1