|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-16) |
| 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 ([ba8275c](https://github.com/Finch-API/finch-api-node/commit/ba8275ca21c2a18646e80ca2c474713150086d23)) |
| 10 | +* **api:** api update ([d63cb9b](https://github.com/Finch-API/finch-api-node/commit/d63cb9b2197c84ba43156de8a27f7667a7dca36f)) |
| 11 | +* **api:** api update ([8f0cb55](https://github.com/Finch-API/finch-api-node/commit/8f0cb55f9088792d681f83e8b745e4cd59a5fa97)) |
| 12 | +* **api:** manual updates ([8c9a051](https://github.com/Finch-API/finch-api-node/commit/8c9a051423609ad2310b74012e4b0a8c72da30ef)) |
| 13 | +* **api:** move node to typescript generator ([6551d35](https://github.com/Finch-API/finch-api-node/commit/6551d35a8e5645a2e314461056bbc8480cb8abee)) |
| 14 | +* **api:** update automated code reviewer selection ([714025b](https://github.com/Finch-API/finch-api-node/commit/714025b6fee3bd472fee3d13ed74badf61afd01b)) |
| 15 | +* **mcp:** add detail field to docs search tool ([1e52aa0](https://github.com/Finch-API/finch-api-node/commit/1e52aa0408e90246dcd69fc54c11c9c064facf93)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([7fffca1](https://github.com/Finch-API/finch-api-node/commit/7fffca1494391540109035d191b061198a7c8844)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([15a941a](https://github.com/Finch-API/finch-api-node/commit/15a941a1fcf3fed978429cbe730eecfbc8c37bd7)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([921f72f](https://github.com/Finch-API/finch-api-node/commit/921f72fd23de63452b4e763d2f9ad35a4bdde423)) |
| 19 | +* **mcp:** return logs on code tool errors ([bfa827b](https://github.com/Finch-API/finch-api-node/commit/bfa827b4ed3b645fa9a0dd0ce83044cf4d9df7ae)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([6036c16](https://github.com/Finch-API/finch-api-node/commit/6036c16d8b440abbc470d27c2349825904875b71)) |
| 25 | +* **api:** resolve build issues ([2003375](https://github.com/Finch-API/finch-api-node/commit/200337518e7f83d0c14866c84f92c836cc467e85)) |
| 26 | +* **java:** Resolve name collisions ([7ffd62a](https://github.com/Finch-API/finch-api-node/commit/7ffd62af81e9416d9d40cb05a2d03692a625534e)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([b5fd310](https://github.com/Finch-API/finch-api-node/commit/b5fd3102680a1d0ab52909fb84960585bfee68e4)) |
| 28 | +* **mcp:** correct code tool API endpoint ([5a4a053](https://github.com/Finch-API/finch-api-node/commit/5a4a0533a904fea2a40e31d249170f76ce20cffc)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([276c6ba](https://github.com/Finch-API/finch-api-node/commit/276c6ba8856f5c7a9514a91341ca2a0583b477f8)) |
| 30 | +* **mcp:** return tool execution error on api error ([1d64a8e](https://github.com/Finch-API/finch-api-node/commit/1d64a8ec9d402fb1c935ef832511d30a0e872ceb)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([d6339a3](https://github.com/Finch-API/finch-api-node/commit/d6339a3597c4b87c2204061668a9530192e5db13)) |
| 32 | +* **tests:** fix tests ([9f7e810](https://github.com/Finch-API/finch-api-node/commit/9f7e8107c4d89006b538045379660990ff2727ce)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([187552d](https://github.com/Finch-API/finch-api-node/commit/187552d805e47ad576889bde2aef76b07b32ecad)) |
| 38 | +* **internal:** codegen related update ([042341f](https://github.com/Finch-API/finch-api-node/commit/042341fe3845cb4b2e7922403a0ccae6731b0110)) |
| 39 | +* **internal:** codegen related update ([ba76cf0](https://github.com/Finch-API/finch-api-node/commit/ba76cf0dcef5568e0bc38539db75cf7114aaadc1)) |
| 40 | +* **internal:** codegen related update ([7d83e90](https://github.com/Finch-API/finch-api-node/commit/7d83e905caab855ae7db477cfe5d0042457915d5)) |
| 41 | +* **internal:** codegen related update ([192d635](https://github.com/Finch-API/finch-api-node/commit/192d635cfc4b89eb023496db2f419fc168d1028f)) |
| 42 | +* **internal:** upgrade eslint ([4220529](https://github.com/Finch-API/finch-api-node/commit/422052958a43da90ce1ddbc9e99cf7ded0bf3e0e)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([c544a67](https://github.com/Finch-API/finch-api-node/commit/c544a674175ec9d151e1df11d3d541b36055fd06)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([74a4f88](https://github.com/Finch-API/finch-api-node/commit/74a4f883249f6256e1e13b2593d7a4158d9378a2)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([c415134](https://github.com/Finch-API/finch-api-node/commit/c415134dacfe9eced3d71b95c183a8fcca4f1fec)) |
| 46 | +* **mcp:** clarify http auth error ([60449bd](https://github.com/Finch-API/finch-api-node/commit/60449bdfe64d12771ef33b1a4fb6ed8171db8c74)) |
| 47 | +* **mcp:** update lockfile ([43b945b](https://github.com/Finch-API/finch-api-node/commit/43b945b30288c50f4967483e5fce0a0e60eeafe9)) |
| 48 | +* **mcp:** upgrade jq-web ([53a39c2](https://github.com/Finch-API/finch-api-node/commit/53a39c25253636aeed21a52788f939cd2fd870a4)) |
| 49 | +* sync repo ([fe7bf04](https://github.com/Finch-API/finch-api-node/commit/fe7bf0453ec5c0db058e62a0521ca538f7c8f21e)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([eef46a6](https://github.com/Finch-API/finch-api-node/commit/eef46a6a2f4ad4855cbe95e7d9e558cd99b9bead)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([7727327](https://github.com/Finch-API/finch-api-node/commit/7727327bfb67b619cb8c14a145210caa4c91ddfc)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([ea171a4](https://github.com/Finch-API/finch-api-node/commit/ea171a42df6dbba8d2cb189386596d5ceca48c08)) |
| 57 | + |
3 | 58 | ## 6.38.0 (2025-10-27) |
4 | 59 |
|
5 | 60 | 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