|
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 ([59ed067](https://github.com/Finch-API/finch-api-node/commit/59ed0672db57976c818573a5196f171014537375)) |
| 10 | +* **api:** api update ([7c6e20f](https://github.com/Finch-API/finch-api-node/commit/7c6e20f5677ad6b48d12ac340dd66d8285de0cc4)) |
| 11 | +* **api:** move node to typescript generator ([6d75202](https://github.com/Finch-API/finch-api-node/commit/6d75202a8b51fa6d651f76ce25c8571fd4dde232)) |
| 12 | +* **api:** update automated code reviewer selection ([fa1a9e7](https://github.com/Finch-API/finch-api-node/commit/fa1a9e7640ab6b81de45bfeb3224eab92965e8fd)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([37513a1](https://github.com/Finch-API/finch-api-node/commit/37513a179a11fde22684bdf2431e9063fb1984f0)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([a2f73db](https://github.com/Finch-API/finch-api-node/commit/a2f73db506e1a6c211d644d017ad4e7019ebd055)) |
| 19 | +* **api:** resolve build issues ([83e3e0c](https://github.com/Finch-API/finch-api-node/commit/83e3e0c900cc5ffc99c07af014ed0fb4b3478fca)) |
| 20 | +* **mcp:** return tool execution error on jq failure ([c2f70c6](https://github.com/Finch-API/finch-api-node/commit/c2f70c65cb0686a440e90013e3b441cae6e16265)) |
| 21 | +* **tests:** fix tests ([0aa55ff](https://github.com/Finch-API/finch-api-node/commit/0aa55ff68ba0b1542960ecef384174ff4c0a5695)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* **internal:** codegen related update ([dd26081](https://github.com/Finch-API/finch-api-node/commit/dd260813949cc8c47610672dd03f29f2ef45faba)) |
| 27 | +* **internal:** codegen related update ([45e7eba](https://github.com/Finch-API/finch-api-node/commit/45e7ebad1bf8d69da1dd7b479f49b18c5a88106b)) |
| 28 | +* mcp code tool explicit error message when missing a run function ([9ff9919](https://github.com/Finch-API/finch-api-node/commit/9ff9919fa38e8ae1c9080e0ebe532b1322afe478)) |
| 29 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([e37b10f](https://github.com/Finch-API/finch-api-node/commit/e37b10f8f52cf4c36bf6ce3cb77e2f591c8b2440)) |
| 30 | +* **mcp:** add line numbers to code tool errors ([d2cc8e9](https://github.com/Finch-API/finch-api-node/commit/d2cc8e91af3b5eb5584b82fad20ff130ab8b691b)) |
| 31 | +* **mcp:** clarify http auth error ([8155742](https://github.com/Finch-API/finch-api-node/commit/8155742e2d2ec37bd0643919250d3e58a0007a36)) |
| 32 | +* **mcp:** upgrade jq-web ([520d069](https://github.com/Finch-API/finch-api-node/commit/520d06994d9c0df63faf4eae70f020270ed284f9)) |
| 33 | +* sync repo ([2989fe0](https://github.com/Finch-API/finch-api-node/commit/2989fe0f97209e397e3dbf80388656cf01ad2543)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* **mcp:** add a README button for one-click add to Cursor ([960c369](https://github.com/Finch-API/finch-api-node/commit/960c369fe2b7623d93a6c05c944c36513210b508)) |
| 39 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([a57d120](https://github.com/Finch-API/finch-api-node/commit/a57d120e34cf69c22be595013c779d1e9d838b77)) |
| 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