Skip to content

Releases: Scan-Documents/node-sdk

v0.1.0-alpha.23

03 Feb 06:51

Choose a tag to compare

v0.1.0-alpha.23 Pre-release
Pre-release

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

29 Jan 06:22

Choose a tag to compare

v0.1.0-alpha.22 Pre-release
Pre-release

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

28 Jan 05:04

Choose a tag to compare

v0.1.0-alpha.21 Pre-release
Pre-release

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/checkout version (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

09 Jan 05:12

Choose a tag to compare

v0.1.0-alpha.20 Pre-release
Pre-release

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

08 Jan 05:52

Choose a tag to compare

v0.1.0-alpha.19 Pre-release
Pre-release

0.1.0-alpha.19 (2026-01-08)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Bug Fixes

v0.1.0-alpha.18

07 Jan 05:50

Choose a tag to compare

v0.1.0-alpha.18 Pre-release
Pre-release

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

06 Jan 06:06

Choose a tag to compare

v0.1.0-alpha.17 Pre-release
Pre-release

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/server or npx package-name will 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

  • internal: codegen related update (9126131)
  • mcp: remove deprecated tool schemes (49f084c)

Documentation

  • prominently feature MCP server setup in root SDK readmes (8e89817)

v0.1.0-alpha.16

18 Dec 07:43

Choose a tag to compare

v0.1.0-alpha.16 Pre-release
Pre-release

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

  • internal: codegen related update (4e12321)
  • mcp: update lockfile (7919465)

v0.1.0-alpha.15

06 Dec 04:49

Choose a tag to compare

v0.1.0-alpha.15 Pre-release
Pre-release

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

06 Dec 04:48

Choose a tag to compare

v0.1.0-alpha.14 Pre-release
Pre-release

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)

Chores

  • internal: codegen related update (3012c02)
  • internal: upgrade eslint (86bb2ea)
  • use latest @modelcontextprotocol/sdk (f8b887f)