Skip to content

Commit 1a886f4

Browse files
authored
Merge pull request #2 from QTSurfer/chore/sdk-0.8.1
chore: bump sdk to 0.8.1, release 0.7.1
2 parents 0ad3c5d + 5487b1b commit 1a886f4

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9-
## [0.7.0] — 2026-07-18
9+
## [0.7.1] — 2026-07-27
10+
11+
### Changed 🔄
12+
13+
- Bumped `com.qtsurfer:sdk` to `0.8.1`, which fixes the execute poll ending early when the API
14+
answers `202` — the status it returns when a job is known but its result is not readable yet.
15+
Nothing in this repo changed: the SDK's `Backtest` abstraction absorbs that distinction, so a
16+
backtest driven through the MCP tools could previously report an empty result for a run that had
17+
actually completed, and now polls until the result is readable.
1018

1119
### Changed 🔄
1220

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.qtsurfer</groupId>
77
<artifactId>mcp-java</artifactId>
8-
<version>0.7.0</version>
8+
<version>0.7.1</version>
99
<packaging>jar</packaging>
1010
<name>qtsurfer-mcp-java</name>
1111

@@ -34,7 +34,7 @@
3434
<maven.compiler.release>${java.version}</maven.compiler.release>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<mcp.version>1.1.2</mcp.version>
37-
<sdk.version>0.8.0</sdk.version>
37+
<sdk.version>0.8.1</sdk.version>
3838
<slf4j.version>2.0.16</slf4j.version>
3939
<logback.version>1.5.11</logback.version>
4040
<junit.version>5.11.4</junit.version>

0 commit comments

Comments
 (0)