|
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 ([3d77464](https://github.com/Finch-API/finch-api-node/commit/3d77464ab4d01838b3f9acc235c6ef69037a9000)) |
| 10 | +* **api:** api update ([53e6a7d](https://github.com/Finch-API/finch-api-node/commit/53e6a7d5d5052778bff44bcb93af64d9150283ab)) |
| 11 | +* **api:** move node to typescript generator ([e39f198](https://github.com/Finch-API/finch-api-node/commit/e39f19804e72eefc0f7c8ff0152c439d6cd4fc7a)) |
| 12 | +* **api:** update automated code reviewer selection ([fa0bd51](https://github.com/Finch-API/finch-api-node/commit/fa0bd5156e1a2308cf3d7dde2830dd6c2129e167)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([18a7b90](https://github.com/Finch-API/finch-api-node/commit/18a7b90c32fc0465d15dd4a33f4ccd9f82b269b5)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([4829172](https://github.com/Finch-API/finch-api-node/commit/48291722b5cf7ff3e34bde595c7d0f870eece033)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([55e4400](https://github.com/Finch-API/finch-api-node/commit/55e4400660760ffea4f4f4692ac7a27629ac04c2)) |
| 24 | +* **internal:** codegen related update ([b9f96c7](https://github.com/Finch-API/finch-api-node/commit/b9f96c7b7f26fb20280d9d285218a027eb3fb9b0)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([b73d51a](https://github.com/Finch-API/finch-api-node/commit/b73d51a1c1d5202e2f25a1be08f5b8d1ff4e0bf0)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7319d13](https://github.com/Finch-API/finch-api-node/commit/7319d13ca3935732d1df1cd3ed69ce8a40c4f64a)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([90a7ba9](https://github.com/Finch-API/finch-api-node/commit/90a7ba90cee550a9c2bad708ee6b7f67b56ec9f8)) |
| 28 | +* **mcp:** clarify http auth error ([0337135](https://github.com/Finch-API/finch-api-node/commit/0337135bd2fb6eed698a9e69e4624dc65e01a93b)) |
| 29 | +* **mcp:** upgrade jq-web ([42775d1](https://github.com/Finch-API/finch-api-node/commit/42775d12ac80d2d361bbbbe70ccd62097e46a0f8)) |
| 30 | +* sync repo ([ad3bf7c](https://github.com/Finch-API/finch-api-node/commit/ad3bf7c7660543085863bf17823d67a0a5417711)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([2821cbb](https://github.com/Finch-API/finch-api-node/commit/2821cbb18e2d02b107d68211ef9fb00c0a0e7674)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([5d8b622](https://github.com/Finch-API/finch-api-node/commit/5d8b622d35667c02e59609e3b7772f0085ad1661)) |
| 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