|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-17) |
| 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 ([df05860](https://github.com/Finch-API/finch-api-node/commit/df05860dfebd81773c34abbcca1f0d98f33fae6a)) |
| 10 | +* **api:** api update ([1c864d3](https://github.com/Finch-API/finch-api-node/commit/1c864d32406d2f8330127fef3945d1d4ddbeea63)) |
| 11 | +* **api:** move node to typescript generator ([80bb9f8](https://github.com/Finch-API/finch-api-node/commit/80bb9f89704bbfa5cec61501f4a9f4be064e9988)) |
| 12 | +* **api:** update automated code reviewer selection ([b572511](https://github.com/Finch-API/finch-api-node/commit/b572511701034f5c84ba6b7e2367f231641de69e)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([7cf89a5](https://github.com/Finch-API/finch-api-node/commit/7cf89a5ff40fedb70a5570655d2182c9a685a156)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([9ff7add](https://github.com/Finch-API/finch-api-node/commit/9ff7add2dd146012ed7dcdbd3da7b912eefbbc2e)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([1395fbc](https://github.com/Finch-API/finch-api-node/commit/1395fbcbf06304cd1c53a6c1d628ed3b0a5ad880)) |
| 24 | +* **internal:** codegen related update ([ca4f92b](https://github.com/Finch-API/finch-api-node/commit/ca4f92b3ff0a7184f75a45bf8cc0e16c1ab02832)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([d61b071](https://github.com/Finch-API/finch-api-node/commit/d61b07167caeb543b3a944c38a8918358815fdb2)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([98e9f05](https://github.com/Finch-API/finch-api-node/commit/98e9f0598c3bdd06fe4057bdfb94432935c3fcc4)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([4b15389](https://github.com/Finch-API/finch-api-node/commit/4b15389a27d9bdd24a1fddabb53ab60b7a564797)) |
| 28 | +* **mcp:** clarify http auth error ([88db281](https://github.com/Finch-API/finch-api-node/commit/88db281cbaa85396107f9ef0e6fb98a85e7d46ef)) |
| 29 | +* **mcp:** upgrade jq-web ([ae76362](https://github.com/Finch-API/finch-api-node/commit/ae76362a7d5b78ca81c6d35095693243e72740e5)) |
| 30 | +* sync repo ([f27f5bf](https://github.com/Finch-API/finch-api-node/commit/f27f5bf5384ad317fcf310975f7358dda7ba0cd6)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([ea1dc32](https://github.com/Finch-API/finch-api-node/commit/ea1dc32c542134049c19fd353e3f036bbe610bf6)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([859ed21](https://github.com/Finch-API/finch-api-node/commit/859ed215072fb87a28c18860bb9790b4e4b3d33e)) |
| 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