|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-18) |
| 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 ([5f8e4bb](https://github.com/Finch-API/finch-api-node/commit/5f8e4bb29dad8bee07cacc4010c77f12574279bb)) |
| 10 | +* **api:** api update ([8297bf4](https://github.com/Finch-API/finch-api-node/commit/8297bf45f2b3855ecf186fe74297b823d094ae29)) |
| 11 | +* **api:** move node to typescript generator ([c57bcb5](https://github.com/Finch-API/finch-api-node/commit/c57bcb5f7498f63023da28f7237da9d33f770f0b)) |
| 12 | +* **api:** update automated code reviewer selection ([da6fa4b](https://github.com/Finch-API/finch-api-node/commit/da6fa4bb295446776495ea24d1f05eb66c012155)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([8d076b5](https://github.com/Finch-API/finch-api-node/commit/8d076b5fb847e3eac59205992ef574be143d3e05)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([520b97d](https://github.com/Finch-API/finch-api-node/commit/520b97d4f4215cae5320e3b02fb45b5c188b6bcb)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([00c527f](https://github.com/Finch-API/finch-api-node/commit/00c527f847b51d04ed3aca8a7defd4e6cea933a1)) |
| 24 | +* **internal:** codegen related update ([988f075](https://github.com/Finch-API/finch-api-node/commit/988f075706d8271bbd5f8492103e0588eac7539a)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([a492c34](https://github.com/Finch-API/finch-api-node/commit/a492c3481d956a54dbea15549a7809990fb14390)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0e9ac44](https://github.com/Finch-API/finch-api-node/commit/0e9ac44c3e1f8225767ec34c10107891e65c398b)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([d8894db](https://github.com/Finch-API/finch-api-node/commit/d8894db6606ce1813cbc22694e902692250f4231)) |
| 28 | +* **mcp:** clarify http auth error ([2388c7d](https://github.com/Finch-API/finch-api-node/commit/2388c7de5c4ccaeaf24115b4d67bc24e19043750)) |
| 29 | +* **mcp:** upgrade jq-web ([102ffcb](https://github.com/Finch-API/finch-api-node/commit/102ffcbe00b3a022ae11351760433b6c4d809218)) |
| 30 | +* sync repo ([ca84c03](https://github.com/Finch-API/finch-api-node/commit/ca84c03b30d80d0b1db9859004a056a801fae252)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([f3fcca4](https://github.com/Finch-API/finch-api-node/commit/f3fcca4aa48682b577cfcbcc12dc8d63e30eeeef)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([ed438dc](https://github.com/Finch-API/finch-api-node/commit/ed438dc4059614bb56c5a18b762d9242499a7017)) |
| 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