|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-04) |
| 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 ([e77c655](https://github.com/Finch-API/finch-api-node/commit/e77c6551e88b0a0f878b006d6ef52ac12c52e2b3)) |
| 10 | +* **api:** api update ([d223a1b](https://github.com/Finch-API/finch-api-node/commit/d223a1b60619707f38118e0f9596e4d59bcf2688)) |
| 11 | +* **api:** api update ([96df324](https://github.com/Finch-API/finch-api-node/commit/96df3245eb54357155aed6eda9941f275795209c)) |
| 12 | +* **api:** manual updates ([17bbea4](https://github.com/Finch-API/finch-api-node/commit/17bbea48e64c185dfa6e73711b7fb87c5a3f7214)) |
| 13 | +* **api:** move node to typescript generator ([25319ee](https://github.com/Finch-API/finch-api-node/commit/25319ee0b7c27f5f875783959e7447b089a480ae)) |
| 14 | +* **api:** update automated code reviewer selection ([47446f5](https://github.com/Finch-API/finch-api-node/commit/47446f59349061257182984046136730948293c9)) |
| 15 | +* **mcp:** add detail field to docs search tool ([a2ab8d1](https://github.com/Finch-API/finch-api-node/commit/a2ab8d15138beb3a0094c4849fc034db39459031)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([b8659d3](https://github.com/Finch-API/finch-api-node/commit/b8659d3eb444eeebbd35d6c789254d24000ed64f)) |
| 17 | +* **mcp:** return logs on code tool errors ([195aa8f](https://github.com/Finch-API/finch-api-node/commit/195aa8f71dc8433ccfaed8297b4ff6e3f24af05d)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([16b93d9](https://github.com/Finch-API/finch-api-node/commit/16b93d9e9a9dfce55b0dd99129bb57209ab1d9e7)) |
| 23 | +* **api:** resolve build issues ([b310055](https://github.com/Finch-API/finch-api-node/commit/b310055267535d80ca3d12c761d280796681707b)) |
| 24 | +* **java:** Resolve name collisions ([19c2cd0](https://github.com/Finch-API/finch-api-node/commit/19c2cd019783ade22702960e7a6a53e04c0b08eb)) |
| 25 | +* **mcp:** return tool execution error on api error ([7e93f23](https://github.com/Finch-API/finch-api-node/commit/7e93f23dfac03ba31b91b6a1bc1609bfb4a1ee4b)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([a5acc02](https://github.com/Finch-API/finch-api-node/commit/a5acc02752ed777f3a6a5f85bbac4ddcf0b4a2fc)) |
| 27 | +* **tests:** fix tests ([29523d4](https://github.com/Finch-API/finch-api-node/commit/29523d47c2ab307efc29835b2907123912510da5)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([c032981](https://github.com/Finch-API/finch-api-node/commit/c032981b92b4a4e6e600be55acdb0df1ef15747a)) |
| 33 | +* **internal:** codegen related update ([570d41d](https://github.com/Finch-API/finch-api-node/commit/570d41d85c4858dcd4fd45afcafd06e6969f92f1)) |
| 34 | +* **internal:** codegen related update ([7277fff](https://github.com/Finch-API/finch-api-node/commit/7277ffff39f61cefb0af70ff8e0514e97837be8e)) |
| 35 | +* **internal:** upgrade eslint ([9a10efa](https://github.com/Finch-API/finch-api-node/commit/9a10efa2e12b426c1e1e71d23d5ab3af03baaae3)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([4e03ee0](https://github.com/Finch-API/finch-api-node/commit/4e03ee05132f58c8d4376eb52dc6d656f1dbe319)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cc31284](https://github.com/Finch-API/finch-api-node/commit/cc31284e8bf5f210e05e53d0228e0560f2d3d16b)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([2bbe440](https://github.com/Finch-API/finch-api-node/commit/2bbe440060b212e24a7fe80953b78b4b1212c78a)) |
| 39 | +* **mcp:** clarify http auth error ([4de7c87](https://github.com/Finch-API/finch-api-node/commit/4de7c87a9e52f950e1a6da96f500e38a30489ac5)) |
| 40 | +* **mcp:** upgrade jq-web ([37ace38](https://github.com/Finch-API/finch-api-node/commit/37ace38f6f172db27277ea7b00d4972c994ff82a)) |
| 41 | +* sync repo ([7586cb9](https://github.com/Finch-API/finch-api-node/commit/7586cb9078e2caeec663110103ea643f1af2e0ff)) |
| 42 | +* use latest @modelcontextprotocol/sdk ([cbb948d](https://github.com/Finch-API/finch-api-node/commit/cbb948d700722fcc2448caa194d09e8fbe8b23f0)) |
| 43 | + |
| 44 | + |
| 45 | +### Documentation |
| 46 | + |
| 47 | +* **mcp:** add a README button for one-click add to Cursor ([d36aeb3](https://github.com/Finch-API/finch-api-node/commit/d36aeb39d7325d541afe787085332d4bbe1e6609)) |
| 48 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([457a2d6](https://github.com/Finch-API/finch-api-node/commit/457a2d63a4a0ad752b6c3df9313a9add8099d5bc)) |
| 49 | + |
3 | 50 | ## 6.38.0 (2025-10-27) |
4 | 51 |
|
5 | 52 | 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