|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-19) |
| 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 ([33ca195](https://github.com/Finch-API/finch-api-node/commit/33ca195967e2f0c417905d34e6dd98d809ce228c)) |
| 10 | +* **api:** api update ([8365f1f](https://github.com/Finch-API/finch-api-node/commit/8365f1f634543f37f8b6de5f3d6d8cba59151b70)) |
| 11 | +* **api:** move node to typescript generator ([fbf1def](https://github.com/Finch-API/finch-api-node/commit/fbf1defe11c6fb50715070f3e08039f85572b5a2)) |
| 12 | +* **api:** update automated code reviewer selection ([3360040](https://github.com/Finch-API/finch-api-node/commit/3360040342df456ddb34a5d94c62878a05dc8d9c)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([71f8241](https://github.com/Finch-API/finch-api-node/commit/71f8241992d95c91b4c365cc59e66fb818c8ab4d)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([42cbcef](https://github.com/Finch-API/finch-api-node/commit/42cbcefbc8954bbe92b9d97b7603de8f635db982)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([513ea33](https://github.com/Finch-API/finch-api-node/commit/513ea33a666aa43e2fc52ab3b9f5d2cbdaa79b8a)) |
| 24 | +* **internal:** codegen related update ([d48f796](https://github.com/Finch-API/finch-api-node/commit/d48f796733d0b7cba5ae6cb366705f437ec554cd)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([66386af](https://github.com/Finch-API/finch-api-node/commit/66386af56f757a6b8d1513938e33f4b29838e18c)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([88d032c](https://github.com/Finch-API/finch-api-node/commit/88d032cc3d31756709726539d5148c0e139f5714)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([2062d63](https://github.com/Finch-API/finch-api-node/commit/2062d63d488752019c243d143db7b68df5c0fdc2)) |
| 28 | +* **mcp:** clarify http auth error ([08fd876](https://github.com/Finch-API/finch-api-node/commit/08fd876db7ba032e9683ff1bc7baa19063cd7ca1)) |
| 29 | +* **mcp:** upgrade jq-web ([88928b6](https://github.com/Finch-API/finch-api-node/commit/88928b60114e45b1a3614e12c672d04bd9c95900)) |
| 30 | +* sync repo ([ca39e21](https://github.com/Finch-API/finch-api-node/commit/ca39e21946d271e8fa92436c4fd4dd0c6d1a7ba8)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([78e604c](https://github.com/Finch-API/finch-api-node/commit/78e604cd6c7ba6bf07a60242bbc9eddf7f134f8a)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([224767c](https://github.com/Finch-API/finch-api-node/commit/224767c28191bf57f7678dcaf3968d34f1f1d9bb)) |
| 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