|
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 ([c91e403](https://github.com/Finch-API/finch-api-node/commit/c91e403d60110357e1beca9e60c3f43259b6b40a)) |
| 10 | +* **api:** api update ([b2e532e](https://github.com/Finch-API/finch-api-node/commit/b2e532e274864efba66df5bda0064ab4e290ce17)) |
| 11 | +* **api:** api update ([637544a](https://github.com/Finch-API/finch-api-node/commit/637544a337ca071b602089ec31e09f7232220a35)) |
| 12 | +* **api:** manual updates ([c08f258](https://github.com/Finch-API/finch-api-node/commit/c08f2586f8228134390afdf5d2a1236941a2f76b)) |
| 13 | +* **api:** move node to typescript generator ([5784aca](https://github.com/Finch-API/finch-api-node/commit/5784aca930c752d7af42d70312b3925c2f6f6923)) |
| 14 | +* **api:** update automated code reviewer selection ([b54a53e](https://github.com/Finch-API/finch-api-node/commit/b54a53ee2b6cba338a072353b4d684940b85b7b1)) |
| 15 | +* **mcp:** add detail field to docs search tool ([92240d0](https://github.com/Finch-API/finch-api-node/commit/92240d0111e4fead5bf662eed34c605b73491a7d)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([56f8b1d](https://github.com/Finch-API/finch-api-node/commit/56f8b1d942db4408120eaa273c50b5cb1a65da7f)) |
| 17 | +* **mcp:** return logs on code tool errors ([682ef7f](https://github.com/Finch-API/finch-api-node/commit/682ef7fe92d049aa489d97ac7e6db52fd2db8313)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([e7dd1f0](https://github.com/Finch-API/finch-api-node/commit/e7dd1f02e48b466116f3e08846687000207e3292)) |
| 23 | +* **api:** resolve build issues ([02ef8e8](https://github.com/Finch-API/finch-api-node/commit/02ef8e8364d737c2cbf56f7dddc6db348bf470c7)) |
| 24 | +* **java:** Resolve name collisions ([0b47f95](https://github.com/Finch-API/finch-api-node/commit/0b47f95038185fc2207c41ab2f2bb17351451dac)) |
| 25 | +* **mcp:** return tool execution error on api error ([bfeb4d4](https://github.com/Finch-API/finch-api-node/commit/bfeb4d4e49a6755ad1e75cae10919090cff8184b)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([a05f5b3](https://github.com/Finch-API/finch-api-node/commit/a05f5b38aa338329d223e960d441e7d12e093c47)) |
| 27 | +* **tests:** fix tests ([37375f3](https://github.com/Finch-API/finch-api-node/commit/37375f3ae68d9388a99fab888fdd1caebce82b63)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([599a537](https://github.com/Finch-API/finch-api-node/commit/599a53789a57fb15a36fc143b5f2b39bff2548ad)) |
| 33 | +* **internal:** codegen related update ([31cf579](https://github.com/Finch-API/finch-api-node/commit/31cf579d0b70715a89f199aa356c578cead20628)) |
| 34 | +* **internal:** codegen related update ([2681206](https://github.com/Finch-API/finch-api-node/commit/26812060a551855d9d8231c92999d9a3a038dc42)) |
| 35 | +* **internal:** upgrade eslint ([e1bee5c](https://github.com/Finch-API/finch-api-node/commit/e1bee5c8c3cb58fdbb7b211b0f94c79f52d73463)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([1c660d9](https://github.com/Finch-API/finch-api-node/commit/1c660d94b36c62851a91353e88a927d1dba13844)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([552b96a](https://github.com/Finch-API/finch-api-node/commit/552b96aafd57bb121f171f1c6d8ecadabdaba09e)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([3ebf6d1](https://github.com/Finch-API/finch-api-node/commit/3ebf6d1a64583471a5d097f12fe8c9c053705f13)) |
| 39 | +* **mcp:** clarify http auth error ([77b840c](https://github.com/Finch-API/finch-api-node/commit/77b840cc5eb320ca88b00dc0934ceb3c43ae5cd4)) |
| 40 | +* **mcp:** upgrade jq-web ([e012d67](https://github.com/Finch-API/finch-api-node/commit/e012d67d3277eabb7896a7b6eec84ee5941ec3eb)) |
| 41 | +* sync repo ([cda5871](https://github.com/Finch-API/finch-api-node/commit/cda5871d998bd5ad2fe399bb2782a5a202d70698)) |
| 42 | +* use latest @modelcontextprotocol/sdk ([0823528](https://github.com/Finch-API/finch-api-node/commit/08235288f5283773ffae66a90e4d85ee0fbaf9de)) |
| 43 | + |
| 44 | + |
| 45 | +### Documentation |
| 46 | + |
| 47 | +* **mcp:** add a README button for one-click add to Cursor ([833536e](https://github.com/Finch-API/finch-api-node/commit/833536ecf6910efad9c3cc5ea85bd7f1863c88b2)) |
| 48 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([59188e7](https://github.com/Finch-API/finch-api-node/commit/59188e7bcea5c18edce3542bf6a58583a5178ef0)) |
| 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