Releases: Scan-Documents/node-sdk
Releases · Scan-Documents/node-sdk
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)
Chores
v0.1.0-alpha.13
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
v0.1.0-alpha.12
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
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)