|
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 ([2471b61](https://github.com/Finch-API/finch-api-node/commit/2471b61bc31758b25ad56833254e4037c57c2c38)) |
| 10 | +* **api:** api update ([4d17e64](https://github.com/Finch-API/finch-api-node/commit/4d17e648673f982f2d0b7c5bc451f6570e408cbc)) |
| 11 | +* **api:** move node to typescript generator ([ad77ad3](https://github.com/Finch-API/finch-api-node/commit/ad77ad33d143ccc35069913d741f15b2e47f26e7)) |
| 12 | +* **api:** update automated code reviewer selection ([fbf3364](https://github.com/Finch-API/finch-api-node/commit/fbf3364005eef764f353c3c58505cd0c1793cc48)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([093ef14](https://github.com/Finch-API/finch-api-node/commit/093ef147ad0c78749b2739a1b1691a8702dea740)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([8b1d1a4](https://github.com/Finch-API/finch-api-node/commit/8b1d1a4ef68747e0d9ea9957b91de11bbdad1b7b)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([3eacae1](https://github.com/Finch-API/finch-api-node/commit/3eacae1cce71d3b78aeecfa16d17b142c0451a6e)) |
| 24 | +* **internal:** codegen related update ([dbe9cfd](https://github.com/Finch-API/finch-api-node/commit/dbe9cfdd84122ea19327ca47367b0d8eb3717aa2)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([88a17a0](https://github.com/Finch-API/finch-api-node/commit/88a17a04c70298ee3c36f4e4fba6574cbf2975cc)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cafafda](https://github.com/Finch-API/finch-api-node/commit/cafafdaf9e9f046491c6aaf4b95334c7b7430350)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([b940a92](https://github.com/Finch-API/finch-api-node/commit/b940a92eb31678c97d6067312312cd1947af9245)) |
| 28 | +* **mcp:** clarify http auth error ([74a6a91](https://github.com/Finch-API/finch-api-node/commit/74a6a91eaefd581655d2f5c58a66d36e53d591af)) |
| 29 | +* **mcp:** upgrade jq-web ([a26b42e](https://github.com/Finch-API/finch-api-node/commit/a26b42e123a2cd81b1e1cc7f0b2e6fe0ce663d55)) |
| 30 | +* sync repo ([009914a](https://github.com/Finch-API/finch-api-node/commit/009914a821a0d228522b38ee4922070ee1084118)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([cd54cff](https://github.com/Finch-API/finch-api-node/commit/cd54cffa50ceecbeb4a69ee4fbd0c338920b588b)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([18debf7](https://github.com/Finch-API/finch-api-node/commit/18debf71aedae6624c6d996e239d06212bf826b0)) |
| 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