Skip to content

Commit fc81208

Browse files
release: 7.0.0
1 parent 7e3f402 commit fc81208

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-11)
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 ([0640122](https://github.com/Finch-API/finch-api-node/commit/064012238fcb1d65a51e1fb924f15ca9c0ae8481))
10+
* **api:** api update ([e3a685d](https://github.com/Finch-API/finch-api-node/commit/e3a685d1d66724d83f9814d2497ffa884adbad79))
11+
* **api:** api update ([45db129](https://github.com/Finch-API/finch-api-node/commit/45db1295442458a9f764cf8271e34f3a971f7f33))
12+
* **api:** manual updates ([2d98650](https://github.com/Finch-API/finch-api-node/commit/2d986506b800f01c3ab33c0bab07457df427f9ac))
13+
* **api:** move node to typescript generator ([f59079b](https://github.com/Finch-API/finch-api-node/commit/f59079b29010f8a64d54d758f15a28a8f4210c38))
14+
* **api:** update automated code reviewer selection ([552d030](https://github.com/Finch-API/finch-api-node/commit/552d0304baa9ae6d6e9a0413c29c4f5a1703de90))
15+
* **mcp:** add detail field to docs search tool ([0ed0a00](https://github.com/Finch-API/finch-api-node/commit/0ed0a00c1eca2b7de1210eb1a192a38992b848b5))
16+
* **mcp:** add typescript check to code execution tool ([eaf7237](https://github.com/Finch-API/finch-api-node/commit/eaf72376483c173138a0731bac0669370aa06d98))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([98572e1](https://github.com/Finch-API/finch-api-node/commit/98572e125bdb89610854d2e2febd919dc4f89177))
18+
* **mcp:** handle code mode calls in the Stainless API ([4465bed](https://github.com/Finch-API/finch-api-node/commit/4465bed0910c5d0087b3164736c63d2a21e9867c))
19+
* **mcp:** return logs on code tool errors ([cbad6ce](https://github.com/Finch-API/finch-api-node/commit/cbad6cef94d2a64cc1ba6222ef1147933e711b7b))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([311c23a](https://github.com/Finch-API/finch-api-node/commit/311c23a96fc23d78a8699586b737f2f7a1158a28))
25+
* **api:** resolve build issues ([d5fbc52](https://github.com/Finch-API/finch-api-node/commit/d5fbc529b3cdfdc183a212d12caed8ba91a2796c))
26+
* **java:** Resolve name collisions ([05cace9](https://github.com/Finch-API/finch-api-node/commit/05cace96c95df48fa7995e86fd97f7a5e0389da4))
27+
* **mcp:** add client instantiation options to code tool ([00b3eea](https://github.com/Finch-API/finch-api-node/commit/00b3eea113e6662cc29a5f613bc40e13d6a118ce))
28+
* **mcp:** correct code tool API endpoint ([ced71d4](https://github.com/Finch-API/finch-api-node/commit/ced71d43894f4903cdec627ae635ace40a2cc9ae))
29+
* **mcp:** return correct lines on typescript errors ([c2a0f1d](https://github.com/Finch-API/finch-api-node/commit/c2a0f1df697ce913cb0099c31b9e239198d51699))
30+
* **mcp:** return tool execution error on api error ([8e0937e](https://github.com/Finch-API/finch-api-node/commit/8e0937e9966e9556fe7ab2b1be0cc3141d03bc52))
31+
* **mcp:** return tool execution error on jq failure ([6693c52](https://github.com/Finch-API/finch-api-node/commit/6693c525de241f2b3b3ed39c01c80d43f5869a70))
32+
* **tests:** fix tests ([190f39c](https://github.com/Finch-API/finch-api-node/commit/190f39cf15061d47e9311aa691dea4607644c9d2))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([9d32761](https://github.com/Finch-API/finch-api-node/commit/9d327611ca666b1471e984dfcca4fd0f2dc645fb))
38+
* **internal:** codegen related update ([49a24e8](https://github.com/Finch-API/finch-api-node/commit/49a24e8c4c6728f655244df8dc16e4d258443f22))
39+
* **internal:** codegen related update ([2b43851](https://github.com/Finch-API/finch-api-node/commit/2b438519ca1480e452baab76f7acd62018ee2b4a))
40+
* **internal:** codegen related update ([f1818be](https://github.com/Finch-API/finch-api-node/commit/f1818beaeeb675e2ed81eeabf4f069787964d7a1))
41+
* **internal:** codegen related update ([039e054](https://github.com/Finch-API/finch-api-node/commit/039e0540bdf99799a06c8f6169d0aa07fe7ca7ea))
42+
* **internal:** upgrade eslint ([36dea76](https://github.com/Finch-API/finch-api-node/commit/36dea764d436583906f2b907d0c10ce00d968a69))
43+
* mcp code tool explicit error message when missing a run function ([9aeddfb](https://github.com/Finch-API/finch-api-node/commit/9aeddfb65d925ff26e0859b72e09b15f78a8832f))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cb4978d](https://github.com/Finch-API/finch-api-node/commit/cb4978d5a4a8e986244c5005a33874e61abca3c7))
45+
* **mcp:** add line numbers to code tool errors ([7e7436d](https://github.com/Finch-API/finch-api-node/commit/7e7436d53e0ade3e795a31bc8ec329777308dc81))
46+
* **mcp:** clarify http auth error ([35c1ed4](https://github.com/Finch-API/finch-api-node/commit/35c1ed4c2487fe3239a1d884210e8949b6d75d01))
47+
* **mcp:** update lockfile ([7e3f402](https://github.com/Finch-API/finch-api-node/commit/7e3f4022b388ad5e497d293de74f49630d043db0))
48+
* **mcp:** upgrade jq-web ([29433ff](https://github.com/Finch-API/finch-api-node/commit/29433ffa2f6b145787339a1b1e5c239fa3f43444))
49+
* sync repo ([1a51998](https://github.com/Finch-API/finch-api-node/commit/1a51998550a0f20c8bf8aedf787810c00dfae36e))
50+
* use latest @modelcontextprotocol/sdk ([c5104f0](https://github.com/Finch-API/finch-api-node/commit/c5104f0c419a5e37ed80a148e4417e6a3e1e1f54))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([efb3eac](https://github.com/Finch-API/finch-api-node/commit/efb3eacfbb0b7d2a7880c37441a655a2467b8ca2))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([4816254](https://github.com/Finch-API/finch-api-node/commit/4816254f12cf07b89d2814066695e2d2655cfea4))
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)