|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.0-alpha.31 (2026-04-01) |
| 4 | + |
| 5 | +Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.30...v0.1.0-alpha.31) |
| 6 | + |
| 7 | +### Chores |
| 8 | + |
| 9 | +* **ci:** escape input path in publish-npm workflow ([167333c](https://github.com/Scan-Documents/node-sdk/commit/167333c43ac5a5830123674698abf8ffaaa1ffec)) |
| 10 | +* **ci:** skip lint on metadata-only changes ([f23d9e1](https://github.com/Scan-Documents/node-sdk/commit/f23d9e14ec9747bcdf9f0cea345261d7e00497fa)) |
| 11 | +* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([d5b63e3](https://github.com/Scan-Documents/node-sdk/commit/d5b63e36a5c6bc96d2c485834a09050b7ce61555)) |
| 12 | +* **internal:** codegen related update ([8dea8bd](https://github.com/Scan-Documents/node-sdk/commit/8dea8bdf7abb0beec86cb0a69ba5e73d2dd69f90)) |
| 13 | +* **internal:** fix MCP server TS errors that occur with required client options ([2991a6d](https://github.com/Scan-Documents/node-sdk/commit/2991a6d8dd1d26b6b1d9275b066b0ebc007eec9d)) |
| 14 | +* **internal:** improve local docs search for MCP servers ([a95ae63](https://github.com/Scan-Documents/node-sdk/commit/a95ae63b3cd1ba1ad32aa5ec2e5e4e8d05dfceb8)) |
| 15 | +* **internal:** improve local docs search for MCP servers ([5f6d8a5](https://github.com/Scan-Documents/node-sdk/commit/5f6d8a56a878ff32020b149eeb60561b951883fd)) |
| 16 | +* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([663e939](https://github.com/Scan-Documents/node-sdk/commit/663e9399aea38becc113376f195b81c46d268b08)) |
| 17 | +* **internal:** support custom-instructions-path flag in MCP servers ([bc36a75](https://github.com/Scan-Documents/node-sdk/commit/bc36a753ea900b7efaad9e149ed6756e3a07f235)) |
| 18 | +* **internal:** support local docs search in MCP servers ([ccc0fcd](https://github.com/Scan-Documents/node-sdk/commit/ccc0fcdc0152a171b5a2c9363c67a5f2ad8b4831)) |
| 19 | +* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([c5d6196](https://github.com/Scan-Documents/node-sdk/commit/c5d619641e44fd5f14e43aa230d05697342433bd)) |
| 20 | +* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([8d8479b](https://github.com/Scan-Documents/node-sdk/commit/8d8479b6ba016c97e8ddbb9f25e0947fffdb79de)) |
| 21 | +* **internal:** tweak CI branches ([73c3ed7](https://github.com/Scan-Documents/node-sdk/commit/73c3ed73bf25819de55cdbd8c0e327802ac596f4)) |
| 22 | +* **internal:** update dependencies to address dependabot vulnerabilities ([03a21da](https://github.com/Scan-Documents/node-sdk/commit/03a21da5bf6c12e562a3f27580e244eb01d4d250)) |
| 23 | +* **internal:** update gitignore ([1b26e0a](https://github.com/Scan-Documents/node-sdk/commit/1b26e0a9c4b98ff889d9610698c06485adb98493)) |
| 24 | +* **mcp-server:** add support for session id, forward client info ([5af2171](https://github.com/Scan-Documents/node-sdk/commit/5af21714af1ec3d576ceb9f30be44fbd53b8f684)) |
| 25 | +* **mcp-server:** improve instructions ([042e4c4](https://github.com/Scan-Documents/node-sdk/commit/042e4c4326c5ad56033fea22d82c1b85a2aefe5e)) |
| 26 | + |
3 | 27 | ## 0.1.0-alpha.30 (2026-03-08) |
4 | 28 |
|
5 | 29 | Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.29...v0.1.0-alpha.30) |
|
0 commit comments