Releases: Scan-Documents/node-sdk
Releases · Scan-Documents/node-sdk
v0.1.0-alpha.23
0.1.0-alpha.23 (2026-02-03)
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
Bug Fixes
- client: avoid memory leak with abort signals (8270f0d)
Chores
- mcp: up tsconfig lib version to es2022 (dbfab5b)
v0.1.0-alpha.22
0.1.0-alpha.22 (2026-01-29)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
Bug Fixes
- docs: fix mcp installation instructions for remote servers (d4ffbbd)
v0.1.0-alpha.21
0.1.0-alpha.21 (2026-01-28)
Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21
Bug Fixes
- mcp: allow falling back for required env variables (2064f7e)
Chores
- ci: upgrade
actions/github-script(10018db) - internal: codegen related update (500552c)
- internal: codegen related update (135b7ac)
- internal: codegen related update (3d1bcfe)
- internal: codegen related update (f14af8b)
- internal: codegen related update (37aa64d)
- internal: update
actions/checkoutversion (34bd64b) - internal: update lock file (d9dc3c8)
- internal: upgrade babel, qs, js-yaml (82aebc4)
- mcp: add intent param to execute tool (f6f24a3)
- mcp: pass intent param to execute handler (acb4a88)
- mcp: upgrade dependencies (3a8fad6)
v0.1.0-alpha.20
0.1.0-alpha.20 (2026-01-09)
Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20
Bug Fixes
- mcp: update code tool prompt (008c333)
v0.1.0-alpha.19
0.1.0-alpha.19 (2026-01-08)
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
Bug Fixes
- mcp: fix env parsing (f94499f)
v0.1.0-alpha.18
0.1.0-alpha.18 (2026-01-07)
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
Bug Fixes
- mcp: fix options parsing (950cadd)
Chores
- break long lines in snippets into multiline (69ff5c6)
v0.1.0-alpha.17
0.1.0-alpha.17 (2026-01-06)
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
⚠ BREAKING CHANGES
- mcp: remove deprecated tool schemes
- mcp: Migration: To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just
node /path/to/mcp/serverornpx package-namewill invoke code tools: changing your command to one of these is likely all you will need to do.
Bug Fixes
- mcp: correct code tool api output types (5b24467)
Chores
Documentation
- prominently feature MCP server setup in root SDK readmes (8e89817)
v0.1.0-alpha.16
0.1.0-alpha.16 (2025-12-18)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
Bug Fixes
- mcp: add client instantiation options to code tool (c007cb1)
- mcp: pass base url to code tool (f265822)
Chores
v0.1.0-alpha.15
0.1.0-alpha.15 (2025-12-06)
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
Bug Fixes
- mcp: correct code tool API endpoint (5003e04)
v0.1.0-alpha.14
0.1.0-alpha.14 (2025-12-06)
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
Features
- mcp: add typescript check to code execution tool (787b9fb)
- mcp: handle code mode calls in the Stainless API (151c4a6)
- mcp: return logs on code tool errors (118be8d)
Bug Fixes
- mcp: return correct lines on typescript errors (d2cada6)