Skip to content

Commit c687c81

Browse files
release: 7.0.0
1 parent 21a13f9 commit c687c81

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 ([8c0166c](https://github.com/Finch-API/finch-api-node/commit/8c0166c650613431e3b0ea265652c4dbbd5ce7b4))
10+
* **api:** api update ([00fdb7a](https://github.com/Finch-API/finch-api-node/commit/00fdb7ace9aa39f23e4c0712e4f029d28b18bb0e))
11+
* **api:** api update ([a1cf7a5](https://github.com/Finch-API/finch-api-node/commit/a1cf7a560554b2a0789f29c751a4e320d97a1f28))
12+
* **api:** manual updates ([8cf52a6](https://github.com/Finch-API/finch-api-node/commit/8cf52a6e9f55d4f32462ddc3b36e96d460d98572))
13+
* **api:** move node to typescript generator ([050438b](https://github.com/Finch-API/finch-api-node/commit/050438b64c6389bc66c70432d622f5d7c7fae914))
14+
* **api:** update automated code reviewer selection ([36c2f48](https://github.com/Finch-API/finch-api-node/commit/36c2f48a390d1a4b924f19c76a596b1222230cd3))
15+
* **mcp:** add detail field to docs search tool ([ad3a390](https://github.com/Finch-API/finch-api-node/commit/ad3a3903152ef248f8620e202775c8708caaeaa0))
16+
* **mcp:** add typescript check to code execution tool ([c3d7c85](https://github.com/Finch-API/finch-api-node/commit/c3d7c8568da35d592b6b6182fe0fc7c6ac60f156))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([b1ec504](https://github.com/Finch-API/finch-api-node/commit/b1ec504182823e6e101c2680d0a7d712c03e65dd))
18+
* **mcp:** handle code mode calls in the Stainless API ([5c55399](https://github.com/Finch-API/finch-api-node/commit/5c55399d2bceefc2c95576ee27083f8f81bcff55))
19+
* **mcp:** return logs on code tool errors ([62e4dd9](https://github.com/Finch-API/finch-api-node/commit/62e4dd985a888e51aad645816ad2f0f014d3d44c))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([1738261](https://github.com/Finch-API/finch-api-node/commit/1738261bd64320cd0b123b875316034d3390f547))
25+
* **api:** resolve build issues ([5fc344c](https://github.com/Finch-API/finch-api-node/commit/5fc344ce517938083cdd86d83592b5f7838533a3))
26+
* **java:** Resolve name collisions ([5e6d8b6](https://github.com/Finch-API/finch-api-node/commit/5e6d8b6b962f0f6133be1614710a571c41d930d6))
27+
* **mcp:** add client instantiation options to code tool ([db062ca](https://github.com/Finch-API/finch-api-node/commit/db062caf70b8ff11ec6b62b338168e75fa1b4efc))
28+
* **mcp:** correct code tool API endpoint ([f8884a2](https://github.com/Finch-API/finch-api-node/commit/f8884a2f34e914c1e0fb2417c6766daaa925cca8))
29+
* **mcp:** return correct lines on typescript errors ([3e7abba](https://github.com/Finch-API/finch-api-node/commit/3e7abbab79d582b4101445118178a8763df578c5))
30+
* **mcp:** return tool execution error on api error ([71c3c46](https://github.com/Finch-API/finch-api-node/commit/71c3c46f4039b188574622372afe4304ab30e78e))
31+
* **mcp:** return tool execution error on jq failure ([826306f](https://github.com/Finch-API/finch-api-node/commit/826306f9c4c899afdfc8816cbc5366419580dcc0))
32+
* **tests:** fix tests ([98d4011](https://github.com/Finch-API/finch-api-node/commit/98d4011fc01b5d20af905445624875ea3dea9f8d))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([d449bdb](https://github.com/Finch-API/finch-api-node/commit/d449bdbc283aeca0df5d95a33b2cf1f2480f3875))
38+
* **internal:** codegen related update ([0fd079b](https://github.com/Finch-API/finch-api-node/commit/0fd079b14130dfd4f90ac1f82b3ab412ca588bd0))
39+
* **internal:** codegen related update ([f401298](https://github.com/Finch-API/finch-api-node/commit/f4012982c798233cab7d1a9a87eac57b191637bd))
40+
* **internal:** codegen related update ([d0ed669](https://github.com/Finch-API/finch-api-node/commit/d0ed66910d96a488a93fc43aa6217f675eedcb00))
41+
* **internal:** codegen related update ([613fb2d](https://github.com/Finch-API/finch-api-node/commit/613fb2d81de01a7764f0636a7ec960b067a60bcb))
42+
* **internal:** upgrade eslint ([be71822](https://github.com/Finch-API/finch-api-node/commit/be71822706456dbe48b175fbd94da87ea6393f7f))
43+
* mcp code tool explicit error message when missing a run function ([a7e46fe](https://github.com/Finch-API/finch-api-node/commit/a7e46feed53657a5db1b598aa17ad27f95a62f46))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([63594b8](https://github.com/Finch-API/finch-api-node/commit/63594b846d9ca7bab0f49288116214f1d7127d56))
45+
* **mcp:** add line numbers to code tool errors ([29ed366](https://github.com/Finch-API/finch-api-node/commit/29ed366bd98982d6a55ad829fd332fffd019d958))
46+
* **mcp:** clarify http auth error ([6b1e7f3](https://github.com/Finch-API/finch-api-node/commit/6b1e7f3bcb62cb6851df6a0fa80625fffd2e5da7))
47+
* **mcp:** update lockfile ([21a13f9](https://github.com/Finch-API/finch-api-node/commit/21a13f91eef1498c5f842e0423d5771b4392e7aa))
48+
* **mcp:** upgrade jq-web ([dba4df8](https://github.com/Finch-API/finch-api-node/commit/dba4df85a46ad0648fbc882e605310a75c80a179))
49+
* sync repo ([55b3144](https://github.com/Finch-API/finch-api-node/commit/55b3144a3e1529a9b0ed77cfc069a6955cdf8ef7))
50+
* use latest @modelcontextprotocol/sdk ([1d7fcb3](https://github.com/Finch-API/finch-api-node/commit/1d7fcb3093bc02e7657992150fc7f614ae1d9cdb))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([b921589](https://github.com/Finch-API/finch-api-node/commit/b9215891d5f70db2126a7cdbe697aa7227584040))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d96aa4d](https://github.com/Finch-API/finch-api-node/commit/d96aa4d40f082a6975b15e752bc14dd42056aea1))
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)