|
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 ([2a60f74](https://github.com/Finch-API/finch-api-node/commit/2a60f74cec30dc779cbcff78c58b8035d0ff429a)) |
| 10 | +* **api:** api update ([6b5def3](https://github.com/Finch-API/finch-api-node/commit/6b5def369d1dbc8564d04bace9031e08fbee3603)) |
| 11 | +* **api:** move node to typescript generator ([9d23d11](https://github.com/Finch-API/finch-api-node/commit/9d23d11667fab6f229eb6611915ebbc1159dbbf7)) |
| 12 | +* **api:** update automated code reviewer selection ([6d4eb2e](https://github.com/Finch-API/finch-api-node/commit/6d4eb2e686a241494ba4d4cb50c4a5346c62ec42)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([051d4a4](https://github.com/Finch-API/finch-api-node/commit/051d4a4ca82f28b691d134de264559d50c766fd7)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([2dfeb5e](https://github.com/Finch-API/finch-api-node/commit/2dfeb5ef816d19b9b978d8677a4b3ad4ea94cb21)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([8caa3e0](https://github.com/Finch-API/finch-api-node/commit/8caa3e0a29c9848ad6498b6c97e6a28658116bcd)) |
| 24 | +* **internal:** codegen related update ([4cb1844](https://github.com/Finch-API/finch-api-node/commit/4cb18448be7877fdc28f0f70eed954447db695ce)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([ff33c04](https://github.com/Finch-API/finch-api-node/commit/ff33c049099e5d3615cf260aa2d7bbcd208dbaaf)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([fc2f7f6](https://github.com/Finch-API/finch-api-node/commit/fc2f7f63fa59e4c048d43ffee1f79668995c29f9)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([24eb0d9](https://github.com/Finch-API/finch-api-node/commit/24eb0d93fefcb047478e4b63957249910037535b)) |
| 28 | +* **mcp:** clarify http auth error ([809748a](https://github.com/Finch-API/finch-api-node/commit/809748a080f6bb2e1fe0ac453f0486ee44a82c2e)) |
| 29 | +* **mcp:** upgrade jq-web ([8b92e18](https://github.com/Finch-API/finch-api-node/commit/8b92e183cba8bc6a563289e24b6a0374c29d8d53)) |
| 30 | +* sync repo ([d93ba71](https://github.com/Finch-API/finch-api-node/commit/d93ba710223f791b199905d700caa19de4ffb546)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([278e623](https://github.com/Finch-API/finch-api-node/commit/278e623b4c31844ea5c84f90f0fc7e533d4b35b0)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([f249694](https://github.com/Finch-API/finch-api-node/commit/f249694b5be55b6b5121929055a6d333953f7343)) |
| 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