Skip to content

Commit 2e34d7f

Browse files
committed
chore(release): v0.13.5
1 parent 44194c9 commit 2e34d7f

14 files changed

Lines changed: 58 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- **Code Mode response continuation**: Added direct stored-response paging through `sdl.retrieve` with the `responseGet` operation.
13-
1412
### Changed
1513

1614
### Fixed
1715

16+
## [0.13.5] - 2026-08-25
17+
18+
### Added
19+
20+
- **Code Mode response continuation**: Added direct stored-response paging through `sdl.retrieve` with the `responseGet` operation.
21+
22+
### Fixed
23+
1824
- **Structured MCP output validation**: Ensure the strict `sdl.retrieve` and `sdl.workflow` public schemas accept emitted fields, including truncated symbol-card dependency counts and complete `delta.get` preview metadata, while rejecting incomplete delta preview metadata.
1925

2026
- **Bounded Windows CI tests**: Stream per-file progress, terminate hung test process trees after ten minutes, and cap the cross-platform test job at 45 minutes instead of consuming GitHub's six-hour limit.
2127

28+
_34 commits from 1 contributor_
29+
2230
## [0.13.4] - 2026-08-24
2331

2432
### Added

native/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-darwin-arm64",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer for SDL-MCP - macOS ARM64",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-darwin-x64",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer for SDL-MCP - macOS x64",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-linux-arm64-gnu",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer for SDL-MCP - Linux ARM64 (glibc)",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-linux-x64-gnu",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer for SDL-MCP - Linux x64 (glibc)",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-linux-x64-musl",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer for SDL-MCP - Linux x64 (musl)",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native-win32-x64-msvc",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer and scoped Windows FTS runtime loader for SDL-MCP - Windows x64",
55
"license": "SEE LICENSE IN LICENSE",
66
"os": [

native/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp-native",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Native Rust indexer and scoped Windows runtime loader for SDL-MCP",
55
"license": "SEE LICENSE IN LICENSE",
66
"main": "index.js",
@@ -29,12 +29,12 @@
2929
"version": "napi version"
3030
},
3131
"optionalDependencies": {
32-
"sdl-mcp-native-win32-x64-msvc": "0.13.4",
33-
"sdl-mcp-native-darwin-x64": "0.13.4",
34-
"sdl-mcp-native-darwin-arm64": "0.13.4",
35-
"sdl-mcp-native-linux-x64-gnu": "0.13.4",
36-
"sdl-mcp-native-linux-x64-musl": "0.13.4",
37-
"sdl-mcp-native-linux-arm64-gnu": "0.13.4"
32+
"sdl-mcp-native-win32-x64-msvc": "0.13.5",
33+
"sdl-mcp-native-darwin-x64": "0.13.5",
34+
"sdl-mcp-native-darwin-arm64": "0.13.5",
35+
"sdl-mcp-native-linux-x64-gnu": "0.13.5",
36+
"sdl-mcp-native-linux-x64-musl": "0.13.5",
37+
"sdl-mcp-native-linux-arm64-gnu": "0.13.5"
3838
},
3939
"repository": {
4040
"type": "git",

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdl-mcp",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Symbol Delta Ledger MCP Server - Cards-first code context for polyglot repositories",
55
"type": "module",
66
"main": "dist/main.js",
@@ -171,10 +171,10 @@
171171
"fb-watchman": "^2.0.2",
172172
"@sdl-mcp/ladybug-openssl-win32-x64": "3.5.7-sdl.2",
173173
"onnxruntime-node": "^1.24.3",
174-
"sdl-mcp-native": "0.13.4",
175-
"sdl-mcp-watchman": "0.13.4",
176-
"sdl-mcp-watchman-linux-x64": "0.13.4",
177-
"sdl-mcp-watchman-win32-x64": "0.13.4",
174+
"sdl-mcp-native": "0.13.5",
175+
"sdl-mcp-watchman": "0.13.5",
176+
"sdl-mcp-watchman-linux-x64": "0.13.5",
177+
"sdl-mcp-watchman-win32-x64": "0.13.5",
178178
"tokenizers": "npm:@anush008/tokenizers@^0.6.0"
179179
},
180180
"devDependencies": {

0 commit comments

Comments
 (0)