|
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 ([3a6a9fa](https://github.com/Finch-API/finch-api-node/commit/3a6a9fa44bf64dfc7c9b32134c1f00b65e3907f1)) |
| 10 | +* **api:** api update ([dcb0760](https://github.com/Finch-API/finch-api-node/commit/dcb07608ceefc260e4dc2f14d351e0acd4b4f1e3)) |
| 11 | +* **api:** move node to typescript generator ([485c9e1](https://github.com/Finch-API/finch-api-node/commit/485c9e1fe00b826db2450e8a95a80db9c7d44573)) |
| 12 | +* **api:** update automated code reviewer selection ([dd5da8f](https://github.com/Finch-API/finch-api-node/commit/dd5da8f4d115a494d2784a6270fc9cf175d7ad2a)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([0b94fa0](https://github.com/Finch-API/finch-api-node/commit/0b94fa0dd71eb0d1bcfffc1f6192c0ccaff22c3e)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([15c2621](https://github.com/Finch-API/finch-api-node/commit/15c26212c35f179c5f38878b372be9effc423a2a)) |
| 19 | +* **api:** resolve build issues ([75a38a2](https://github.com/Finch-API/finch-api-node/commit/75a38a2bb6b82a870a50e77145081ac807d7e3d7)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([2e2ae46](https://github.com/Finch-API/finch-api-node/commit/2e2ae46d4fb0d1c4ee389f52c496ee941b3e0410)) |
| 21 | +* **tests:** fix tests ([58fe31a](https://github.com/Finch-API/finch-api-node/commit/58fe31af2731f3496f91c002e988fd4db570e50f)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([7465a49](https://github.com/Finch-API/finch-api-node/commit/7465a498722caf2c9aa4160920b69262b7c02655)) |
| 27 | +* **internal:** codegen related update ([ea59f55](https://github.com/Finch-API/finch-api-node/commit/ea59f555ba95dd25e94936d55ae11f7f833f1503)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([5f3d87e](https://github.com/Finch-API/finch-api-node/commit/5f3d87e45a55d6d7476c46b7b3161a8a0a142c2e)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([252a6cc](https://github.com/Finch-API/finch-api-node/commit/252a6ccc0b34ef9f027a7968f6ceb141875439b1)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([8e9bd4e](https://github.com/Finch-API/finch-api-node/commit/8e9bd4ea7a77c3d377de77c79b06797a60c859fe)) |
| 31 | +* **mcp:** clarify http auth error ([f22e6f0](https://github.com/Finch-API/finch-api-node/commit/f22e6f0379cb91ecf6cac0aa3cc2f87df6efd7b5)) |
| 32 | +* **mcp:** upgrade jq-web ([7bb4374](https://github.com/Finch-API/finch-api-node/commit/7bb4374d6f2235e1fe11b193b50905cf34c290b1)) |
| 33 | +* sync repo ([1a04ee8](https://github.com/Finch-API/finch-api-node/commit/1a04ee89d79f3b779e88e1c6c252eb59babf81e2)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([b998513](https://github.com/Finch-API/finch-api-node/commit/b998513093a2a39c2a5cda263c5103a68edae6d2)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([2da5508](https://github.com/Finch-API/finch-api-node/commit/2da5508ad6c00a053b4007be1450623e75db94f9)) |
| 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