Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.0] - 2026-01-26

### Changed

- **Refactored tool loading with Index singleton** - Index is now a singleton, eliminating duplicate schema definitions and simplifying tool initialization
- Tool classes now use `Index.instance.categories` directly in schema definitions instead of requiring runtime configuration
- Removed `TOOLS` constant and `configure_tool_schemas` method from Server
- Tools use autoload for lazy loading, ensuring they see populated categories at load time

## [0.15.5] - 2026-01-26

### Changed
Expand Down Expand Up @@ -236,6 +245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `cf_list_category` - List items by category
- `cf_get_details` - Get full documentation by name

[0.16.0]: https://github.com/pusewicz/cf-mcp/compare/v0.15.5...v0.16.0
[0.15.5]: https://github.com/pusewicz/cf-mcp/compare/v0.15.4...v0.15.5
[0.15.4]: https://github.com/pusewicz/cf-mcp/compare/v0.15.3...v0.15.4
[0.15.3]: https://github.com/pusewicz/cf-mcp/compare/v0.15.2...v0.15.3
Expand Down