diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 72329a4d..06f9e2a4 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.9] - 2025-11-17 + ### Added - Added pagination and filtering to `list_repos` tool to handle large repository lists efficiently and prevent oversized responses that waste token context. [#614](https://github.com/sourcebot-dev/sourcebot/pull/614) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 2ebe8ff2..b6e1e247 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.8", + "version": "1.0.9", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",