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",