From 0986301e7a6d0ff1aa911c0c0aa662379504c9d3 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 10 Dec 2025 16:29:51 -0500 Subject: [PATCH] Update CHANGELOG.md for v7.0.9 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d762bd52..69f27439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.0.9] - 2025-12-10 + +## Bug Fixes + +- Fixed MCP response format in search route handlers - all 14 search endpoints now return complete response objects with error status instead of just content arrays, restoring MCP protocol compatibility + +## Changes + +- `SearchRoutes.ts`: Updated all route handlers to return full result object instead of extracted content property + ## [7.0.8] - 2025-12-10 ## Bug Fixes