Skip to content

Commit 2dfafda

Browse files
release @sourcebot/mcp v1.0.8
1 parent 278c0dc commit 2dfafda

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.8] - 2025-11-10
11+
1012
### Fixed
1113
- 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)
1214

1315
## [1.0.7] - 2025-10-28
16+
17+
### Changed
1418
- Updated API client to match the latest Sourcebot release. [#555](https://github.com/sourcebot-dev/sourcebot/pull/555)
1519

1620
## [1.0.6] - 2025-09-26
21+
22+
### Fixed
1723
- Fix `linkedConnections is required` schema error.
1824

1925
## [1.0.5] - 2025-09-15

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcebot/mcp",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)