Skip to content

Releases: hyperspell/node-sdk

v0.38.0

22 Apr 19:54
716dcef

Choose a tag to compare

0.38.0 (2026-04-22)

Full Changelog: v0.37.0...v0.38.0

Features

v0.37.0

22 Apr 19:44
483b12f

Choose a tag to compare

0.37.0 (2026-04-22)

Full Changelog: v0.36.1...v0.37.0

Features

v0.36.1

22 Apr 19:33
596843d

Choose a tag to compare

0.36.1 (2026-04-22)

Full Changelog: v0.36.0...v0.36.1

Chores

v0.36.0

22 Apr 19:17
4f473e6

Choose a tag to compare

0.36.0 (2026-04-22)

Full Changelog: v0.35.1...v0.36.0

Features

Chores

  • tests: bump steady to v0.22.1 (b7ae9ad)

v0.35.1

17 Apr 19:33
85b9145

Choose a tag to compare

0.35.1 (2026-04-16)

Full Changelog: v0.35.0...v0.35.1

Features

Bug Fixes

  • internal: gitignore generated oidc dir (a305f3d)

Chores

  • ci: escape input path in publish-npm workflow (40c8402)
  • ci: skip lint on metadata-only changes (14012e7)
  • configure new SDK language (2b1db35)
  • fix example snippet imports (5655445)
  • internal: codegen related update (74743e3)
  • internal: fix MCP server import ordering (aa4d800)
  • internal: fix MCP server TS errors that occur with required client options (b7abcfb)
  • internal: improve local docs search for MCP servers (eee2438)
  • internal: improve local docs search for MCP servers (f218072)
  • internal: show error causes in MCP servers when running in local mode (d7d54bc)
  • internal: support custom-instructions-path flag in MCP servers (c6d4043)
  • internal: support local docs search in MCP servers (4a9b2cf)
  • internal: support type annotations when running MCP in local execution mode (41a4e6a)
  • internal: update gitignore (9270ff5)
  • internal: update multipart form array serialization (97f213b)
  • mcp-server: add support for session id, forward client info (9e3018f)
  • mcp-server: increase local docs search result count from 5 to 10 (65850d9)
  • mcp-server: log client info (5f1ad6d)
  • tests: bump steady to v0.19.4 (e614b67)
  • tests: bump steady to v0.19.5 (eadfc98)
  • tests: bump steady to v0.19.6 (4ed8bba)
  • tests: bump steady to v0.19.7 (6aaa435)
  • tests: bump steady to v0.20.1 (bb96b8b)
  • tests: bump steady to v0.20.2 (2a71a6e)
  • update CLI documentation (b30afe1)
  • update SDK settings (4ee9dca)
  • update SDK settings (752879e)

Documentation

Refactors

  • tests: switch from prism to steady (75ac934)

v0.35.0

18 Mar 13:40
0c8e2da

Choose a tag to compare

0.35.0 (2026-03-18)

Full Changelog: v0.34.0...v0.35.0

Features


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.34.0

17 Mar 21:02
01e2f25

Choose a tag to compare

0.34.0 (2026-03-17)

Full Changelog: v0.33.0...v0.34.0

Features

Chores

  • internal: support x-stainless-mcp-client-permissions headers in MCP servers (d8d7aab)
  • internal: tweak CI branches (ccba23b)
  • remove custom code (62822d4)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.33.0

15 Mar 21:19
2d3f389

Choose a tag to compare

0.33.0 (2026-03-14)

Full Changelog: v0.32.1...v0.33.0

Features

Bug Fixes

  • client: preserve URL params already embedded in path (af6d83b)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (6a453f9)
  • internal: bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch (16f74a7)
  • internal: codegen related update (c49250c)
  • internal: codegen related update (e7684c4)
  • internal: make generated MCP servers compatible with Cloudflare worker environments (35c5ba8)
  • internal: support x-stainless-mcp-client-envs header in MCP servers (632cb03)
  • internal: update dependencies to address dependabot vulnerabilities (8879f0c)
  • internal: use x-stainless-mcp-client-envs header for MCP remote code tool calls (f8b4ea0)
  • mcp-server: improve instructions (604dcdd)
  • mcp-server: return access instructions for 404 without API key (2750b02)
  • test: do not count install time for mock server timeout (1d19a8e)
  • update placeholder string (b91b593)

v0.32.1

02 Mar 20:48
4c8ba7f

Choose a tag to compare

0.32.1 (2026-03-02)

Full Changelog: v0.32.0...v0.32.1

Chores

v0.32.0

02 Mar 20:18
3ecbec0

Choose a tag to compare

0.32.0 (2026-03-01)

Full Changelog: v0.31.0...v0.32.0

Features

Bug Fixes

  • docs/contributing: correct pnpm link command (8904a4f)
  • mcp: initialize SDK lazily to avoid failing the connection on init errors (ff10988)
  • mcp: update prompt (dc2e5d5)

Chores

  • internal: cache fetch instruction calls in MCP server (ccacaac)
  • internal: fix MCP Dockerfiles so they can be built without buildkit (9958397)
  • internal: fix MCP Dockerfiles so they can be built without buildkit (c38098d)
  • internal: make MCP code execution location configurable via a flag (6ae4a00)
  • internal: move stringifyQuery implementation to internal function (1f6b40d)
  • internal: upgrade @modelcontextprotocol/sdk and hono (f6fdb27)
  • mcp: correctly update version in sync with sdk (54f2bff)
  • update mock server docs (0417d08)