Skip to content

Commit 9ef12dd

Browse files
release: 7.0.0
1 parent 4fc7818 commit 9ef12dd

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-16)
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 ([c2a129e](https://github.com/Finch-API/finch-api-node/commit/c2a129e58616099ebf740137d4def203aedeb83c))
10+
* **api:** api update ([8375a9c](https://github.com/Finch-API/finch-api-node/commit/8375a9ca9cb58824a986f18364ade0d08c1dc123))
11+
* **api:** api update ([76b2f2f](https://github.com/Finch-API/finch-api-node/commit/76b2f2fedb539edfcb8ce785d9ca9a077b218d41))
12+
* **api:** manual updates ([5ffde4d](https://github.com/Finch-API/finch-api-node/commit/5ffde4d9ae3c365a84dfac1454d051996e477c0e))
13+
* **api:** move node to typescript generator ([ef53f69](https://github.com/Finch-API/finch-api-node/commit/ef53f69121480a9fdbbdd65919542108781187c6))
14+
* **api:** update automated code reviewer selection ([41d2ce8](https://github.com/Finch-API/finch-api-node/commit/41d2ce870e4818496f65624fafadf508e9fd1093))
15+
* **mcp:** add detail field to docs search tool ([976bc83](https://github.com/Finch-API/finch-api-node/commit/976bc83a9d505bacb0f2de7388c3a618a36f1e57))
16+
* **mcp:** add typescript check to code execution tool ([3c9a81f](https://github.com/Finch-API/finch-api-node/commit/3c9a81f457dcd8852809a88076c0c1277c57e866))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([86473fd](https://github.com/Finch-API/finch-api-node/commit/86473fd5e370cb150a215cd9cbffa2bdcf03bacc))
18+
* **mcp:** handle code mode calls in the Stainless API ([521acf5](https://github.com/Finch-API/finch-api-node/commit/521acf529edf672b0f5af83c4d45bd25de1e15ef))
19+
* **mcp:** return logs on code tool errors ([e0dd872](https://github.com/Finch-API/finch-api-node/commit/e0dd87299adda7fb509b213ed0901ac053ecc345))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([68dc694](https://github.com/Finch-API/finch-api-node/commit/68dc694dfc28cc54cc127febd535c3f053cb3da7))
25+
* **api:** resolve build issues ([eb76f04](https://github.com/Finch-API/finch-api-node/commit/eb76f04b4c53c21d7dc9e0d1e75b8f00f9de139b))
26+
* **java:** Resolve name collisions ([e2d387b](https://github.com/Finch-API/finch-api-node/commit/e2d387be799690e890655f0b4ee8098fe2592656))
27+
* **mcp:** add client instantiation options to code tool ([0d6172e](https://github.com/Finch-API/finch-api-node/commit/0d6172e7cfa8468b41410610483cdbd052cde105))
28+
* **mcp:** correct code tool API endpoint ([98c574f](https://github.com/Finch-API/finch-api-node/commit/98c574f17f2ecdaef9b36e79e06ba997f00e40e4))
29+
* **mcp:** return correct lines on typescript errors ([8349f31](https://github.com/Finch-API/finch-api-node/commit/8349f3155e1eb5f4ce84a6ac8dcc3125da794709))
30+
* **mcp:** return tool execution error on api error ([7617b49](https://github.com/Finch-API/finch-api-node/commit/7617b4946904fe3cefd69b6c75fa6ec711c25a1b))
31+
* **mcp:** return tool execution error on jq failure ([30e4bea](https://github.com/Finch-API/finch-api-node/commit/30e4beac0c06f6d1affa684c66fc2fc5049d4c45))
32+
* **tests:** fix tests ([3c1fb23](https://github.com/Finch-API/finch-api-node/commit/3c1fb2322ba29880cdd2d8d88a872bfdf2299d17))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([6d5c6aa](https://github.com/Finch-API/finch-api-node/commit/6d5c6aa1d0307bb1213407d3eec0395d2abee94d))
38+
* **internal:** codegen related update ([ef19526](https://github.com/Finch-API/finch-api-node/commit/ef19526c05956c8fc377792cc612629daa204a83))
39+
* **internal:** codegen related update ([aea889a](https://github.com/Finch-API/finch-api-node/commit/aea889a487225b4873b43deb6bbfedc8debe2928))
40+
* **internal:** codegen related update ([a8feba3](https://github.com/Finch-API/finch-api-node/commit/a8feba3ba28c3aba04c2f72a34e5183982906f8b))
41+
* **internal:** codegen related update ([8d1663a](https://github.com/Finch-API/finch-api-node/commit/8d1663adfa985a14ef6a1c7833213ddc78a2c23f))
42+
* **internal:** upgrade eslint ([adb0310](https://github.com/Finch-API/finch-api-node/commit/adb03102fed819e0ed7fc9cdb4be2d3c40e126c4))
43+
* mcp code tool explicit error message when missing a run function ([391f979](https://github.com/Finch-API/finch-api-node/commit/391f979402f1ae7a491201619891c6f844fcf92d))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3a3f863](https://github.com/Finch-API/finch-api-node/commit/3a3f8636bcce671079657bb38859fbfe1db2f795))
45+
* **mcp:** add line numbers to code tool errors ([83f4ca9](https://github.com/Finch-API/finch-api-node/commit/83f4ca9e84c607d7106984d92f1a00ba76177193))
46+
* **mcp:** clarify http auth error ([fbf8b28](https://github.com/Finch-API/finch-api-node/commit/fbf8b282a7508411db90a12f81906924219da944))
47+
* **mcp:** update lockfile ([4fc7818](https://github.com/Finch-API/finch-api-node/commit/4fc7818883c33b9808b87af8484fda05a30c3d2d))
48+
* **mcp:** upgrade jq-web ([ec002b7](https://github.com/Finch-API/finch-api-node/commit/ec002b7335f4a23c97ae7a5057e2b5914e8ca4e6))
49+
* sync repo ([5897222](https://github.com/Finch-API/finch-api-node/commit/589722207b5886a460fc403b3b2fbe93ead3511c))
50+
* use latest @modelcontextprotocol/sdk ([f766f15](https://github.com/Finch-API/finch-api-node/commit/f766f15494e8e38c9ae6a18b2f20dac1133eaa95))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([fded25e](https://github.com/Finch-API/finch-api-node/commit/fded25eeb09a5a4c5be53fb7129cd9ac43ecafab))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d0d50df](https://github.com/Finch-API/finch-api-node/commit/d0d50df2a59a26bc3f9a3b87b223951de35c2d40))
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)