Skip to content

Commit 3639c53

Browse files
release: 7.0.0
1 parent 6556c1e commit 3639c53

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-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 ([9126fab](https://github.com/Finch-API/finch-api-node/commit/9126fab320dfded45ccea90e60e38d4d64155915))
10+
* **api:** api update ([c4b12c0](https://github.com/Finch-API/finch-api-node/commit/c4b12c09c207b5b23c52bd83eac1a31caf88f323))
11+
* **api:** api update ([746df2c](https://github.com/Finch-API/finch-api-node/commit/746df2c40cf3630a19ccc3668f303cf77f85ab6b))
12+
* **api:** manual updates ([82df7d0](https://github.com/Finch-API/finch-api-node/commit/82df7d03241b05e5b224dd6a6bcae3235073d173))
13+
* **api:** move node to typescript generator ([dadbd64](https://github.com/Finch-API/finch-api-node/commit/dadbd6407938741d003d8dcfff0f8d9398e9aaa3))
14+
* **api:** update automated code reviewer selection ([04f69eb](https://github.com/Finch-API/finch-api-node/commit/04f69eb96dcd8d16e28d64e21f8f50eefc594aa8))
15+
* **mcp:** add detail field to docs search tool ([f3be144](https://github.com/Finch-API/finch-api-node/commit/f3be1443648a3c8a6dc90fc8f40e8c2300aba343))
16+
* **mcp:** add typescript check to code execution tool ([a492a19](https://github.com/Finch-API/finch-api-node/commit/a492a19eaaecf43dda8e9a60be7953ef5d891b9b))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([806d3a1](https://github.com/Finch-API/finch-api-node/commit/806d3a16cbe65433d9a6b3c72b6a66806e89b165))
18+
* **mcp:** handle code mode calls in the Stainless API ([6f1ad57](https://github.com/Finch-API/finch-api-node/commit/6f1ad57d777c0c1a2417f6af5ac37278fb3ab309))
19+
* **mcp:** return logs on code tool errors ([c98779d](https://github.com/Finch-API/finch-api-node/commit/c98779d63c0cfc691a4905a309ebc20d91ae4824))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([63a55ad](https://github.com/Finch-API/finch-api-node/commit/63a55ad0c2fe97916395d100bf73ccc38cb0a279))
25+
* **api:** resolve build issues ([4b9d348](https://github.com/Finch-API/finch-api-node/commit/4b9d348917106bafaa35c5607bd14d3906b8956b))
26+
* **java:** Resolve name collisions ([29e72c6](https://github.com/Finch-API/finch-api-node/commit/29e72c6097ea2d2ad9a18498a55a5100053490a2))
27+
* **mcp:** correct code tool API endpoint ([33191d9](https://github.com/Finch-API/finch-api-node/commit/33191d94534feb745faaa8e420b34fd80022c8ed))
28+
* **mcp:** return correct lines on typescript errors ([1c6b3d4](https://github.com/Finch-API/finch-api-node/commit/1c6b3d49abd54da7cfce172686d454adf5756a31))
29+
* **mcp:** return tool execution error on api error ([813d459](https://github.com/Finch-API/finch-api-node/commit/813d459373424afe6691a0b949c2c54792bd2bde))
30+
* **mcp:** return tool execution error on jq failure ([d651d03](https://github.com/Finch-API/finch-api-node/commit/d651d03ca7edcb2ab4119e052c6d09ab4f535291))
31+
* **tests:** fix tests ([2259462](https://github.com/Finch-API/finch-api-node/commit/2259462fd36629e98afbe9ad283f21ae49348223))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([0a02668](https://github.com/Finch-API/finch-api-node/commit/0a026682b250c5ac1aec2986a76d8ca50322182e))
37+
* **internal:** codegen related update ([6556c1e](https://github.com/Finch-API/finch-api-node/commit/6556c1e8966795a2532be7f86e3d9a27771094e1))
38+
* **internal:** codegen related update ([b465924](https://github.com/Finch-API/finch-api-node/commit/b46592477cc450470fba1eae2aa5691c6ccd23d7))
39+
* **internal:** codegen related update ([355c47c](https://github.com/Finch-API/finch-api-node/commit/355c47c841d8a2f31fe374e20022b8c9bc8c1121))
40+
* **internal:** codegen related update ([9aedd90](https://github.com/Finch-API/finch-api-node/commit/9aedd9014514b79cfeba59cdb9fcafde61509807))
41+
* **internal:** upgrade eslint ([4f663fc](https://github.com/Finch-API/finch-api-node/commit/4f663fcba4f459a144620ea4439ebd383ae9f9ad))
42+
* mcp code tool explicit error message when missing a run function ([7ef3cdd](https://github.com/Finch-API/finch-api-node/commit/7ef3cdd66b5427537b983ebf4ffc7be05b77a755))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1d3f622](https://github.com/Finch-API/finch-api-node/commit/1d3f622d5959cef81f4dc8f8836559c1219363c5))
44+
* **mcp:** add line numbers to code tool errors ([08af7ef](https://github.com/Finch-API/finch-api-node/commit/08af7efdc7d7835de48617053043ba6b0f36e571))
45+
* **mcp:** clarify http auth error ([76df65a](https://github.com/Finch-API/finch-api-node/commit/76df65a99b87c0b73bc5e7b035d58b879ddd5045))
46+
* **mcp:** upgrade jq-web ([48c4b0f](https://github.com/Finch-API/finch-api-node/commit/48c4b0f0667e4b72ec55d7a0c9676ae3a333271d))
47+
* sync repo ([e378dbe](https://github.com/Finch-API/finch-api-node/commit/e378dbe431028487c885ed0408bacb37cd8863bc))
48+
* use latest @modelcontextprotocol/sdk ([4882ffe](https://github.com/Finch-API/finch-api-node/commit/4882ffe441ec712a90bb51bdaa71ebbf9ff41403))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([d68ad32](https://github.com/Finch-API/finch-api-node/commit/d68ad3236b5bab4293575a4c13e49ab6f4829c87))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([b858c94](https://github.com/Finch-API/finch-api-node/commit/b858c949e51d1dde1d6bd8dce161bf672a18dcab))
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)