Skip to content

Releases: Scan-Documents/node-sdk

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)

v0.1.0-alpha.13

02 Dec 06:13

Choose a tag to compare

v0.1.0-alpha.13 Pre-release
Pre-release

0.1.0-alpha.13 (2025-12-02)

Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13

Features

  • mcp: add detail field to docs search tool (50f1c1b)

Bug Fixes

  • mcp: return tool execution error on api error (0b1293d)

Chores

  • client: fix logger property type (d2451fa)
  • mcp: upgrade jq-web (a587451)

v0.1.0-alpha.12

13 Nov 04:43

Choose a tag to compare

v0.1.0-alpha.12 Pre-release
Pre-release

0.1.0-alpha.12 (2025-11-13)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Bug Fixes

  • mcp: return tool execution error on jq failure (c4c60b8)

v0.1.0-alpha.11

11 Nov 05:11

Choose a tag to compare

v0.1.0-alpha.11 Pre-release
Pre-release

0.1.0-alpha.11 (2025-11-11)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

  • mcp: enable optional code execution tool on http mcp servers (4c23596)

Bug Fixes

  • mcp: use raw responses for binary content (f45a147)

Chores

  • internal: codegen related update (06f7863)
  • internal: codegen related update (5333a8c)
  • internal: grammar fix (it's -> its) (fac2c0b)
  • mcp code tool explicit error message when missing a run function (b5803df)
  • mcp: add friendlier MCP code tool errors on incorrect method invocations (1ad3bf4)
  • mcp: add line numbers to code tool errors (ec9aa52)
  • mcp: clarify http auth error (bae66db)
  • use structured error when code execution tool errors (7f7be2a)

Documentation

  • mcp: add a README button for one-click add to Cursor (0df21fe)
  • mcp: add a README link to add server to VS Code or Claude Code (3328ea0)