From 2dfafdae414f97f3b01936c983f243a32df1b8e9 Mon Sep 17 00:00:00 2001 From: bkellam Date: Mon, 10 Nov 2025 15:32:32 -0800 Subject: [PATCH] release @sourcebot/mcp v1.0.8 --- packages/mcp/CHANGELOG.md | 6 ++++++ packages/mcp/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index f42a8a31..94d37a42 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.8] - 2025-11-10 + ### Fixed - Fixed issue where search results exceeding token limits would be completely discarded instead of returning truncated content. [#604](https://github.com/sourcebot-dev/sourcebot/pull/604) ## [1.0.7] - 2025-10-28 + +### Changed - Updated API client to match the latest Sourcebot release. [#555](https://github.com/sourcebot-dev/sourcebot/pull/555) ## [1.0.6] - 2025-09-26 + +### Fixed - Fix `linkedConnections is required` schema error. ## [1.0.5] - 2025-09-15 diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 11530cba..2ebe8ff2 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.7", + "version": "1.0.8", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",