|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-20) |
| 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 ([64cb284](https://github.com/Finch-API/finch-api-node/commit/64cb284198973b9ce638cd6731e4e701af04e470)) |
| 10 | +* **api:** api update ([02871ff](https://github.com/Finch-API/finch-api-node/commit/02871ffad41d47c608a57c18529c5c2b612df8cf)) |
| 11 | +* **api:** move node to typescript generator ([e166b3b](https://github.com/Finch-API/finch-api-node/commit/e166b3b41287014798da24b15abb1a43f1ef3a3e)) |
| 12 | +* **api:** update automated code reviewer selection ([6df94f0](https://github.com/Finch-API/finch-api-node/commit/6df94f010ddb380718a444e3ae57c80adc3f6ffe)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([10b7274](https://github.com/Finch-API/finch-api-node/commit/10b7274dda1256fce4bf4d54f2c76d243be7a63e)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([cf19b62](https://github.com/Finch-API/finch-api-node/commit/cf19b62f2334066f6271186bff56d80a512dc1e5)) |
| 19 | +* **api:** resolve build issues ([c810669](https://github.com/Finch-API/finch-api-node/commit/c810669410994166b77004a1520f97400546be8c)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([750a753](https://github.com/Finch-API/finch-api-node/commit/750a7530321b84c1de4e15d59f8a0bffd521963f)) |
| 21 | +* **tests:** fix tests ([d2975ec](https://github.com/Finch-API/finch-api-node/commit/d2975ec144c25d14ad3f4a2e7ab122cc21ed10dc)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([a780b74](https://github.com/Finch-API/finch-api-node/commit/a780b741472e1ab08bfd96f892031c68d149c691)) |
| 27 | +* **internal:** codegen related update ([3e50911](https://github.com/Finch-API/finch-api-node/commit/3e50911ab080db353b58acc2aba086142d2df52b)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([ed58e12](https://github.com/Finch-API/finch-api-node/commit/ed58e12ccb1c15709172fabd8c6d89dc3a6e6c14)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c5edccc](https://github.com/Finch-API/finch-api-node/commit/c5edccc1b39c47d813537658ff3ddd5554114074)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([b1ada58](https://github.com/Finch-API/finch-api-node/commit/b1ada587b92c5541ad485a48732103848b60e705)) |
| 31 | +* **mcp:** clarify http auth error ([82b10df](https://github.com/Finch-API/finch-api-node/commit/82b10df41069eb338dbc09ab1f6a4bea3b7fd9ad)) |
| 32 | +* **mcp:** upgrade jq-web ([ef999e6](https://github.com/Finch-API/finch-api-node/commit/ef999e6ab0757c17f2199e301b700843dd07f35c)) |
| 33 | +* sync repo ([80028d1](https://github.com/Finch-API/finch-api-node/commit/80028d166fe39f345e57f18642add58ab0dfcd40)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([5075780](https://github.com/Finch-API/finch-api-node/commit/5075780ba4d43ade4c7f0fe6f80b9bc13a5554df)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([f7e8ef9](https://github.com/Finch-API/finch-api-node/commit/f7e8ef983450013447cc8276ea9e3259a67055cc)) |
| 40 | + |
3 | 41 | ## 6.38.0 (2025-10-27) |
4 | 42 |
|
5 | 43 | 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