|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-05) |
| 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 ([a4ca4cb](https://github.com/Finch-API/finch-api-node/commit/a4ca4cb4cb5d7223fc13f02dca2370902f97a8e1)) |
| 10 | +* **api:** api update ([b23efe2](https://github.com/Finch-API/finch-api-node/commit/b23efe289ce4410e20b191e9faadd784f4d8706f)) |
| 11 | +* **api:** api update ([60b5931](https://github.com/Finch-API/finch-api-node/commit/60b5931c83e9d167172e0657560390dc20e3f01b)) |
| 12 | +* **api:** manual updates ([777c7d7](https://github.com/Finch-API/finch-api-node/commit/777c7d779d08e6bd67a3dcb457892831a6208c6b)) |
| 13 | +* **api:** move node to typescript generator ([bf89948](https://github.com/Finch-API/finch-api-node/commit/bf89948298d658cf8427b43f6c8fb9d4c94b92ad)) |
| 14 | +* **api:** update automated code reviewer selection ([983ec0f](https://github.com/Finch-API/finch-api-node/commit/983ec0f7f6bf023ec44cf888937994254f6b9be1)) |
| 15 | +* **mcp:** add detail field to docs search tool ([aada751](https://github.com/Finch-API/finch-api-node/commit/aada751d41348ff2a59cead53c87b3f3bf416410)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([3b1fc45](https://github.com/Finch-API/finch-api-node/commit/3b1fc45d13e5ad9da45fcaf64a171abd7321d428)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([8a779ed](https://github.com/Finch-API/finch-api-node/commit/8a779ed76f1807a920a63e490d20cb9468154a28)) |
| 18 | +* **mcp:** return logs on code tool errors ([27a0e55](https://github.com/Finch-API/finch-api-node/commit/27a0e551e57f847221b783bdbe42382eb0546047)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* **api:** migrate custom code to TypeScript ([caeacab](https://github.com/Finch-API/finch-api-node/commit/caeacab402ea187916eeb6f44d52091d35cf3470)) |
| 24 | +* **api:** resolve build issues ([f11861c](https://github.com/Finch-API/finch-api-node/commit/f11861c5dbbdba71d782cc1bd627302f3ba6253a)) |
| 25 | +* **java:** Resolve name collisions ([91d307a](https://github.com/Finch-API/finch-api-node/commit/91d307aab7e2ff654bc90ec71b5153877224d85a)) |
| 26 | +* **mcp:** return tool execution error on api error ([6138fc0](https://github.com/Finch-API/finch-api-node/commit/6138fc06fe5dd6545d6c0e6702f80c5a2b5d0e7c)) |
| 27 | +* **mcp:** return tool execution error on jq failure ([65e79c6](https://github.com/Finch-API/finch-api-node/commit/65e79c6af5bec51c3a55a7f83cf25a4f6fbdced9)) |
| 28 | +* **tests:** fix tests ([6d9c932](https://github.com/Finch-API/finch-api-node/commit/6d9c932eb0b7bd865e5602bfdd627519d028a003)) |
| 29 | + |
| 30 | + |
| 31 | +### Chores |
| 32 | + |
| 33 | +* **client:** fix logger property type ([e6a2cc1](https://github.com/Finch-API/finch-api-node/commit/e6a2cc10c77ddcd6d73e00ba02a9576082c2f5a8)) |
| 34 | +* **internal:** codegen related update ([649e4ea](https://github.com/Finch-API/finch-api-node/commit/649e4ea2086bac1a4f37b8ada5a47afa29b63988)) |
| 35 | +* **internal:** codegen related update ([e2e99e7](https://github.com/Finch-API/finch-api-node/commit/e2e99e7044723fd41d9e79e3d5e81f8787a07b47)) |
| 36 | +* **internal:** upgrade eslint ([10d9f8f](https://github.com/Finch-API/finch-api-node/commit/10d9f8fb37458c361273c595e55e314348e577f4)) |
| 37 | +* mcp code tool explicit error message when missing a run function ([83a3a79](https://github.com/Finch-API/finch-api-node/commit/83a3a79d09975365e7ce5d7783371cd3e639e6ec)) |
| 38 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5bd65b5](https://github.com/Finch-API/finch-api-node/commit/5bd65b532579ff7e83bab43db08defe7416384ea)) |
| 39 | +* **mcp:** add line numbers to code tool errors ([4896d0a](https://github.com/Finch-API/finch-api-node/commit/4896d0a3108004767304a433f5426ac9197e5f63)) |
| 40 | +* **mcp:** clarify http auth error ([a91eccc](https://github.com/Finch-API/finch-api-node/commit/a91eccc242f8eabf8b2f39c4960fa7ff8870caf9)) |
| 41 | +* **mcp:** upgrade jq-web ([8cefffd](https://github.com/Finch-API/finch-api-node/commit/8cefffdf9793b4b6271c4896cff21bd145bfcb23)) |
| 42 | +* sync repo ([2401162](https://github.com/Finch-API/finch-api-node/commit/24011626daebbd86856d825352d096b7c14606a9)) |
| 43 | +* use latest @modelcontextprotocol/sdk ([36d3e5c](https://github.com/Finch-API/finch-api-node/commit/36d3e5c3650be4e17b0633162025118f22175ac5)) |
| 44 | + |
| 45 | + |
| 46 | +### Documentation |
| 47 | + |
| 48 | +* **mcp:** add a README button for one-click add to Cursor ([3b12edc](https://github.com/Finch-API/finch-api-node/commit/3b12edc95b2d45c90486db1534ae51ec25800d9c)) |
| 49 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([53c0ba4](https://github.com/Finch-API/finch-api-node/commit/53c0ba4f439db8f557c0906d1f1180692eb77cf8)) |
| 50 | + |
3 | 51 | ## 6.38.0 (2025-10-27) |
4 | 52 |
|
5 | 53 | 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