|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-27) |
| 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 ([cef9976](https://github.com/Finch-API/finch-api-node/commit/cef99763c82cf6e812d938e2a3e5a1af76366ffc)) |
| 10 | +* **api:** api update ([0fb961a](https://github.com/Finch-API/finch-api-node/commit/0fb961ae478b2f75e2272db4dcc0a21b01fe2afe)) |
| 11 | +* **api:** api update ([e2d8d69](https://github.com/Finch-API/finch-api-node/commit/e2d8d694e0e9facc6b47700f57d4bee38b8f4f3c)) |
| 12 | +* **api:** manual updates ([914b6ee](https://github.com/Finch-API/finch-api-node/commit/914b6eed80bb7ad64abed08df33abd7118f34dc7)) |
| 13 | +* **api:** move node to typescript generator ([058db9d](https://github.com/Finch-API/finch-api-node/commit/058db9d7e7f02349cfbb187123316825b5073594)) |
| 14 | +* **api:** update automated code reviewer selection ([2d509bc](https://github.com/Finch-API/finch-api-node/commit/2d509bcaab36958909bfde20d6cfb3a9df996a38)) |
| 15 | +* **mcp:** add detail field to docs search tool ([7b38297](https://github.com/Finch-API/finch-api-node/commit/7b38297d218739d5d571390e6fc1aec411a76b95)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([a099e0e](https://github.com/Finch-API/finch-api-node/commit/a099e0e3b9ada1f624f825f57df7da6ec9b0e53d)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([00d9a77](https://github.com/Finch-API/finch-api-node/commit/00d9a77ec573ea346f02652d4a9792c96787a677)) |
| 22 | +* **api:** resolve build issues ([8ed0bd2](https://github.com/Finch-API/finch-api-node/commit/8ed0bd2006046b086103bb7d0bcf41fb9d285cb9)) |
| 23 | +* **java:** Resolve name collisions ([b953b03](https://github.com/Finch-API/finch-api-node/commit/b953b03b90dda223e42a60b0c0b4971cf13526f8)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([1377129](https://github.com/Finch-API/finch-api-node/commit/1377129604b8f9095edabaad07336ea85fecd9b2)) |
| 25 | +* **tests:** fix tests ([389e254](https://github.com/Finch-API/finch-api-node/commit/389e2547d449c92b8e89be69c00093b5d70d1bdc)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([8426d15](https://github.com/Finch-API/finch-api-node/commit/8426d158a583a4d55aac064c8a0b9d79ba0a0dc9)) |
| 31 | +* **internal:** codegen related update ([fe00220](https://github.com/Finch-API/finch-api-node/commit/fe0022015400f92ff4a3b74f925202811591f632)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([ad36f29](https://github.com/Finch-API/finch-api-node/commit/ad36f294ce452a635fb865975fa78a00199dcbce)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5d1d289](https://github.com/Finch-API/finch-api-node/commit/5d1d289f15588c2211ef3856c199e4853fea2ce2)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([aa4b69f](https://github.com/Finch-API/finch-api-node/commit/aa4b69f135bf3d0d88d91469ca308c20fd2208b1)) |
| 35 | +* **mcp:** clarify http auth error ([42920e3](https://github.com/Finch-API/finch-api-node/commit/42920e3fb817b44d5d3407fc5c33e51cef7e3eb9)) |
| 36 | +* **mcp:** upgrade jq-web ([c577096](https://github.com/Finch-API/finch-api-node/commit/c5770968e71a8af1e42406aaf5378c9fd415e96d)) |
| 37 | +* sync repo ([9473874](https://github.com/Finch-API/finch-api-node/commit/94738747e3cdf2375ee4d6c3375834965d60fda6)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([e26f43e](https://github.com/Finch-API/finch-api-node/commit/e26f43e5c5ced10e91c6d8fc448c54ea7ab30f3f)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([20a61f1](https://github.com/Finch-API/finch-api-node/commit/20a61f1dd7f86bb74390eb2c60a479eee438116b)) |
| 44 | + |
3 | 45 | ## 6.38.0 (2025-10-27) |
4 | 46 |
|
5 | 47 | 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