|
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 ([8563315](https://github.com/Finch-API/finch-api-node/commit/85633155302e79e898e5c44c9ba9a9c8d4c85c35)) |
| 10 | +* **api:** api update ([57e6e6b](https://github.com/Finch-API/finch-api-node/commit/57e6e6b1c4b9c66ca545e6dea96e5774ac35ca2c)) |
| 11 | +* **api:** move node to typescript generator ([9dd13ac](https://github.com/Finch-API/finch-api-node/commit/9dd13ac36e034895caa80904ac248daf838640b2)) |
| 12 | +* **api:** update automated code reviewer selection ([e258c79](https://github.com/Finch-API/finch-api-node/commit/e258c79032284504576150648e0cf50ebc7a12f2)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([7d8d93d](https://github.com/Finch-API/finch-api-node/commit/7d8d93db3cd7d22580e2be599c38c46d938f6cde)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([430d898](https://github.com/Finch-API/finch-api-node/commit/430d8981861a7d25b3c6760be3563f0fa104cc12)) |
| 19 | +* **api:** resolve build issues ([e444cb5](https://github.com/Finch-API/finch-api-node/commit/e444cb50f7905cddcbdebdf6a9e8094d246d142a)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([be6159f](https://github.com/Finch-API/finch-api-node/commit/be6159f84134bedabeba7aa700e7307b28e52fbe)) |
| 21 | +* **tests:** fix tests ([ed22da9](https://github.com/Finch-API/finch-api-node/commit/ed22da9357fad7a5c79418550b37b37c2db0bcef)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([88d6731](https://github.com/Finch-API/finch-api-node/commit/88d6731874ea54322cde90b2abe88cd08fa94ac3)) |
| 27 | +* **internal:** codegen related update ([ff88d95](https://github.com/Finch-API/finch-api-node/commit/ff88d95e094056d35a573b3a666037141f4c0945)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([af995ac](https://github.com/Finch-API/finch-api-node/commit/af995ac8b08e7ebecba89c4b16c4b6b54820da11)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9baed42](https://github.com/Finch-API/finch-api-node/commit/9baed42fb1b9801beec76f305cf275cc61fb2f2d)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([66c4696](https://github.com/Finch-API/finch-api-node/commit/66c469614a041718e7dae8d25f83642ccc1c3a5b)) |
| 31 | +* **mcp:** clarify http auth error ([4c491c3](https://github.com/Finch-API/finch-api-node/commit/4c491c30108229e26fdb6874fa5b2144d06c4a55)) |
| 32 | +* **mcp:** upgrade jq-web ([a4da1cc](https://github.com/Finch-API/finch-api-node/commit/a4da1cc5747a69dad1bb1d32ce3d03333f8887d6)) |
| 33 | +* sync repo ([72ba33a](https://github.com/Finch-API/finch-api-node/commit/72ba33a629dc57842d7483956d2d0603dcc2a696)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([e5a8ff0](https://github.com/Finch-API/finch-api-node/commit/e5a8ff0a9ae4c1cb033496143b45c86a7d0017b4)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([c2da4c1](https://github.com/Finch-API/finch-api-node/commit/c2da4c1147125fe3b216d19f8e1478fdb7cde2cb)) |
| 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