|
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 ([f4fc7ad](https://github.com/Finch-API/finch-api-node/commit/f4fc7adc4c63bf947be9e878fa8f1ecef4be57df)) |
| 10 | +* **api:** api update ([f6fd0ab](https://github.com/Finch-API/finch-api-node/commit/f6fd0abb21d6c03042683fc6381c4a82ef59bbda)) |
| 11 | +* **api:** api update ([c5c0291](https://github.com/Finch-API/finch-api-node/commit/c5c029191874495c94ca7a1ec9f0c8db8072e654)) |
| 12 | +* **api:** manual updates ([b118165](https://github.com/Finch-API/finch-api-node/commit/b1181651db86dbe8a740197b82c4796e0750c124)) |
| 13 | +* **api:** move node to typescript generator ([3abde3e](https://github.com/Finch-API/finch-api-node/commit/3abde3ec8d514e2138b6f0b860f8668340ddaca9)) |
| 14 | +* **api:** update automated code reviewer selection ([0c790c1](https://github.com/Finch-API/finch-api-node/commit/0c790c1ff83692379ddf9531a4e0c0838f25cdad)) |
| 15 | +* **mcp:** add detail field to docs search tool ([c64f2f9](https://github.com/Finch-API/finch-api-node/commit/c64f2f9cbc56b0fe506d0b2f600780257b9b41e5)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([de8ab35](https://github.com/Finch-API/finch-api-node/commit/de8ab355d792876aa74e41bb51a905b3be2a7ce9)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([c61ef59](https://github.com/Finch-API/finch-api-node/commit/c61ef5929aa6733ac41cb27791d9768229a8f251)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([abdecda](https://github.com/Finch-API/finch-api-node/commit/abdecda9cdfc058f2b532373314c87b55afca74f)) |
| 19 | +* **mcp:** return logs on code tool errors ([83e0b9f](https://github.com/Finch-API/finch-api-node/commit/83e0b9f23c8ba265a927c313529f7bedd50a0c15)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([175ef11](https://github.com/Finch-API/finch-api-node/commit/175ef110627fad91437bac2a873dc7a94fbb7b41)) |
| 25 | +* **api:** resolve build issues ([b54b73a](https://github.com/Finch-API/finch-api-node/commit/b54b73a235eaa0f77411f8264fc3b6d6b217448b)) |
| 26 | +* **java:** Resolve name collisions ([d28b901](https://github.com/Finch-API/finch-api-node/commit/d28b901f2841e93464a83c67fbc9e99d3f2a9837)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([097d35d](https://github.com/Finch-API/finch-api-node/commit/097d35d7abc65687181401088fff29ebf5ec7658)) |
| 28 | +* **mcp:** correct code tool API endpoint ([c82668f](https://github.com/Finch-API/finch-api-node/commit/c82668f7f3f2c29f1467828ec4ac817a40564c9b)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([f98634c](https://github.com/Finch-API/finch-api-node/commit/f98634cce0104e6c917ef11813373d6e2e30d41d)) |
| 30 | +* **mcp:** return tool execution error on api error ([6dd27be](https://github.com/Finch-API/finch-api-node/commit/6dd27be13db891564fad9315c81ab8e651e34cab)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([d253227](https://github.com/Finch-API/finch-api-node/commit/d2532276587b295f3caddfbc5c10df3484f12728)) |
| 32 | +* **tests:** fix tests ([ba06ab0](https://github.com/Finch-API/finch-api-node/commit/ba06ab01a67deb765d15ec26daa1a95c21c35ab9)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([b6c9143](https://github.com/Finch-API/finch-api-node/commit/b6c91431f800b6fb3a79b6ce3f060ca6d62309ac)) |
| 38 | +* **internal:** codegen related update ([03df71c](https://github.com/Finch-API/finch-api-node/commit/03df71cf6afd6990310078d0cb4cf90638813d8e)) |
| 39 | +* **internal:** codegen related update ([387709e](https://github.com/Finch-API/finch-api-node/commit/387709ea3219ef1d7853ca09a4d4460dc56fdc6f)) |
| 40 | +* **internal:** codegen related update ([3b3b6bb](https://github.com/Finch-API/finch-api-node/commit/3b3b6bb4d4cb68d75ebd55fa2417799bbc3b6a81)) |
| 41 | +* **internal:** codegen related update ([33f2f81](https://github.com/Finch-API/finch-api-node/commit/33f2f81380eb20e3de24c5df3e1a1c6bec0c9cd7)) |
| 42 | +* **internal:** upgrade eslint ([0edf5da](https://github.com/Finch-API/finch-api-node/commit/0edf5dae7cc2afa9726869df9278e5e314c2dc1a)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([f9de3a0](https://github.com/Finch-API/finch-api-node/commit/f9de3a0d8bdc8e102c35aa52c736348a0d896700)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cc6afa8](https://github.com/Finch-API/finch-api-node/commit/cc6afa87d7ae4fe17350832696725dd8ffdc4d9d)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([2896d91](https://github.com/Finch-API/finch-api-node/commit/2896d9182d3ab91dcf372deb160d0f8581928041)) |
| 46 | +* **mcp:** clarify http auth error ([93372c0](https://github.com/Finch-API/finch-api-node/commit/93372c0a07566e158f6c4a321d878b2fa3e3ffdc)) |
| 47 | +* **mcp:** update lockfile ([d47c9dd](https://github.com/Finch-API/finch-api-node/commit/d47c9dd14c90c93d5cff540c77d9e7a323c80949)) |
| 48 | +* **mcp:** upgrade jq-web ([6611044](https://github.com/Finch-API/finch-api-node/commit/66110447f2fee9b168fa83e2ef4eafd925d4d6eb)) |
| 49 | +* sync repo ([09801b6](https://github.com/Finch-API/finch-api-node/commit/09801b6e36240a022c9ebe4a70071bef43a02dab)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([5608c06](https://github.com/Finch-API/finch-api-node/commit/5608c06bd6e3f5533522e9ca1011d7d8582232b4)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([d59d196](https://github.com/Finch-API/finch-api-node/commit/d59d196abccafe19753f23c7562335cfb8e5495c)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([91e8fb2](https://github.com/Finch-API/finch-api-node/commit/91e8fb22310fce8741f5065d2cbb21e15e561790)) |
| 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