|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-21) |
| 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 ([9928fb4](https://github.com/Finch-API/finch-api-node/commit/9928fb42abd67699c3c31e7c7073df0049f1dceb)) |
| 10 | +* **api:** api update ([245b35f](https://github.com/Finch-API/finch-api-node/commit/245b35ff7134e59ca4f86f4488280d4fdc62519b)) |
| 11 | +* **api:** move node to typescript generator ([5032c98](https://github.com/Finch-API/finch-api-node/commit/5032c982542301223e28556cab00cbc3b64864f7)) |
| 12 | +* **api:** update automated code reviewer selection ([b4aefcd](https://github.com/Finch-API/finch-api-node/commit/b4aefcd23285193213eb0d058fecd153f365b4ee)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([1197085](https://github.com/Finch-API/finch-api-node/commit/119708591da2f0f37bee5638c552f630b2cbe678)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([e0e3d1e](https://github.com/Finch-API/finch-api-node/commit/e0e3d1e6a6330a5663fb7d78810c606d8caa8676)) |
| 19 | +* **api:** resolve build issues ([24cbb10](https://github.com/Finch-API/finch-api-node/commit/24cbb10cd28b8c787acfcb95c3f546950035ff52)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([4ed1e02](https://github.com/Finch-API/finch-api-node/commit/4ed1e02c40c5b1158b2dbb6ea011cc7a241fd2ae)) |
| 21 | +* **tests:** fix tests ([c85460d](https://github.com/Finch-API/finch-api-node/commit/c85460dfa2bd31b2be07b6172b39a564e1b87d00)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([50c5bdd](https://github.com/Finch-API/finch-api-node/commit/50c5bdd0aab2110734328e9fb9045bc511b5bdba)) |
| 27 | +* **internal:** codegen related update ([9fc0d8e](https://github.com/Finch-API/finch-api-node/commit/9fc0d8ee07e0b1c3e40ff723de4b18cc0e3f5f3e)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([16c37e7](https://github.com/Finch-API/finch-api-node/commit/16c37e7b0e624e8cd3c9df8c1b76ba71c83be514)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([67a1f30](https://github.com/Finch-API/finch-api-node/commit/67a1f30092d849076ca4b152b405e3733ff2bc97)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([c938822](https://github.com/Finch-API/finch-api-node/commit/c938822ebac26fc8d1e1e31b0813fa7fd71bd7fc)) |
| 31 | +* **mcp:** clarify http auth error ([766e9a9](https://github.com/Finch-API/finch-api-node/commit/766e9a9188d550d28da1055e0e59170644fe85cc)) |
| 32 | +* **mcp:** upgrade jq-web ([e40f655](https://github.com/Finch-API/finch-api-node/commit/e40f65573f2981b5e9f43a3c8692af4916250ef5)) |
| 33 | +* sync repo ([8434551](https://github.com/Finch-API/finch-api-node/commit/8434551a95d0530160957423c0a51a10691f3c32)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([660a862](https://github.com/Finch-API/finch-api-node/commit/660a862aa0393406e8ac96d862bb120b48563c05)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([a913538](https://github.com/Finch-API/finch-api-node/commit/a913538c1f9e79eb50acf08b2a0f4d71d55151c3)) |
| 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