|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-11) |
| 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 ([acf6c84](https://github.com/Finch-API/finch-api-node/commit/acf6c8489793f206012645aa0b68f98e702f1318)) |
| 10 | +* **api:** api update ([373f723](https://github.com/Finch-API/finch-api-node/commit/373f723d8eabc4930db31770e6b77db81dc3c079)) |
| 11 | +* **api:** api update ([98df994](https://github.com/Finch-API/finch-api-node/commit/98df994a12f368c10f6e8def447dbebf7ac37b6b)) |
| 12 | +* **api:** manual updates ([5fcfc03](https://github.com/Finch-API/finch-api-node/commit/5fcfc03b817bf1cfdfd42e86815e64c85d6a5625)) |
| 13 | +* **api:** move node to typescript generator ([23a63d2](https://github.com/Finch-API/finch-api-node/commit/23a63d2ce944a7177beaa61dd5ff058d8aa9ced1)) |
| 14 | +* **api:** update automated code reviewer selection ([33016b4](https://github.com/Finch-API/finch-api-node/commit/33016b45d9b84a4a5d68517d6cf20fe3af7dcae6)) |
| 15 | +* **mcp:** add detail field to docs search tool ([85cb083](https://github.com/Finch-API/finch-api-node/commit/85cb083f475030f0e01a9cab0b090cdc32649839)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([19bb967](https://github.com/Finch-API/finch-api-node/commit/19bb967a06771f72012c7fd645350c441cbeb983)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([36b9941](https://github.com/Finch-API/finch-api-node/commit/36b99419c62e2b8b6b567fe16271d491ce7db15e)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([dcc770c](https://github.com/Finch-API/finch-api-node/commit/dcc770cedfbaafe74c4dd4800d8dda6ddd2b0113)) |
| 19 | +* **mcp:** return logs on code tool errors ([c506cd8](https://github.com/Finch-API/finch-api-node/commit/c506cd8cd7206603ff25cbeec280a43abddf9237)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([9e87bfa](https://github.com/Finch-API/finch-api-node/commit/9e87bfac3f87adf9bb0a040c6d4c4c684530b11d)) |
| 25 | +* **api:** resolve build issues ([7985441](https://github.com/Finch-API/finch-api-node/commit/7985441eb67e7a44a90f26a1660bc46370262ada)) |
| 26 | +* **java:** Resolve name collisions ([12edd65](https://github.com/Finch-API/finch-api-node/commit/12edd659fd589d495fa71d39b8b614c934bcefcf)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([03589a4](https://github.com/Finch-API/finch-api-node/commit/03589a4ff1b3f2bbf4869ded273534efa02ab8f4)) |
| 28 | +* **mcp:** correct code tool API endpoint ([89bf486](https://github.com/Finch-API/finch-api-node/commit/89bf4860ca2f0a46178164e754cd29da9adf020e)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([08cb27c](https://github.com/Finch-API/finch-api-node/commit/08cb27cd184e564d12bf01f4dc4e5ce1e48381b1)) |
| 30 | +* **mcp:** return tool execution error on api error ([9c4b785](https://github.com/Finch-API/finch-api-node/commit/9c4b7859997a70c8868823942f4c3924113170b8)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([46b17a3](https://github.com/Finch-API/finch-api-node/commit/46b17a36989b35a5264ed353be465b0ba1601941)) |
| 32 | +* **tests:** fix tests ([8101c6e](https://github.com/Finch-API/finch-api-node/commit/8101c6e43eaee35c7c0ddb24658644748068fae3)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([3b67db6](https://github.com/Finch-API/finch-api-node/commit/3b67db687d74e3a469beab631f92742b6513c37e)) |
| 38 | +* **internal:** codegen related update ([0d6c33c](https://github.com/Finch-API/finch-api-node/commit/0d6c33c0905d92fdba77ccbf6a9f70455076714e)) |
| 39 | +* **internal:** codegen related update ([ffcba3e](https://github.com/Finch-API/finch-api-node/commit/ffcba3ee2ec2b888bf73af872046befe43bd7894)) |
| 40 | +* **internal:** codegen related update ([9f43384](https://github.com/Finch-API/finch-api-node/commit/9f43384ba09f036053b2401eb1befcbc2181cfef)) |
| 41 | +* **internal:** codegen related update ([453b2d3](https://github.com/Finch-API/finch-api-node/commit/453b2d3bda357d691c4a5e54f3dcedd4d1041531)) |
| 42 | +* **internal:** upgrade eslint ([10ada7f](https://github.com/Finch-API/finch-api-node/commit/10ada7f477861c06539757145c692f0d059da33a)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([f04c2fb](https://github.com/Finch-API/finch-api-node/commit/f04c2fbd9939e6e0daf7eea2a92115ee1466d04e)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cb6ed0e](https://github.com/Finch-API/finch-api-node/commit/cb6ed0e3c61e1907c61fee4ccd37049f5ac0652c)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([760acc4](https://github.com/Finch-API/finch-api-node/commit/760acc40d0bc2c01d66f3d130d15bff1da423a0b)) |
| 46 | +* **mcp:** clarify http auth error ([dedee50](https://github.com/Finch-API/finch-api-node/commit/dedee503d1c42b7b3bc699eaec426ac93202512f)) |
| 47 | +* **mcp:** update lockfile ([f3b380d](https://github.com/Finch-API/finch-api-node/commit/f3b380d2dbcdedf86e205849cae27502aa348ce4)) |
| 48 | +* **mcp:** upgrade jq-web ([22d0299](https://github.com/Finch-API/finch-api-node/commit/22d029924398a046ec955ee355afe885f33009bc)) |
| 49 | +* sync repo ([065f81f](https://github.com/Finch-API/finch-api-node/commit/065f81f47b96edfec6871422d986dfc39fb1af4e)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([13b1ef4](https://github.com/Finch-API/finch-api-node/commit/13b1ef467fc85159b0d29dff2e47dd4bf0b19d1c)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4db428e](https://github.com/Finch-API/finch-api-node/commit/4db428e5f3e27f00c998b108d670d1b518680847)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([eee3e22](https://github.com/Finch-API/finch-api-node/commit/eee3e2201e7218bdcf9ad013f70370c11e263e63)) |
| 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