Skip to content

Commit 9287849

Browse files
release: 7.0.0
1 parent 7f5fd3d commit 9287849

File tree

6 files changed

+58
-5
lines changed

6 files changed

+58
-5
lines changed

.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: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-08)
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 ([644606e](https://github.com/Finch-API/finch-api-node/commit/644606e8c8609bfd58a129e174868e34ddc1ea76))
10+
* **api:** api update ([10fb23b](https://github.com/Finch-API/finch-api-node/commit/10fb23bcd1326c398fddbf0048505cb3b74db31f))
11+
* **api:** api update ([d56a03e](https://github.com/Finch-API/finch-api-node/commit/d56a03ed4e16807205aa8f92226dda10f2932e23))
12+
* **api:** manual updates ([f6a51fd](https://github.com/Finch-API/finch-api-node/commit/f6a51fdf28e100bc35108150ca0c95fbc19c709e))
13+
* **api:** move node to typescript generator ([6100d2b](https://github.com/Finch-API/finch-api-node/commit/6100d2b6bc9a9706bf4358ab182817fb5c040b18))
14+
* **api:** update automated code reviewer selection ([910f1e0](https://github.com/Finch-API/finch-api-node/commit/910f1e0ebb35ed7fa298f58a217ef5e692767838))
15+
* **mcp:** add detail field to docs search tool ([ae8c2b9](https://github.com/Finch-API/finch-api-node/commit/ae8c2b9424c66074b1e8f34a1cac479f30723f43))
16+
* **mcp:** add typescript check to code execution tool ([c44ebaf](https://github.com/Finch-API/finch-api-node/commit/c44ebafd60ac71378d55ffe86afaa3ca7d2a2aeb))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([4ee8618](https://github.com/Finch-API/finch-api-node/commit/4ee8618fb87eaaadf631c9199e4bf9d0244f5ae6))
18+
* **mcp:** handle code mode calls in the Stainless API ([9cfee9d](https://github.com/Finch-API/finch-api-node/commit/9cfee9d46cbc3221ef7ba626f8a9fc4ebcf5c2fa))
19+
* **mcp:** return logs on code tool errors ([000b0fa](https://github.com/Finch-API/finch-api-node/commit/000b0fa89d3b2567f64575356639b26c74ce6db8))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([c43bd53](https://github.com/Finch-API/finch-api-node/commit/c43bd534a78fd7b81ffd8b25c0d893b693d56c6b))
25+
* **api:** resolve build issues ([c21d498](https://github.com/Finch-API/finch-api-node/commit/c21d498faa27257f5c6c0cc0298fc2f4c0b2321d))
26+
* **java:** Resolve name collisions ([961608b](https://github.com/Finch-API/finch-api-node/commit/961608b3cd2946b0d2686f3413dfb7897221d6ea))
27+
* **mcp:** correct code tool API endpoint ([2a06da8](https://github.com/Finch-API/finch-api-node/commit/2a06da89e9c5abab35c3a26c52247e39a7304ce9))
28+
* **mcp:** return correct lines on typescript errors ([81ce0f7](https://github.com/Finch-API/finch-api-node/commit/81ce0f72333d2ad2f628d6135360d95479adb031))
29+
* **mcp:** return tool execution error on api error ([3836b9c](https://github.com/Finch-API/finch-api-node/commit/3836b9c07a4dc2adc146a4a6c3cb5e4e837d4e67))
30+
* **mcp:** return tool execution error on jq failure ([0d32a54](https://github.com/Finch-API/finch-api-node/commit/0d32a54c54c8a4174c0bd268bcf14c43a9c85079))
31+
* **tests:** fix tests ([c259891](https://github.com/Finch-API/finch-api-node/commit/c259891ffb5f732b81940b173685ff64e743b4c8))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([eafcf2c](https://github.com/Finch-API/finch-api-node/commit/eafcf2c4155acc315c52538d562ab22618318965))
37+
* **internal:** codegen related update ([7f5fd3d](https://github.com/Finch-API/finch-api-node/commit/7f5fd3d1039b3d44a1952ba3b80fbaa1f3dca642))
38+
* **internal:** codegen related update ([795bc7d](https://github.com/Finch-API/finch-api-node/commit/795bc7dbe1d18fe9a2a855ff903fdd52de554f45))
39+
* **internal:** codegen related update ([5a8e56d](https://github.com/Finch-API/finch-api-node/commit/5a8e56d5618fd8512c87e1c0d3d437c49a9dac25))
40+
* **internal:** codegen related update ([ad592f1](https://github.com/Finch-API/finch-api-node/commit/ad592f1d6adf662bc3b69599a3ee86504ee8688f))
41+
* **internal:** upgrade eslint ([c074430](https://github.com/Finch-API/finch-api-node/commit/c0744302641c69bd92fcdf6d93f4bea12525f684))
42+
* mcp code tool explicit error message when missing a run function ([d0e1f8a](https://github.com/Finch-API/finch-api-node/commit/d0e1f8ab222232b91281f1a0e15ce5de7b1e0a44))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f4e1810](https://github.com/Finch-API/finch-api-node/commit/f4e1810acfa44d985d17c3f703585fa0201fe59e))
44+
* **mcp:** add line numbers to code tool errors ([df4f33f](https://github.com/Finch-API/finch-api-node/commit/df4f33f8ef2fb809e1f2fe19e528308ae7bfd922))
45+
* **mcp:** clarify http auth error ([158b968](https://github.com/Finch-API/finch-api-node/commit/158b968894f743e53c0bec366b54d38fe2b626a9))
46+
* **mcp:** upgrade jq-web ([d3afdc5](https://github.com/Finch-API/finch-api-node/commit/d3afdc5102c9729e00e823d82f4f3364b95cf0d6))
47+
* sync repo ([c8cf601](https://github.com/Finch-API/finch-api-node/commit/c8cf60177130025212e5bcba73ff5866dc3e185b))
48+
* use latest @modelcontextprotocol/sdk ([1e56c3e](https://github.com/Finch-API/finch-api-node/commit/1e56c3efafdea96d4bfb6a5835a4628e0a780aeb))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([266daa2](https://github.com/Finch-API/finch-api-node/commit/266daa201c2407dbf1360821c4c0df56d0dde610))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([543def5](https://github.com/Finch-API/finch-api-node/commit/543def52de6885c85ab4d0dcc523101bd5f4a221))
55+
356
## 6.38.0 (2025-10-27)
457

558
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)