|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-04) |
| 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 ([c729527](https://github.com/Finch-API/finch-api-node/commit/c729527f1777083f9d52e4e1853d148676e43627)) |
| 10 | +* **api:** api update ([7f94bc7](https://github.com/Finch-API/finch-api-node/commit/7f94bc7fd7d699d3408f73d9e3c324bc4a80f696)) |
| 11 | +* **api:** api update ([752cb03](https://github.com/Finch-API/finch-api-node/commit/752cb0332969372e7e54d808a18400f5acbecf10)) |
| 12 | +* **api:** manual updates ([c7d0ede](https://github.com/Finch-API/finch-api-node/commit/c7d0ede3b34e942c2009c8dcef9f26243c5911ce)) |
| 13 | +* **api:** move node to typescript generator ([276856b](https://github.com/Finch-API/finch-api-node/commit/276856b9cfa2afc2a1df8a34211f9726a94a7661)) |
| 14 | +* **api:** update automated code reviewer selection ([443cf2e](https://github.com/Finch-API/finch-api-node/commit/443cf2e8a3ec9f06e1c94bed32ce32ce08b3df7f)) |
| 15 | +* **mcp:** add detail field to docs search tool ([331866b](https://github.com/Finch-API/finch-api-node/commit/331866be203fd76cec3d0e97377af4213c25682d)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([625e533](https://github.com/Finch-API/finch-api-node/commit/625e533b274a76e4b6cbb0b7795ef778ba5c403b)) |
| 17 | +* **mcp:** return logs on code tool errors ([b41cdda](https://github.com/Finch-API/finch-api-node/commit/b41cddaa8be349e8606bd9fbb83d7ce495722267)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([ca4387f](https://github.com/Finch-API/finch-api-node/commit/ca4387f5f7bf4b862457501e78282a63460e33a3)) |
| 23 | +* **api:** resolve build issues ([15a5c5b](https://github.com/Finch-API/finch-api-node/commit/15a5c5b35cdacea59f549ac3f403846accc3b077)) |
| 24 | +* **java:** Resolve name collisions ([a67fcd3](https://github.com/Finch-API/finch-api-node/commit/a67fcd3241b7ede17010c2093fb7a707ca954a9c)) |
| 25 | +* **mcp:** return tool execution error on api error ([e8a1452](https://github.com/Finch-API/finch-api-node/commit/e8a14524cd34ce6854a25441894d1d3477fc1755)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([d6f48c7](https://github.com/Finch-API/finch-api-node/commit/d6f48c784aca16710df719dec97f2ef1cd416d40)) |
| 27 | +* **tests:** fix tests ([5a24956](https://github.com/Finch-API/finch-api-node/commit/5a2495653092e14b4bd3779e25d17cccae9697ae)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([3fe0b66](https://github.com/Finch-API/finch-api-node/commit/3fe0b6639ae6acc880f75743b8cc5acc295c463c)) |
| 33 | +* **internal:** codegen related update ([40b47db](https://github.com/Finch-API/finch-api-node/commit/40b47db68ffe7a4331fe723a5d2f06855f33e942)) |
| 34 | +* **internal:** codegen related update ([d7d983c](https://github.com/Finch-API/finch-api-node/commit/d7d983c591e81b9e9363c85f943c05eff5451682)) |
| 35 | +* **internal:** upgrade eslint ([afee2a8](https://github.com/Finch-API/finch-api-node/commit/afee2a87fc6bb9ea129cda77b00af886b34163f9)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([ca22ef4](https://github.com/Finch-API/finch-api-node/commit/ca22ef455dbc31ee9e1feebd54a030a5e208c310)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([843caaa](https://github.com/Finch-API/finch-api-node/commit/843caaa1334f697d8dc137eab48fd0f080e4f346)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([35d6e54](https://github.com/Finch-API/finch-api-node/commit/35d6e5424e926de7075a72f1e385f77c48249d6b)) |
| 39 | +* **mcp:** clarify http auth error ([7d85f1d](https://github.com/Finch-API/finch-api-node/commit/7d85f1db2dd8dcdff7b1eeed2535f0f240cf96e5)) |
| 40 | +* **mcp:** upgrade jq-web ([e691609](https://github.com/Finch-API/finch-api-node/commit/e6916092ec26e68dcc6eece859a2005f50608224)) |
| 41 | +* sync repo ([969c01f](https://github.com/Finch-API/finch-api-node/commit/969c01f3a5ed7811659ed026102aca7e363bf73c)) |
| 42 | +* use latest @modelcontextprotocol/sdk ([40b8ed7](https://github.com/Finch-API/finch-api-node/commit/40b8ed78174cefb4f7538f145c61e7a27ff1649d)) |
| 43 | + |
| 44 | + |
| 45 | +### Documentation |
| 46 | + |
| 47 | +* **mcp:** add a README button for one-click add to Cursor ([27c148e](https://github.com/Finch-API/finch-api-node/commit/27c148ee3039cc5d68c29a6050d6e5f915ffb220)) |
| 48 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([62ab438](https://github.com/Finch-API/finch-api-node/commit/62ab438e51e273f7780f327cf2de30233704df42)) |
| 49 | + |
3 | 50 | ## 6.38.0 (2025-10-27) |
4 | 51 |
|
5 | 52 | 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