Skip to content

Commit 451261b

Browse files
release: 7.0.0
1 parent dc2417a commit 451261b

File tree

6 files changed

+60
-5
lines changed

6 files changed

+60
-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: 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-15)
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 ([1c1cb4b](https://github.com/Finch-API/finch-api-node/commit/1c1cb4b9d9cf363270486da77f8b413f73826ff1))
10+
* **api:** api update ([452f821](https://github.com/Finch-API/finch-api-node/commit/452f821ac0d7c4b25db3453653dc7c7d272c2c5a))
11+
* **api:** api update ([b88d3a4](https://github.com/Finch-API/finch-api-node/commit/b88d3a43f2ec5420be4cf000d107212efe2f799c))
12+
* **api:** manual updates ([496c399](https://github.com/Finch-API/finch-api-node/commit/496c3992f96fcd3e5a64028222f8ce1100e10ecf))
13+
* **api:** move node to typescript generator ([1605e52](https://github.com/Finch-API/finch-api-node/commit/1605e52cbb44272a009fdee397762ee6bddb9f87))
14+
* **api:** update automated code reviewer selection ([09df2ae](https://github.com/Finch-API/finch-api-node/commit/09df2aeada87e0fbb4471efd6e806b10ed6fe2c3))
15+
* **mcp:** add detail field to docs search tool ([de7f709](https://github.com/Finch-API/finch-api-node/commit/de7f7098ff331d91aa7f3e16eca5af669e528d47))
16+
* **mcp:** add typescript check to code execution tool ([b2dc818](https://github.com/Finch-API/finch-api-node/commit/b2dc818e2467203a099f636f618cc926321fa012))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([8def0ac](https://github.com/Finch-API/finch-api-node/commit/8def0ac3ded7c054036bd15751a9db89236e66c7))
18+
* **mcp:** handle code mode calls in the Stainless API ([bf7e31e](https://github.com/Finch-API/finch-api-node/commit/bf7e31e6c265427e40dc0cb0cb55ab2641a3b8db))
19+
* **mcp:** return logs on code tool errors ([f5da95d](https://github.com/Finch-API/finch-api-node/commit/f5da95dbd01265f1e1455c7f88e38c88d439a22f))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([ea8d133](https://github.com/Finch-API/finch-api-node/commit/ea8d133412eafde91a86f51442181ac910b94676))
25+
* **api:** resolve build issues ([4fc435f](https://github.com/Finch-API/finch-api-node/commit/4fc435ff6314f0250afba79b708e6704dcf9a5b3))
26+
* **java:** Resolve name collisions ([b5629da](https://github.com/Finch-API/finch-api-node/commit/b5629da3be5b9be90a450905ed20b427b595d4c2))
27+
* **mcp:** add client instantiation options to code tool ([b3e242b](https://github.com/Finch-API/finch-api-node/commit/b3e242b776bbbc3874e5db1b812d0434c130add0))
28+
* **mcp:** correct code tool API endpoint ([29c43c8](https://github.com/Finch-API/finch-api-node/commit/29c43c8e2689f542fc8825bb4eb7483ee91ece39))
29+
* **mcp:** return correct lines on typescript errors ([ab91415](https://github.com/Finch-API/finch-api-node/commit/ab91415d1b332e6b8f0c78702fce236db8ba959e))
30+
* **mcp:** return tool execution error on api error ([157d4d5](https://github.com/Finch-API/finch-api-node/commit/157d4d57182ca2a79e3ee321df5c28c8288c7ec2))
31+
* **mcp:** return tool execution error on jq failure ([f760350](https://github.com/Finch-API/finch-api-node/commit/f760350a3914206146162b065e02e0392ea5d9f1))
32+
* **tests:** fix tests ([06330e2](https://github.com/Finch-API/finch-api-node/commit/06330e2d8c758ccb259a12cb43e0315bdded1482))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([cbeb020](https://github.com/Finch-API/finch-api-node/commit/cbeb02005cf49a6679df0d317425d4b2240f199c))
38+
* **internal:** codegen related update ([b0ff827](https://github.com/Finch-API/finch-api-node/commit/b0ff827c92aa2373dcb0d9c6c5511a67db76a485))
39+
* **internal:** codegen related update ([65b7fcb](https://github.com/Finch-API/finch-api-node/commit/65b7fcb8ec6c8da04938a48aba0f586360a7c435))
40+
* **internal:** codegen related update ([e6739a0](https://github.com/Finch-API/finch-api-node/commit/e6739a049e24696355a6717f3c58bc3b72c21add))
41+
* **internal:** codegen related update ([37eb436](https://github.com/Finch-API/finch-api-node/commit/37eb436a03744cef38ad9529e9c59473176a81fb))
42+
* **internal:** upgrade eslint ([f5c5fe1](https://github.com/Finch-API/finch-api-node/commit/f5c5fe1b6573f383ecae58e41418e644bf057683))
43+
* mcp code tool explicit error message when missing a run function ([acf1585](https://github.com/Finch-API/finch-api-node/commit/acf1585a72cd2fdf80935277d17842911a82be9c))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([457af9c](https://github.com/Finch-API/finch-api-node/commit/457af9c2ba3644eff83eb60e8e1450cc272488a6))
45+
* **mcp:** add line numbers to code tool errors ([03cdfa7](https://github.com/Finch-API/finch-api-node/commit/03cdfa7c994b51fe65892eeeacbc3cfecbb1ce38))
46+
* **mcp:** clarify http auth error ([e30ad11](https://github.com/Finch-API/finch-api-node/commit/e30ad11a1d5411cbbbc24509e99bf3b9d287cca8))
47+
* **mcp:** update lockfile ([dc2417a](https://github.com/Finch-API/finch-api-node/commit/dc2417a7c5aa360a4c2ee4448de020eddea21154))
48+
* **mcp:** upgrade jq-web ([6023b8c](https://github.com/Finch-API/finch-api-node/commit/6023b8c7ead285ea70162f021054549d8b215a3e))
49+
* sync repo ([aa41490](https://github.com/Finch-API/finch-api-node/commit/aa41490a772d5f86407c20da3bca4c66abb840fe))
50+
* use latest @modelcontextprotocol/sdk ([55935ef](https://github.com/Finch-API/finch-api-node/commit/55935ef72f1c1940964fec368ddedfc047849392))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([dd7f82c](https://github.com/Finch-API/finch-api-node/commit/dd7f82cb7939ae2b3676cf51a5dc26df01a2f355))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([3b8fc94](https://github.com/Finch-API/finch-api-node/commit/3b8fc944f0857c012c26b9a7340ecc88924643bf))
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)