|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-20) |
| 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 ([6b13754](https://github.com/Finch-API/finch-api-node/commit/6b13754495eec5d5a4cf566327df0bf28f181266)) |
| 10 | +* **api:** api update ([1839259](https://github.com/Finch-API/finch-api-node/commit/18392596dc388ce8633ed93a8bb2c2fb5c1218bd)) |
| 11 | +* **api:** move node to typescript generator ([82d67e3](https://github.com/Finch-API/finch-api-node/commit/82d67e3afd098eef5960282c66e85bfd7f0be9ae)) |
| 12 | +* **api:** update automated code reviewer selection ([bec9b4f](https://github.com/Finch-API/finch-api-node/commit/bec9b4fef511d4567b90479730924e12cb6645d7)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([027fc36](https://github.com/Finch-API/finch-api-node/commit/027fc36cfc34073ca4e9ad6c9d5a9c06613493f9)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([67bfd94](https://github.com/Finch-API/finch-api-node/commit/67bfd9468a91a8f2e99dc7370d1e1281115917a0)) |
| 19 | +* **api:** resolve build issues ([33ca38c](https://github.com/Finch-API/finch-api-node/commit/33ca38c8811983b157c67eb3d0803c937fdbe7e0)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([88e4c02](https://github.com/Finch-API/finch-api-node/commit/88e4c02681b6390107bcf9383c0fc50c0b67fb37)) |
| 21 | +* **tests:** fix tests ([08e4000](https://github.com/Finch-API/finch-api-node/commit/08e40004f989ef738fc35746d5bea8daf3f30715)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([c77b3ec](https://github.com/Finch-API/finch-api-node/commit/c77b3ec1ed537338d50fa6a4880aa7d26167a78e)) |
| 27 | +* **internal:** codegen related update ([16c5327](https://github.com/Finch-API/finch-api-node/commit/16c5327e0af747a95d6011a8dfd9682a92a6c2d8)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([dff73f7](https://github.com/Finch-API/finch-api-node/commit/dff73f75b8362f32e061989dbadb504d5704cc15)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([00fd056](https://github.com/Finch-API/finch-api-node/commit/00fd05604f14be5e68470e55c611c27ce1b2ba46)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([2976421](https://github.com/Finch-API/finch-api-node/commit/2976421fd929d75824a7358ec002292e7703bc0b)) |
| 31 | +* **mcp:** clarify http auth error ([35a8d42](https://github.com/Finch-API/finch-api-node/commit/35a8d423823d2b4d3606e3ae640d395350cbe549)) |
| 32 | +* **mcp:** upgrade jq-web ([96a085b](https://github.com/Finch-API/finch-api-node/commit/96a085b4688539e851a151370a68bcad95777d5a)) |
| 33 | +* sync repo ([17bda75](https://github.com/Finch-API/finch-api-node/commit/17bda75d8e3387b838a6ff6c32a926f4d51bae94)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([75da68a](https://github.com/Finch-API/finch-api-node/commit/75da68a249e70385576105f1ffa4c9b09108978a)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([17e7d1f](https://github.com/Finch-API/finch-api-node/commit/17e7d1f990c1ae5f3d24a2ebc1f84bf360f8adc7)) |
| 40 | + |
3 | 41 | ## 6.38.0 (2025-10-27) |
4 | 42 |
|
5 | 43 | 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