|
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 ([afd7844](https://github.com/Finch-API/finch-api-node/commit/afd784422cb2531a1cabea57a41a9d0b1f9f7a96)) |
| 10 | +* **api:** api update ([fd32735](https://github.com/Finch-API/finch-api-node/commit/fd327352fd5c12b82ae36d9d44b0f3cf9ddfac9b)) |
| 11 | +* **api:** api update ([0d5479e](https://github.com/Finch-API/finch-api-node/commit/0d5479efd4b10109c1e624af834be25cccb067d0)) |
| 12 | +* **api:** manual updates ([04c0b93](https://github.com/Finch-API/finch-api-node/commit/04c0b9338cf02346c379035715c24b6c9ba8d21d)) |
| 13 | +* **api:** move node to typescript generator ([a76637e](https://github.com/Finch-API/finch-api-node/commit/a76637eeae4446b908f28e94dcb3aa08091b9e5b)) |
| 14 | +* **api:** update automated code reviewer selection ([407e66c](https://github.com/Finch-API/finch-api-node/commit/407e66c8e0ee336d356327e89f6ca75943cd6289)) |
| 15 | +* **mcp:** add detail field to docs search tool ([6444192](https://github.com/Finch-API/finch-api-node/commit/6444192bd36b841bb3e20761c167193c3375cc4e)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([011b450](https://github.com/Finch-API/finch-api-node/commit/011b450731ddd1741d49bb2cf6252e3637a62c31)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([214731c](https://github.com/Finch-API/finch-api-node/commit/214731c63970c971511cdf18fb8282506441188b)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([a27ce9e](https://github.com/Finch-API/finch-api-node/commit/a27ce9e4d2d487f02a5c16c192f62c3ac80830b5)) |
| 19 | +* **mcp:** return logs on code tool errors ([b57d655](https://github.com/Finch-API/finch-api-node/commit/b57d655069cef17162eca5bc15c443ac75fb2956)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([aca34c5](https://github.com/Finch-API/finch-api-node/commit/aca34c58312e084b8c93c3273b5dbf29ef9357a9)) |
| 25 | +* **api:** resolve build issues ([97de5d4](https://github.com/Finch-API/finch-api-node/commit/97de5d4976d650cce6705ddf6b8ad410462d0094)) |
| 26 | +* **java:** Resolve name collisions ([3376124](https://github.com/Finch-API/finch-api-node/commit/3376124b59b9db92289e73e004e795a8eb6a5664)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([2c19575](https://github.com/Finch-API/finch-api-node/commit/2c1957563fa107cf6f07cacda946e2cbb1ea77ee)) |
| 28 | +* **mcp:** correct code tool API endpoint ([336b6f2](https://github.com/Finch-API/finch-api-node/commit/336b6f264b170c0ba652299dc2de7d537c7d3fd7)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([e123170](https://github.com/Finch-API/finch-api-node/commit/e123170353a42c4c6092ac21bb09b47620cd65cb)) |
| 30 | +* **mcp:** return tool execution error on api error ([85acb7b](https://github.com/Finch-API/finch-api-node/commit/85acb7b64e77df7976bd704b34488983e51f07fb)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([9c4a7e9](https://github.com/Finch-API/finch-api-node/commit/9c4a7e9a74750020cf5d52037e09461fb62c872f)) |
| 32 | +* **tests:** fix tests ([07d0707](https://github.com/Finch-API/finch-api-node/commit/07d0707b9036f9ab497d57d546fbd2ed02fdc33b)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([bf63bec](https://github.com/Finch-API/finch-api-node/commit/bf63bec6138f816d2fd6666d652d0043b0161380)) |
| 38 | +* **internal:** codegen related update ([6dfcc53](https://github.com/Finch-API/finch-api-node/commit/6dfcc53d073fcd15ffb8d132e4c6b1924e56ba5e)) |
| 39 | +* **internal:** codegen related update ([93c89c1](https://github.com/Finch-API/finch-api-node/commit/93c89c1c8e447fec7045419ca0b44e880b5a1d96)) |
| 40 | +* **internal:** codegen related update ([a99abbd](https://github.com/Finch-API/finch-api-node/commit/a99abbd11bd3f82d713b4d49dc8e40aa96dadeef)) |
| 41 | +* **internal:** codegen related update ([5576ecf](https://github.com/Finch-API/finch-api-node/commit/5576ecfd26d2b2bc8f0f79c936f8d1b4f0068aa3)) |
| 42 | +* **internal:** upgrade eslint ([d9228f5](https://github.com/Finch-API/finch-api-node/commit/d9228f58306ac5eda16d0675d8015e7ed7b7a213)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([7bd5dba](https://github.com/Finch-API/finch-api-node/commit/7bd5dba667750b7858ae9c95b015d6f27d99f447)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1de66af](https://github.com/Finch-API/finch-api-node/commit/1de66af2a9fa499d389daffb4e1f637d317f5d0d)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([b327f92](https://github.com/Finch-API/finch-api-node/commit/b327f9248e37bac3655be1edefb5f6bd13691a57)) |
| 46 | +* **mcp:** clarify http auth error ([35f3b41](https://github.com/Finch-API/finch-api-node/commit/35f3b4158d0db50d2bac4bf54df5ac599df97318)) |
| 47 | +* **mcp:** update lockfile ([f5b4796](https://github.com/Finch-API/finch-api-node/commit/f5b479690df0d2a1f466c49023f7dda0b4fc9000)) |
| 48 | +* **mcp:** upgrade jq-web ([80a07a5](https://github.com/Finch-API/finch-api-node/commit/80a07a5eeaec7f971ba284dc33b6dde9b6b4be90)) |
| 49 | +* sync repo ([695ac03](https://github.com/Finch-API/finch-api-node/commit/695ac03614494bb54bd70ee3ef5cf59300248ec7)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([db59d38](https://github.com/Finch-API/finch-api-node/commit/db59d38aca02e0de31e63b66f0e2db2bce3b68a8)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([aec637b](https://github.com/Finch-API/finch-api-node/commit/aec637be5d33611be8eca1a8f7283c989163175a)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([64ddee3](https://github.com/Finch-API/finch-api-node/commit/64ddee39a6855c15858a2352f23921fef8f4b742)) |
| 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