|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-14) |
| 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 ([f0c2340](https://github.com/Finch-API/finch-api-node/commit/f0c2340e8b89f6f7f505bfa9dbc593f4918e5877)) |
| 10 | +* **api:** api update ([b64a76b](https://github.com/Finch-API/finch-api-node/commit/b64a76b8267f85fb277aa40b93d33e2100cc08a3)) |
| 11 | +* **api:** move node to typescript generator ([0d3d030](https://github.com/Finch-API/finch-api-node/commit/0d3d03012fc149ed306492589b2fb08854f8092b)) |
| 12 | +* **api:** update automated code reviewer selection ([3efc1c8](https://github.com/Finch-API/finch-api-node/commit/3efc1c88d808cdcce8fef81980e769651857e326)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([1cc2b6a](https://github.com/Finch-API/finch-api-node/commit/1cc2b6a0f3413c1dca551d2fcbc27f7bb953f696)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([43f7956](https://github.com/Finch-API/finch-api-node/commit/43f7956893db3eceee6131ba50302a4e84e94855)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([2994c6a](https://github.com/Finch-API/finch-api-node/commit/2994c6a2cfe3df37b6206a27ccb09fc292fea7fa)) |
| 24 | +* **internal:** codegen related update ([d252167](https://github.com/Finch-API/finch-api-node/commit/d252167d0cf4e7fd3edc01109eacc5f25da4ddf3)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([bdf224c](https://github.com/Finch-API/finch-api-node/commit/bdf224cc002eedaa2a5a802b974df3998daf5588)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([a616b22](https://github.com/Finch-API/finch-api-node/commit/a616b223b6a0fc3e6826a4daa3ae0acbc3e3611b)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([5031974](https://github.com/Finch-API/finch-api-node/commit/5031974ffa0c0a49fc43e419a8215a236e1b118f)) |
| 28 | +* **mcp:** clarify http auth error ([02bce47](https://github.com/Finch-API/finch-api-node/commit/02bce47d2c393fc753c754f9b794a7553d87c7b8)) |
| 29 | +* **mcp:** upgrade jq-web ([fb1fd7f](https://github.com/Finch-API/finch-api-node/commit/fb1fd7f598e172cfec1d73aa926f39623945bb5a)) |
| 30 | +* sync repo ([1854ca8](https://github.com/Finch-API/finch-api-node/commit/1854ca87e43dcc023a8bdc6e84b5f51d7dc5f41d)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([5b98d80](https://github.com/Finch-API/finch-api-node/commit/5b98d8035afb68743ea5af5ad1a1fa6ba0ec0319)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([d000ae6](https://github.com/Finch-API/finch-api-node/commit/d000ae612e7120a8fa4afc596f8abc758d42dff8)) |
| 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