|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-05) |
| 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 ([cee01ee](https://github.com/Finch-API/finch-api-node/commit/cee01ee853d27a0d21a14651e59b0351ed7b8ce8)) |
| 10 | +* **api:** api update ([e91f2c8](https://github.com/Finch-API/finch-api-node/commit/e91f2c8dc8ccaa17a1b7af67e504ba3483cb3525)) |
| 11 | +* **api:** api update ([d9c2493](https://github.com/Finch-API/finch-api-node/commit/d9c24937b743a1bcd710c7dd5bd19bece061c701)) |
| 12 | +* **api:** manual updates ([092cc57](https://github.com/Finch-API/finch-api-node/commit/092cc575b6904f1883479a91e92d67ccf3f267ea)) |
| 13 | +* **api:** move node to typescript generator ([6a7cebb](https://github.com/Finch-API/finch-api-node/commit/6a7cebb4519ba57e6ab8029682c3785136e59a7f)) |
| 14 | +* **api:** update automated code reviewer selection ([e8d0c7f](https://github.com/Finch-API/finch-api-node/commit/e8d0c7ff6d1df7f71c0215af82ea485514892c6f)) |
| 15 | +* **mcp:** add detail field to docs search tool ([c766c84](https://github.com/Finch-API/finch-api-node/commit/c766c84b60824c15837c8cd9fe97294782da9b14)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([6704add](https://github.com/Finch-API/finch-api-node/commit/6704add7cac2b84576076044fb397ae28c378321)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([cf2a4cc](https://github.com/Finch-API/finch-api-node/commit/cf2a4cc965fc4369bb2dabcb3083cc47e50def79)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([40812e1](https://github.com/Finch-API/finch-api-node/commit/40812e12f3994af027307a7a27c561f33a7d4531)) |
| 19 | +* **mcp:** return logs on code tool errors ([db135de](https://github.com/Finch-API/finch-api-node/commit/db135de83e2bc1c4665936bc6f673dda85870128)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([444ee60](https://github.com/Finch-API/finch-api-node/commit/444ee60294605c293d77f78f6a6394bf1269c01f)) |
| 25 | +* **api:** resolve build issues ([9713060](https://github.com/Finch-API/finch-api-node/commit/9713060d54b2ac1e3dffbef92ea1a152275d02de)) |
| 26 | +* **java:** Resolve name collisions ([4755b00](https://github.com/Finch-API/finch-api-node/commit/4755b002b184176c51fcfaa99297497930de49a2)) |
| 27 | +* **mcp:** correct code tool API endpoint ([6e3585c](https://github.com/Finch-API/finch-api-node/commit/6e3585c5a9b60bff9a56d54c06d2fc440356ecb7)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([aba783a](https://github.com/Finch-API/finch-api-node/commit/aba783ab75624688e4dea77ea6fa354f27f3d822)) |
| 29 | +* **mcp:** return tool execution error on api error ([555d7c0](https://github.com/Finch-API/finch-api-node/commit/555d7c0e6a0c7170df345d8595d8b8226c217c83)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([6ee0c8e](https://github.com/Finch-API/finch-api-node/commit/6ee0c8eb7e9cd878163799d6f5e49e0252472068)) |
| 31 | +* **tests:** fix tests ([80f1a21](https://github.com/Finch-API/finch-api-node/commit/80f1a215fa0917d42b25d788fec09fb7aa722951)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([ddac92e](https://github.com/Finch-API/finch-api-node/commit/ddac92e999221ceed1b23e7e608801a7e0928cf9)) |
| 37 | +* **internal:** codegen related update ([ea12e75](https://github.com/Finch-API/finch-api-node/commit/ea12e759ff47cb4d827e6a48db4cb211537d78c8)) |
| 38 | +* **internal:** codegen related update ([e25ac35](https://github.com/Finch-API/finch-api-node/commit/e25ac355c46f054c9033d2e388f20c680e41dd52)) |
| 39 | +* **internal:** codegen related update ([f3ae642](https://github.com/Finch-API/finch-api-node/commit/f3ae6423f7b335e58c2d1e3ab4174a3d69762cc3)) |
| 40 | +* **internal:** upgrade eslint ([9e5848c](https://github.com/Finch-API/finch-api-node/commit/9e5848cb47fbc2f04e4bf63bef667900ff19fdbd)) |
| 41 | +* mcp code tool explicit error message when missing a run function ([7ab54a4](https://github.com/Finch-API/finch-api-node/commit/7ab54a4b6a8b37474b15b2c866cad2107b101114)) |
| 42 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([fc983d0](https://github.com/Finch-API/finch-api-node/commit/fc983d01f480f33555e66dcee917a6b01204e766)) |
| 43 | +* **mcp:** add line numbers to code tool errors ([dac90d4](https://github.com/Finch-API/finch-api-node/commit/dac90d474e349e35bf19d857f95a0e151aaa22dd)) |
| 44 | +* **mcp:** clarify http auth error ([b470a47](https://github.com/Finch-API/finch-api-node/commit/b470a47b48f0f73c5355b2d67d5c56fea22825b7)) |
| 45 | +* **mcp:** upgrade jq-web ([ecbc2bb](https://github.com/Finch-API/finch-api-node/commit/ecbc2bb29574e15507131352f9a41a0521728e7f)) |
| 46 | +* sync repo ([d5dd85c](https://github.com/Finch-API/finch-api-node/commit/d5dd85cbe2e866060237b5036b2f5651f3fb77bb)) |
| 47 | +* use latest @modelcontextprotocol/sdk ([0f5e663](https://github.com/Finch-API/finch-api-node/commit/0f5e663b71fd89693f7d54d235b5e0e969c2e3d4)) |
| 48 | + |
| 49 | + |
| 50 | +### Documentation |
| 51 | + |
| 52 | +* **mcp:** add a README button for one-click add to Cursor ([bd88c2e](https://github.com/Finch-API/finch-api-node/commit/bd88c2e78180abe051034f5f9fa0a83a4077f008)) |
| 53 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([7675c71](https://github.com/Finch-API/finch-api-node/commit/7675c717bd46e6c47f97223b98751f1061b97f00)) |
| 54 | + |
3 | 55 | ## 6.38.0 (2025-10-27) |
4 | 56 |
|
5 | 57 | 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