Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 15:39
· 95 commits to main since this release

Release v1.0.2

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

Installation

npm install @frontmcp/sdk@1.0.2

Features

  • Skill Command Enhancements: Introduced a new skills read <name> command to provide detailed information about specific skills, including descriptions, instructions, and tools.
  • Client Management: Added closeClient function to ensure proper cleanup of client connections, enhancing stability during shutdown processes.

Improvements

  • Skill Listing Output: Enhanced the output format for skills list and skills search commands, providing clearer and more informative results, including skill descriptions and tags.
  • Version Detection: Improved the mechanism for detecting the package version in monorepo setups, ensuring accurate version reporting.
  • Dependency Update: Updated @frontmcp/observability to version 1.0.1 for improved observability features.

Bug Fixes

  • Skill Search Index: Resolved an issue with the lazy-loading of the vectoriadb library, optimizing performance for commands that do not require full initialization.

Breaking Changes

  • Process Exit Handling: Modified the process exit strategy for CLI commands to explicitly call process.exit() after closing clients, which may affect scripts relying on implicit process termination.

What's Changed

  • feat: add 'skills read ' command for detailed skill retrieval and enhance skills list command output by @frontegg-david in #337

Full Changelog: v1.0.1...v1.0.2