Skip to content

Commit 8e8718c

Browse files
release: 7.0.0
1 parent fe0dc36 commit 8e8718c

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-09)
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 ([ea5807f](https://github.com/Finch-API/finch-api-node/commit/ea5807fdf54240e7e9dcd1280f54b4cb87764232))
10+
* **api:** api update ([d253599](https://github.com/Finch-API/finch-api-node/commit/d253599be29d9abb238d376d950b2d2e19f23ff0))
11+
* **api:** api update ([e1f39cf](https://github.com/Finch-API/finch-api-node/commit/e1f39cf2fd656501761b3b00fe3dbb5b2ef8df6a))
12+
* **api:** manual updates ([59b7cda](https://github.com/Finch-API/finch-api-node/commit/59b7cdaa0178180868e7b46e0a6d8d27c9e19569))
13+
* **api:** move node to typescript generator ([25e4f17](https://github.com/Finch-API/finch-api-node/commit/25e4f17d961463c3692dfed40241f2518b2cdbea))
14+
* **api:** update automated code reviewer selection ([bc902cc](https://github.com/Finch-API/finch-api-node/commit/bc902cc5ce1f4bb158fef9c8fbdd46f1c192093d))
15+
* **mcp:** add detail field to docs search tool ([c450336](https://github.com/Finch-API/finch-api-node/commit/c4503363a98da735772dcdf4ef51db88696fd8ff))
16+
* **mcp:** add typescript check to code execution tool ([0a3bb05](https://github.com/Finch-API/finch-api-node/commit/0a3bb05da9f60a517c448696795903ffdeca1709))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([91111f3](https://github.com/Finch-API/finch-api-node/commit/91111f343e5ffa47acce6dbbe5208b685015effb))
18+
* **mcp:** handle code mode calls in the Stainless API ([99b375d](https://github.com/Finch-API/finch-api-node/commit/99b375db272cb685c148eba06bedc29c3006eb1f))
19+
* **mcp:** return logs on code tool errors ([bcc99cd](https://github.com/Finch-API/finch-api-node/commit/bcc99cde0aa8c871d006eaf02960d17bc8037e35))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([9beeca8](https://github.com/Finch-API/finch-api-node/commit/9beeca8c0b67c41fe4faf59c17dac38e8ecd4655))
25+
* **api:** resolve build issues ([64e2794](https://github.com/Finch-API/finch-api-node/commit/64e27940cf9769f59940d3afbba787cfa7c7d62e))
26+
* **java:** Resolve name collisions ([08be115](https://github.com/Finch-API/finch-api-node/commit/08be11551b3f888be488dc0743fac5b90135095a))
27+
* **mcp:** correct code tool API endpoint ([c509a8c](https://github.com/Finch-API/finch-api-node/commit/c509a8cf4a4dc5af68e3cc3d05ae9a4dde83f617))
28+
* **mcp:** return correct lines on typescript errors ([72e4a3d](https://github.com/Finch-API/finch-api-node/commit/72e4a3d21d40290f757a3bb7c3f81895f4bdec69))
29+
* **mcp:** return tool execution error on api error ([6162093](https://github.com/Finch-API/finch-api-node/commit/6162093d8cca5c214be802ac8a78e59904036570))
30+
* **mcp:** return tool execution error on jq failure ([136bb17](https://github.com/Finch-API/finch-api-node/commit/136bb17506683625d1818e2cd54a75cddba144ef))
31+
* **tests:** fix tests ([021bb2c](https://github.com/Finch-API/finch-api-node/commit/021bb2c1a130d422e22f99b3c786755da8577140))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([94564b9](https://github.com/Finch-API/finch-api-node/commit/94564b9f34e99d840655af73082adab03df7a5c5))
37+
* **internal:** codegen related update ([fe0dc36](https://github.com/Finch-API/finch-api-node/commit/fe0dc36c1b9fe16b060350c99d8df5688becb965))
38+
* **internal:** codegen related update ([6ad2ca7](https://github.com/Finch-API/finch-api-node/commit/6ad2ca7d5da5dc3dd65c7d52d5636e3e886affa7))
39+
* **internal:** codegen related update ([1a4a511](https://github.com/Finch-API/finch-api-node/commit/1a4a511d70deb0be8c4d9e3109ae6f375c8bf7a9))
40+
* **internal:** codegen related update ([87e3da9](https://github.com/Finch-API/finch-api-node/commit/87e3da93c5ce878bad9c1df7176868c39e11c8b8))
41+
* **internal:** upgrade eslint ([6d8cce4](https://github.com/Finch-API/finch-api-node/commit/6d8cce46964507aa8ed82ef8491de41903a55311))
42+
* mcp code tool explicit error message when missing a run function ([90ea22d](https://github.com/Finch-API/finch-api-node/commit/90ea22d3933a952e1232fe746250e255c86a934e))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([e8e0f32](https://github.com/Finch-API/finch-api-node/commit/e8e0f32854cbb4ef2cd537069021bd798302082a))
44+
* **mcp:** add line numbers to code tool errors ([de5fd38](https://github.com/Finch-API/finch-api-node/commit/de5fd3851e360729f7942e98c3c0e7acbb86bfc1))
45+
* **mcp:** clarify http auth error ([ecf185b](https://github.com/Finch-API/finch-api-node/commit/ecf185bb5aeb4d64ffb3da7583f4ced7df971eb3))
46+
* **mcp:** upgrade jq-web ([04d6fd7](https://github.com/Finch-API/finch-api-node/commit/04d6fd744fefa747a96d3d8f8e5c04fa0a2de55b))
47+
* sync repo ([f1fac5a](https://github.com/Finch-API/finch-api-node/commit/f1fac5a3ca8247fea1fe1f0dd742f9b5b7bd9248))
48+
* use latest @modelcontextprotocol/sdk ([a24175a](https://github.com/Finch-API/finch-api-node/commit/a24175abef3ac0bcf738c3403bd0b7fe6f0c72d8))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([6713ba9](https://github.com/Finch-API/finch-api-node/commit/6713ba957d7281c52c32025b1c28472078327240))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([03f7530](https://github.com/Finch-API/finch-api-node/commit/03f753027da5015e229b3a541bff6c5a1088c928))
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)