|
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 ([ef8f999](https://github.com/Finch-API/finch-api-node/commit/ef8f999003adc241260178b10679013b5e982437)) |
| 10 | +* **api:** api update ([3a97857](https://github.com/Finch-API/finch-api-node/commit/3a9785772adad571f2889e65d31219c44c351b07)) |
| 11 | +* **api:** move node to typescript generator ([e8d636b](https://github.com/Finch-API/finch-api-node/commit/e8d636b0515749e0e641e6025e0a8a0fd32d3de4)) |
| 12 | +* **api:** update automated code reviewer selection ([79a3f53](https://github.com/Finch-API/finch-api-node/commit/79a3f53c5c93e4cafb5806a4e09b14a77f2b2514)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([1a4f306](https://github.com/Finch-API/finch-api-node/commit/1a4f306cc692a5595f3f5f4fe571446d566160de)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **mcp:** return tool execution error on jq failure ([28dbfa5](https://github.com/Finch-API/finch-api-node/commit/28dbfa57372901cc7de89429041a73e6081da292)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **internal:** codegen related update ([2a41ac0](https://github.com/Finch-API/finch-api-node/commit/2a41ac0172655dc84cf1d03dfdfabad1f15d1359)) |
| 24 | +* **internal:** codegen related update ([0b87d6b](https://github.com/Finch-API/finch-api-node/commit/0b87d6bd490d65969565c14d93db8a9b71ec5bec)) |
| 25 | +* mcp code tool explicit error message when missing a run function ([3f8ba1e](https://github.com/Finch-API/finch-api-node/commit/3f8ba1e8095a02754933c3e977cb6385d1ca3666)) |
| 26 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([14db14b](https://github.com/Finch-API/finch-api-node/commit/14db14b462ec3d0cb6f4c4f39efb7a0197e47a00)) |
| 27 | +* **mcp:** add line numbers to code tool errors ([3abec1c](https://github.com/Finch-API/finch-api-node/commit/3abec1c48f8e8712f19cc89c7e3bd0d09761c3e9)) |
| 28 | +* **mcp:** clarify http auth error ([9d2e3bb](https://github.com/Finch-API/finch-api-node/commit/9d2e3bbb3e1307a77ef3b5e0e55cfb918edceaac)) |
| 29 | +* **mcp:** upgrade jq-web ([d561868](https://github.com/Finch-API/finch-api-node/commit/d5618682415f9ebba8e8a7d76e2e983a79d08869)) |
| 30 | +* sync repo ([1a96865](https://github.com/Finch-API/finch-api-node/commit/1a9686500134f0258a08ed0bb7a7dcabb9bc18bd)) |
| 31 | + |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* **mcp:** add a README button for one-click add to Cursor ([6998dbe](https://github.com/Finch-API/finch-api-node/commit/6998dbee682abee719ba4bb055d6c1e281bd8688)) |
| 36 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([680e2c3](https://github.com/Finch-API/finch-api-node/commit/680e2c3640cd8574b0758080f97349161d5d8a39)) |
| 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