|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-13) |
| 4 | + |
| 5 | +Full Changelog: [v6.38.0...v7.0.0](https://github.com/Finch-API/finch-api-node/compare/v6.38.0...v7.0.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([f5422b1](https://github.com/Finch-API/finch-api-node/commit/f5422b1c45997091333defb4f9c5a920f6fe98d3)) |
| 10 | +* **api:** api update ([952b76f](https://github.com/Finch-API/finch-api-node/commit/952b76f762d53eb317a5fac1e4b311c01b8512d6)) |
| 11 | +* **api:** move node to typescript generator ([9e559ec](https://github.com/Finch-API/finch-api-node/commit/9e559eceab4c34629f9979e2bef02f07ac5c0610)) |
| 12 | +* **api:** update automated code reviewer selection ([76d88ca](https://github.com/Finch-API/finch-api-node/commit/76d88ca13cff3dab28df9ce0ef4107b37c243459)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([64b50d8](https://github.com/Finch-API/finch-api-node/commit/64b50d85c96ae5bc004137729e22a1a7145e3af4)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([3d4e04f](https://github.com/Finch-API/finch-api-node/commit/3d4e04f0974f7e9929ab214ba35f1d4134b63371)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([fe4c668](https://github.com/Finch-API/finch-api-node/commit/fe4c668c77d76457f1760ab802ed45405c282031)) |
| 24 | +* **internal:** codegen related update ([a2e6ae7](https://github.com/Finch-API/finch-api-node/commit/a2e6ae717448e11f3098019814d4fa1acc1b227d)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([f8b4d64](https://github.com/Finch-API/finch-api-node/commit/f8b4d64b9b7d75ff341899cd829d8929d528e61e)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([de6c9de](https://github.com/Finch-API/finch-api-node/commit/de6c9dec1bc82880df741bcb01091c257b99d62a)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([81c9070](https://github.com/Finch-API/finch-api-node/commit/81c907058e0ad8c65a6ece58721798031d11433d)) |
| 28 | +* **mcp:** clarify http auth error ([d74fd64](https://github.com/Finch-API/finch-api-node/commit/d74fd648ad7f14399ed65d9cf8dbbbc94bfbb5d6)) |
| 29 | +* **mcp:** upgrade jq-web ([73b2356](https://github.com/Finch-API/finch-api-node/commit/73b2356221467405c574adbf84fd7c627161be34)) |
| 30 | +* sync repo ([c454d5f](https://github.com/Finch-API/finch-api-node/commit/c454d5f5629c91d96e5c0f2a4f40fb66ffc6347c)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([f6c958d](https://github.com/Finch-API/finch-api-node/commit/f6c958d5ef92698b189fbdb36b4a568b48f2ba8c)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([b03ada6](https://github.com/Finch-API/finch-api-node/commit/b03ada6f9ea9e6badc913262ed18ec9269f02ea8)) |
| 37 | + |
3 | 38 | ## 6.38.0 (2025-10-27) |
4 | 39 |
|
5 | 40 | Full Changelog: [v6.37.0...v6.38.0](https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0) |
|
0 commit comments