v1.0.2
Release v1.0.2
Release type: stable
Release line: 1.0.x
Branch: release/1.0.x
Installation
npm install @frontmcp/sdk@1.0.2Features
- 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
closeClientfunction to ensure proper cleanup of client connections, enhancing stability during shutdown processes.
Improvements
- Skill Listing Output: Enhanced the output format for
skills listandskills searchcommands, 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/observabilityto version 1.0.1 for improved observability features.
Bug Fixes
- Skill Search Index: Resolved an issue with the lazy-loading of the
vectoriadblibrary, 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