|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-19) |
| 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 ([ca7ea13](https://github.com/Finch-API/finch-api-node/commit/ca7ea135b5e4428ebfa6bdc19232b364d0447e83)) |
| 10 | +* **api:** api update ([97571e4](https://github.com/Finch-API/finch-api-node/commit/97571e40db1c018cfa08c2ec3f209a835354f6f6)) |
| 11 | +* **api:** move node to typescript generator ([3d6c3a8](https://github.com/Finch-API/finch-api-node/commit/3d6c3a83ed1b4d741dc343a95346b01e36431920)) |
| 12 | +* **api:** update automated code reviewer selection ([1911e02](https://github.com/Finch-API/finch-api-node/commit/1911e02d1aaf8aa5e7133972d49a6b92eb259f48)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([751832d](https://github.com/Finch-API/finch-api-node/commit/751832db4401962457e7e27a89114d937ed5d013)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([8992978](https://github.com/Finch-API/finch-api-node/commit/8992978cba2d36a6ca1688128d47d1fdd172edef)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([eb9dcd5](https://github.com/Finch-API/finch-api-node/commit/eb9dcd5bea935294c10ef7a0f02cb342c9cb1faf)) |
| 24 | +* **internal:** codegen related update ([5015abf](https://github.com/Finch-API/finch-api-node/commit/5015abf9c20f771be60e6139d1b8d355ac9ac5a9)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([c313a7a](https://github.com/Finch-API/finch-api-node/commit/c313a7a0aa873006ff936b05a4d25e7020602263)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cbba97c](https://github.com/Finch-API/finch-api-node/commit/cbba97ce8f49ba7c7a5a1d5186152e703046d6a6)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([6cc5def](https://github.com/Finch-API/finch-api-node/commit/6cc5defe67b9634cb0102574c76a3a54e7ea3bc5)) |
| 28 | +* **mcp:** clarify http auth error ([a22e067](https://github.com/Finch-API/finch-api-node/commit/a22e067a6eac60a67a9a090e74fd92871300cc5a)) |
| 29 | +* **mcp:** upgrade jq-web ([c3b05d6](https://github.com/Finch-API/finch-api-node/commit/c3b05d685379f4e09412b44f82a343974ba987c8)) |
| 30 | +* sync repo ([7904798](https://github.com/Finch-API/finch-api-node/commit/79047985ee5799d84fec0a83f228c7af98bd9317)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([9a35ade](https://github.com/Finch-API/finch-api-node/commit/9a35ade5a76cc764f44f2b97978ca7cd3a3d3174)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([7e4006f](https://github.com/Finch-API/finch-api-node/commit/7e4006f4bfa12df35374233338c0eb65795b00ae)) |
| 37 | + |
3 | 38 | ## 6.38.0 (2025-10-27) |
4 | 39 |
|
5 | 40 | 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