|
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 ([7c082ac](https://github.com/Finch-API/finch-api-node/commit/7c082ac20de2aeea7df868414548ba1d00fd0359)) |
| 10 | +* **api:** api update ([6d8773d](https://github.com/Finch-API/finch-api-node/commit/6d8773d4870adf742784774364abaceea5f6def3)) |
| 11 | +* **api:** move node to typescript generator ([a8a050c](https://github.com/Finch-API/finch-api-node/commit/a8a050cb0d1b21891137e14d421b1691f550504b)) |
| 12 | +* **api:** update automated code reviewer selection ([c8e453c](https://github.com/Finch-API/finch-api-node/commit/c8e453cfe0e1fd9be319650b614bc70dfe479746)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([bbf567f](https://github.com/Finch-API/finch-api-node/commit/bbf567f6d32ee72651d3a1d0e82fddce64fed5f9)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([873518d](https://github.com/Finch-API/finch-api-node/commit/873518d55f98389d9a462a7ca8ecde4974ee6983)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([6811da6](https://github.com/Finch-API/finch-api-node/commit/6811da6966d89d610c80a67b89e261a1ad105f6f)) |
| 24 | +* **internal:** codegen related update ([813b36c](https://github.com/Finch-API/finch-api-node/commit/813b36c4b64093401859a820186a84a8124ab594)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([4e200e0](https://github.com/Finch-API/finch-api-node/commit/4e200e0ed92520bdef801c258445a8f505110cbf)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([e9d40de](https://github.com/Finch-API/finch-api-node/commit/e9d40de9a1fcc6493228f59657b874a3e5649d65)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([23e973e](https://github.com/Finch-API/finch-api-node/commit/23e973e6a4c85e37a6340f486646b64b4613579d)) |
| 28 | +* **mcp:** clarify http auth error ([3e679cb](https://github.com/Finch-API/finch-api-node/commit/3e679cb847b5989e69e8bc902872b02d944b86ac)) |
| 29 | +* **mcp:** upgrade jq-web ([c69e21c](https://github.com/Finch-API/finch-api-node/commit/c69e21ccde4d692740b7f3cbfe118afe48a97922)) |
| 30 | +* sync repo ([465742b](https://github.com/Finch-API/finch-api-node/commit/465742b88d3c7996f4f46af4261de0940cda5d53)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([9054af6](https://github.com/Finch-API/finch-api-node/commit/9054af6ddc5885ce16cd8e86bc2e8341903abe4e)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([82bf765](https://github.com/Finch-API/finch-api-node/commit/82bf7658b8fc08fc519eec3e9e630278856381d5)) |
| 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