|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-20) |
| 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 ([c0bd16b](https://github.com/Finch-API/finch-api-node/commit/c0bd16bbe75c4c1a415fae0cf8a07a5b08eb7ee7)) |
| 10 | +* **api:** api update ([a2700f6](https://github.com/Finch-API/finch-api-node/commit/a2700f658306d4de7010aa0e6d5e0daff5e76ccc)) |
| 11 | +* **api:** move node to typescript generator ([e0db849](https://github.com/Finch-API/finch-api-node/commit/e0db849ab0313add025e8e0bba41bd6289e0b602)) |
| 12 | +* **api:** update automated code reviewer selection ([99fb851](https://github.com/Finch-API/finch-api-node/commit/99fb8512c843e01f176c153089b0634ed084379c)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([85cbacf](https://github.com/Finch-API/finch-api-node/commit/85cbacfce17291c47f14dc6dd30a2531367692fd)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([8ab16d6](https://github.com/Finch-API/finch-api-node/commit/8ab16d6a7cc9caa271bcda9e644fdeaa5d4169ee)) |
| 19 | +* **api:** resolve build issues ([8ef2544](https://github.com/Finch-API/finch-api-node/commit/8ef2544ee4a0410f84aa5c3efb90a08b07d35700)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([3d9a4bb](https://github.com/Finch-API/finch-api-node/commit/3d9a4bbe430e66fecba3621d0df112f34b6896ea)) |
| 21 | +* **tests:** fix tests ([b330c15](https://github.com/Finch-API/finch-api-node/commit/b330c15dfa7b6e4b25fef07be5a43962049becb7)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([d46745f](https://github.com/Finch-API/finch-api-node/commit/d46745fc8b4364363c5783d31ccb775bff0daf81)) |
| 27 | +* **internal:** codegen related update ([58915ad](https://github.com/Finch-API/finch-api-node/commit/58915ad2e64ebd3be52ce178634cda8d99838fb6)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([c54b5fd](https://github.com/Finch-API/finch-api-node/commit/c54b5fdb6be31b177ac9ef94b9cc5033e0a0688e)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ba26f8b](https://github.com/Finch-API/finch-api-node/commit/ba26f8b45607d5702ab428843ec29da03d78d85d)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([ef9aa72](https://github.com/Finch-API/finch-api-node/commit/ef9aa72664979134675ccac028e82ed03d7a17bc)) |
| 31 | +* **mcp:** clarify http auth error ([cc7b51c](https://github.com/Finch-API/finch-api-node/commit/cc7b51ca1902720c52cb084ea6593f6bce72b2a4)) |
| 32 | +* **mcp:** upgrade jq-web ([5e58d82](https://github.com/Finch-API/finch-api-node/commit/5e58d82951d69ee5c1d26fd2e6923e302d02f9a7)) |
| 33 | +* sync repo ([9b77107](https://github.com/Finch-API/finch-api-node/commit/9b77107794e4c08416749a7a63f1e3c3f22bb083)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([dc42856](https://github.com/Finch-API/finch-api-node/commit/dc42856d5a7f04be03aa258819222fc4c54afaa3)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([83e8528](https://github.com/Finch-API/finch-api-node/commit/83e8528d495273c274adfe5cf3ea216cd30964ff)) |
| 40 | + |
3 | 41 | ## 6.38.0 (2025-10-27) |
4 | 42 |
|
5 | 43 | 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