|
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 ([b74daf8](https://github.com/Finch-API/finch-api-node/commit/b74daf84112ffe9b0e334658766592dfc35b2299)) |
| 10 | +* **api:** api update ([cc15848](https://github.com/Finch-API/finch-api-node/commit/cc158481bb5ff2b2bc29a4012326ce694d9df6d1)) |
| 11 | +* **api:** api update ([8d99c7d](https://github.com/Finch-API/finch-api-node/commit/8d99c7da2988efa65abc2bfd8fbec57c7debe0a6)) |
| 12 | +* **api:** manual updates ([ec0087c](https://github.com/Finch-API/finch-api-node/commit/ec0087c0dc694a07296b9636dec9adf66254b696)) |
| 13 | +* **api:** move node to typescript generator ([8628ffc](https://github.com/Finch-API/finch-api-node/commit/8628ffcd5606b94b36462047a8996cc5710ae920)) |
| 14 | +* **api:** update automated code reviewer selection ([6c399e4](https://github.com/Finch-API/finch-api-node/commit/6c399e45a289e9f27ac7d1a9f49146c70d825cc9)) |
| 15 | +* **mcp:** add detail field to docs search tool ([dc0b572](https://github.com/Finch-API/finch-api-node/commit/dc0b572f75c876522eb369cc154ea94479222ea0)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([66a2803](https://github.com/Finch-API/finch-api-node/commit/66a2803f18c135f809d28cdb9fcf41af0b99f1df)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([e116663](https://github.com/Finch-API/finch-api-node/commit/e11666393fe2f647347892c552a43bc7cc5c7dee)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([e8ca636](https://github.com/Finch-API/finch-api-node/commit/e8ca636218e87c168d830e90b8f10e9996f60dc4)) |
| 19 | +* **mcp:** return logs on code tool errors ([d956960](https://github.com/Finch-API/finch-api-node/commit/d956960f37c41ba6335581c454ae5e57068d3d65)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([b2a8cee](https://github.com/Finch-API/finch-api-node/commit/b2a8cee3a0d602b970ccdc273d05f1787a99ded6)) |
| 25 | +* **api:** resolve build issues ([d177682](https://github.com/Finch-API/finch-api-node/commit/d177682ffc09ce86075bdbb5efb3eb82c9721e41)) |
| 26 | +* **java:** Resolve name collisions ([e4d2aad](https://github.com/Finch-API/finch-api-node/commit/e4d2aad950a05aaf005a9b048d17e2918702bb96)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([af2c0d5](https://github.com/Finch-API/finch-api-node/commit/af2c0d5cdcc035ebc6cd60ec1af41dde7e10dcec)) |
| 28 | +* **mcp:** correct code tool API endpoint ([16c2b84](https://github.com/Finch-API/finch-api-node/commit/16c2b84146a3e9575c87510ec52d23ba2a54b879)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([df5d709](https://github.com/Finch-API/finch-api-node/commit/df5d709148cd05b7d3922c8580fa2738cefaeda7)) |
| 30 | +* **mcp:** return tool execution error on api error ([9655100](https://github.com/Finch-API/finch-api-node/commit/9655100a1b39ec4596882548e4b526414e6c2368)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([98c3ab3](https://github.com/Finch-API/finch-api-node/commit/98c3ab39602d6d99e1e9b55cdce8c4e76acb6a95)) |
| 32 | +* **tests:** fix tests ([af19be9](https://github.com/Finch-API/finch-api-node/commit/af19be94a577ee7b6208417ea243980856949f38)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([27bc9e4](https://github.com/Finch-API/finch-api-node/commit/27bc9e4cce5dacba39e327f00e8ad3cd053af379)) |
| 38 | +* **internal:** codegen related update ([7a7f132](https://github.com/Finch-API/finch-api-node/commit/7a7f1326106a40a9c75353a0557b59f6cff38427)) |
| 39 | +* **internal:** codegen related update ([c530745](https://github.com/Finch-API/finch-api-node/commit/c5307451ebf8a5bdebda5a828043f30f2750ec25)) |
| 40 | +* **internal:** codegen related update ([5e62179](https://github.com/Finch-API/finch-api-node/commit/5e621795246925fd26808d8f8883f0f4cb33e75d)) |
| 41 | +* **internal:** codegen related update ([5737735](https://github.com/Finch-API/finch-api-node/commit/5737735b56a04b8434e319bb1e63b42c868403f3)) |
| 42 | +* **internal:** upgrade eslint ([981156a](https://github.com/Finch-API/finch-api-node/commit/981156a1873bb13619c386f0803553584f1eb5b2)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([c4195b2](https://github.com/Finch-API/finch-api-node/commit/c4195b265a0b988b5f43d79c7fdb214466224977)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([a1691e4](https://github.com/Finch-API/finch-api-node/commit/a1691e4ddc2a30b6c128800713da93ceda8e901c)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([3204f01](https://github.com/Finch-API/finch-api-node/commit/3204f0102cbd2d803a2b00a4923ded54f12bd4e0)) |
| 46 | +* **mcp:** clarify http auth error ([3e10e2b](https://github.com/Finch-API/finch-api-node/commit/3e10e2bc63d404afdeea42ca418396afba1de285)) |
| 47 | +* **mcp:** update lockfile ([61c0ca1](https://github.com/Finch-API/finch-api-node/commit/61c0ca171df5e34d1b66d943602e5a51673f36f7)) |
| 48 | +* **mcp:** upgrade jq-web ([1ebc550](https://github.com/Finch-API/finch-api-node/commit/1ebc5507f9f90221ff72b485e04d8a52630995f9)) |
| 49 | +* sync repo ([a821ed8](https://github.com/Finch-API/finch-api-node/commit/a821ed815bdca7ee625577ae319935977b4b4ada)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([15a0c6e](https://github.com/Finch-API/finch-api-node/commit/15a0c6ee01f4e9b7163d9df06ca4e01b773253d9)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([fc1be1d](https://github.com/Finch-API/finch-api-node/commit/fc1be1d6aea517c89a2fbbffa192b8860e4ad9fb)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([3082fe8](https://github.com/Finch-API/finch-api-node/commit/3082fe8a604eedccdc51901d95e2f10d62a7e691)) |
| 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