You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped com.qtsurfer:sdk-java to 0.8.0 (API spec 0.99.1, 16 operationId renames — no request/response shape, field, or endpoint changes). sdk-java's own entry point is renamed as part of that: QTSurfer.auth(...) → QTSurfer.authenticate(...). Updated the server's single auth-mint call site (Main.authenticate(...), internal) accordingly. No change to any MCP tool's input or output contract.
Registered the renamed generated model classes in the GraalVM reflect-config.json (CancelExecution200Response→CancelBacktest200Response, GetStrategyStatus200Response→GetStrategy200Response, PostStrategy200Response→CompileStrategy200Response, ExecuteBacktestingRequest→ExecuteBacktestRequest, PrepareBacktestingRequest→PrepareRequest, plus their nested enums) so the native binary keeps deserializing/instantiating these types after the rename.