From ca52950b2adb5210d1022d904cd27272ef907a3f Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 17 Dec 2025 22:51:42 -0500 Subject: [PATCH] chore: update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52c67dd..05223d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.0.0/). +## [7.4.0] - 2025-12-18 + +## What's New + +### MCP Tool Token Reduction + +Optimized MCP tool definitions for reduced token consumption in Claude Code sessions through progressive parameter disclosure. + +**Changes:** +- Streamlined MCP tool schemas with minimal inline definitions +- Added `get_schema()` tool for on-demand parameter documentation +- Enhanced worker API with operation-based instruction loading + +This release improves session efficiency by reducing the token overhead of MCP tool definitions while maintaining full functionality through progressive disclosure. + ## [7.3.9] - 2025-12-18 ## Fixes