|
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 ([3fbe4e6](https://github.com/Finch-API/finch-api-node/commit/3fbe4e6a7f4fdad49537108abb0ae10e88649311)) |
| 10 | +* **api:** api update ([e159011](https://github.com/Finch-API/finch-api-node/commit/e15901191c893228b5ad54836248ca67c29b432f)) |
| 11 | +* **api:** api update ([1427b96](https://github.com/Finch-API/finch-api-node/commit/1427b96de080f3effa52e524699c527119ccf8b5)) |
| 12 | +* **api:** manual updates ([45cd4fe](https://github.com/Finch-API/finch-api-node/commit/45cd4feedacaa231d520bc6dc089838b285f12cc)) |
| 13 | +* **api:** move node to typescript generator ([df60a09](https://github.com/Finch-API/finch-api-node/commit/df60a09c33ba60b8a9a2705b10c4981ec535ed00)) |
| 14 | +* **api:** update automated code reviewer selection ([66bc797](https://github.com/Finch-API/finch-api-node/commit/66bc7977a12d5df3f43e0d2133d1701f18f79815)) |
| 15 | +* **mcp:** add detail field to docs search tool ([73fc0ed](https://github.com/Finch-API/finch-api-node/commit/73fc0ed198dd62e96ccbdbfe9145a03b02dae700)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([49d1898](https://github.com/Finch-API/finch-api-node/commit/49d18987cd37b73b287b076395edbf86ae2f05f6)) |
| 17 | +* **mcp:** return logs on code tool errors ([b578c53](https://github.com/Finch-API/finch-api-node/commit/b578c53a4181603b5c8fd82ab535fce8c654a5c7)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([28e9798](https://github.com/Finch-API/finch-api-node/commit/28e9798a641f47b81fc1a0547fefab1a10aae25f)) |
| 23 | +* **api:** resolve build issues ([40cb0fd](https://github.com/Finch-API/finch-api-node/commit/40cb0fd6ac52ef2754f854a1cd023794af2f964b)) |
| 24 | +* **java:** Resolve name collisions ([110ccb7](https://github.com/Finch-API/finch-api-node/commit/110ccb7b9192fdfdfb8cfae3b49eca60778bb65e)) |
| 25 | +* **mcp:** return tool execution error on api error ([e687838](https://github.com/Finch-API/finch-api-node/commit/e6878385d44751fcb49f13c2b5f2da7547c6db98)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([ae8971a](https://github.com/Finch-API/finch-api-node/commit/ae8971a2869de7248c29d1aaa8570b9dc2bf3fe8)) |
| 27 | +* **tests:** fix tests ([20f59e3](https://github.com/Finch-API/finch-api-node/commit/20f59e36d8f7d2d6aa0da0acea7c46df00854f9b)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([9e7d2ea](https://github.com/Finch-API/finch-api-node/commit/9e7d2ea68fa1ec521249031918dd819f4089b4ff)) |
| 33 | +* **internal:** codegen related update ([0b1b828](https://github.com/Finch-API/finch-api-node/commit/0b1b828f88c72a8055ca7e8e6645736645e526ac)) |
| 34 | +* **internal:** codegen related update ([e0e8c2f](https://github.com/Finch-API/finch-api-node/commit/e0e8c2f022ce764e2ed3e6efb28419df9185d809)) |
| 35 | +* **internal:** upgrade eslint ([12dea4a](https://github.com/Finch-API/finch-api-node/commit/12dea4a8c727512eff05cd6f9236493ea80aac80)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([c084a3f](https://github.com/Finch-API/finch-api-node/commit/c084a3f7f48e221a5b975313a9eecc0c6064da3d)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([78e3bee](https://github.com/Finch-API/finch-api-node/commit/78e3beeaea706abd0c6eee90cb6060d42a089653)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([173aec1](https://github.com/Finch-API/finch-api-node/commit/173aec18dca950c21fa31b8b73388b48fe8656df)) |
| 39 | +* **mcp:** clarify http auth error ([b75872e](https://github.com/Finch-API/finch-api-node/commit/b75872e157d42e15f560ffc5189b1aa65540990d)) |
| 40 | +* **mcp:** upgrade jq-web ([feb0a8d](https://github.com/Finch-API/finch-api-node/commit/feb0a8d57dbb0fd5d871c66a007fb988f51667d9)) |
| 41 | +* sync repo ([87fde83](https://github.com/Finch-API/finch-api-node/commit/87fde83e927501e64d91f3c6ca445e7cdfea1ece)) |
| 42 | +* use latest @modelcontextprotocol/sdk ([93221cc](https://github.com/Finch-API/finch-api-node/commit/93221cc79bb2c51cf418746af49f0665af7d67d1)) |
| 43 | + |
| 44 | + |
| 45 | +### Documentation |
| 46 | + |
| 47 | +* **mcp:** add a README button for one-click add to Cursor ([3e54f60](https://github.com/Finch-API/finch-api-node/commit/3e54f60c0cdd39e18fa7dca6614485ccf0715341)) |
| 48 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([6948dfb](https://github.com/Finch-API/finch-api-node/commit/6948dfb93c0ec2e9f54b774d1341a650909290aa)) |
| 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