Skip to content

Commit 62bc2bf

Browse files
release: 7.0.0
1 parent 87a8692 commit 62bc2bf

6 files changed

Lines changed: 60 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.38.0"
2+
".": "7.0.0"
33
}

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-10)
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 ([99d24c1](https://github.com/Finch-API/finch-api-node/commit/99d24c1cb2eac844ac58be37ae23b520272af9e5))
10+
* **api:** api update ([707c2bf](https://github.com/Finch-API/finch-api-node/commit/707c2bf0b0c25134817918e189bedce043c6f8ce))
11+
* **api:** api update ([68976bf](https://github.com/Finch-API/finch-api-node/commit/68976bfa2dbdebf949c7eab0827fa4e712a6ffb1))
12+
* **api:** manual updates ([98f3676](https://github.com/Finch-API/finch-api-node/commit/98f3676fb3d23e5e9ae7adb20e0191b61d861932))
13+
* **api:** move node to typescript generator ([e115003](https://github.com/Finch-API/finch-api-node/commit/e1150036b9fa6f5428e6f9c8d519aed755f2d88b))
14+
* **api:** update automated code reviewer selection ([824dcc0](https://github.com/Finch-API/finch-api-node/commit/824dcc0d09cef35c2b3b337c56e6a295f57fa4db))
15+
* **mcp:** add detail field to docs search tool ([134d659](https://github.com/Finch-API/finch-api-node/commit/134d659e32bf6377c4e2cf3e6b347568c04b12f2))
16+
* **mcp:** add typescript check to code execution tool ([6d3210d](https://github.com/Finch-API/finch-api-node/commit/6d3210d9cb169a12ea52a4cb09c39249336d7a78))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([16faced](https://github.com/Finch-API/finch-api-node/commit/16facedc2f361c80ee0f33d90e75795aa4fbc1f8))
18+
* **mcp:** handle code mode calls in the Stainless API ([86d49ef](https://github.com/Finch-API/finch-api-node/commit/86d49efaa8001ea99810054c81fee5e13b19477b))
19+
* **mcp:** return logs on code tool errors ([cf8e016](https://github.com/Finch-API/finch-api-node/commit/cf8e016d7c75dc7248c63c91dd09ea98a7d485cf))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([15297a9](https://github.com/Finch-API/finch-api-node/commit/15297a977912f9db2b7434c362060b78848552d5))
25+
* **api:** resolve build issues ([425cf14](https://github.com/Finch-API/finch-api-node/commit/425cf14fe2075eeb77c83940978280af968eef97))
26+
* **java:** Resolve name collisions ([8b87ada](https://github.com/Finch-API/finch-api-node/commit/8b87ada6737e7c9c42c7e91f4c05ca7923d50416))
27+
* **mcp:** add client instantiation options to code tool ([8aeada6](https://github.com/Finch-API/finch-api-node/commit/8aeada60870b7ef74d8e068dba118ef8d9191374))
28+
* **mcp:** correct code tool API endpoint ([fe601dc](https://github.com/Finch-API/finch-api-node/commit/fe601dcdf377bc26c02a0ec12dcd3a8cc13c5c88))
29+
* **mcp:** return correct lines on typescript errors ([750601d](https://github.com/Finch-API/finch-api-node/commit/750601dad8d9d0716edb12bf0d49a24abed9d0e5))
30+
* **mcp:** return tool execution error on api error ([970fa66](https://github.com/Finch-API/finch-api-node/commit/970fa66fcb653d244454417ae44724c60b078419))
31+
* **mcp:** return tool execution error on jq failure ([579e683](https://github.com/Finch-API/finch-api-node/commit/579e6837beb16ee8e56e5113a971e37a5e0d5bcc))
32+
* **tests:** fix tests ([19bdb6e](https://github.com/Finch-API/finch-api-node/commit/19bdb6e3010a8ca86251d84bc385a047f0af3d6f))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([050538a](https://github.com/Finch-API/finch-api-node/commit/050538abb1c02b9913255ecf3262626b77fbaef2))
38+
* **internal:** codegen related update ([bd6bac8](https://github.com/Finch-API/finch-api-node/commit/bd6bac8e625169388e05a7c467a0308c3f540157))
39+
* **internal:** codegen related update ([22016cc](https://github.com/Finch-API/finch-api-node/commit/22016cc8e7dd826174517852ef304b0ab5010a15))
40+
* **internal:** codegen related update ([5cfd063](https://github.com/Finch-API/finch-api-node/commit/5cfd063c3c5be9662949c02483656e130891d1e9))
41+
* **internal:** codegen related update ([17b5ddd](https://github.com/Finch-API/finch-api-node/commit/17b5ddd9758fb61f4864b3e43f41fcbbb320d5b3))
42+
* **internal:** upgrade eslint ([981e870](https://github.com/Finch-API/finch-api-node/commit/981e87066a689179f4c07ebb0c393c5e1a5b78f7))
43+
* mcp code tool explicit error message when missing a run function ([159b962](https://github.com/Finch-API/finch-api-node/commit/159b962a563144290777777c01fe2447998e7d2c))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([45ea63c](https://github.com/Finch-API/finch-api-node/commit/45ea63cd2f3396d72a0e45a16512effbbfd66092))
45+
* **mcp:** add line numbers to code tool errors ([beb245e](https://github.com/Finch-API/finch-api-node/commit/beb245ec6f940c725503c8e886808e43f5871b57))
46+
* **mcp:** clarify http auth error ([6b39a09](https://github.com/Finch-API/finch-api-node/commit/6b39a09c682f8bec1535827058ef4ac593dcad9b))
47+
* **mcp:** update lockfile ([87a8692](https://github.com/Finch-API/finch-api-node/commit/87a86924591ba5538467fbb1f97bfe00ca83f099))
48+
* **mcp:** upgrade jq-web ([df6938f](https://github.com/Finch-API/finch-api-node/commit/df6938f93e8ed95a491538bfa1059321131364ea))
49+
* sync repo ([62e1664](https://github.com/Finch-API/finch-api-node/commit/62e1664deac9c71aa90ec4b38528a5ad9b13040f))
50+
* use latest @modelcontextprotocol/sdk ([457b12e](https://github.com/Finch-API/finch-api-node/commit/457b12e1cf3007fdb55646b9b1ab0dfefdcbb83d))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([4a27191](https://github.com/Finch-API/finch-api-node/commit/4a271917b97da9f0c4d4e823ac793b922b8f5d39))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([b2c1eb7](https://github.com/Finch-API/finch-api-node/commit/b2c1eb7c3b0e0e3c058a63f3f53f216260b5489a))
57+
358
## 6.38.0 (2025-10-27)
459

560
Full Changelog: [v6.37.0...v6.38.0](https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api",
3-
"version": "6.38.0",
3+
"version": "7.0.0",
44
"description": "The official TypeScript library for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api-mcp",
3-
"version": "6.38.0",
3+
"version": "7.0.0",
44
"description": "The official MCP Server for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'tryfinch_finch_api_api',
37-
version: '6.38.0',
37+
version: '7.0.0',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '6.38.0'; // x-release-please-version
1+
export const VERSION = '7.0.0'; // x-release-please-version

0 commit comments

Comments
 (0)