Skip to content

Commit f3ddb8d

Browse files
release: 7.0.0
1 parent 1594b0f commit f3ddb8d

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-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 ([56cb9ef](https://github.com/Finch-API/finch-api-node/commit/56cb9ef443522ee06a9c16359a6353adb2b85cbc))
10+
* **api:** api update ([a112ee7](https://github.com/Finch-API/finch-api-node/commit/a112ee71512d78d8dfcfc397baedfd4a6924fc2d))
11+
* **api:** api update ([8f243ec](https://github.com/Finch-API/finch-api-node/commit/8f243ecfbad4320feaa573a9f32389f601b46955))
12+
* **api:** manual updates ([711927c](https://github.com/Finch-API/finch-api-node/commit/711927ce90067465b30ad5a02cc3083ff3a7c56b))
13+
* **api:** move node to typescript generator ([1515730](https://github.com/Finch-API/finch-api-node/commit/1515730af532f7a36586a499f3b1325d8a723374))
14+
* **api:** update automated code reviewer selection ([25367ce](https://github.com/Finch-API/finch-api-node/commit/25367ce1a547f07c8c47c4825b2d8a02e526b69e))
15+
* **mcp:** add detail field to docs search tool ([9f00153](https://github.com/Finch-API/finch-api-node/commit/9f00153559967d3d900e388d81adb86fe0fcb52c))
16+
* **mcp:** add typescript check to code execution tool ([1465c3d](https://github.com/Finch-API/finch-api-node/commit/1465c3d8a2fc51c7504b33073e79f21b97b14979))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([c2e6c84](https://github.com/Finch-API/finch-api-node/commit/c2e6c841fd95b8051fd80230ceb4d15fcc287cb4))
18+
* **mcp:** handle code mode calls in the Stainless API ([128858d](https://github.com/Finch-API/finch-api-node/commit/128858d685b77ca528c230f86e35a0e8d37ff336))
19+
* **mcp:** return logs on code tool errors ([595f077](https://github.com/Finch-API/finch-api-node/commit/595f077dd33f5b39a9ba14d86c8384c892f6403a))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([766f0e0](https://github.com/Finch-API/finch-api-node/commit/766f0e0737efce3974b973304f4dc47fd3bb095d))
25+
* **api:** resolve build issues ([68c321c](https://github.com/Finch-API/finch-api-node/commit/68c321ce761c2a4bdc3a654b26e00365d9527768))
26+
* **java:** Resolve name collisions ([f40d266](https://github.com/Finch-API/finch-api-node/commit/f40d266f8ce48998a264f44226d0d2bc030cc7c8))
27+
* **mcp:** add client instantiation options to code tool ([59aebdf](https://github.com/Finch-API/finch-api-node/commit/59aebdfb126a743aec4d9fa34f6b5f807b32982a))
28+
* **mcp:** correct code tool API endpoint ([39098e7](https://github.com/Finch-API/finch-api-node/commit/39098e7a3b3cf881d9c332624a7b4beffee6c597))
29+
* **mcp:** return correct lines on typescript errors ([f068491](https://github.com/Finch-API/finch-api-node/commit/f0684916e8bea5b2540377bdec6c140bfaebcb7e))
30+
* **mcp:** return tool execution error on api error ([7585a58](https://github.com/Finch-API/finch-api-node/commit/7585a58affccdad59964047eeae68c5afa891c1e))
31+
* **mcp:** return tool execution error on jq failure ([0f5d46d](https://github.com/Finch-API/finch-api-node/commit/0f5d46d5719565a18f06e767ff44316f621d86e7))
32+
* **tests:** fix tests ([213df32](https://github.com/Finch-API/finch-api-node/commit/213df32230ddd8b2f1e02832342e9d2f019c46f6))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([b0978c2](https://github.com/Finch-API/finch-api-node/commit/b0978c2b3c463b8e6f41eaad43609f5237222a6c))
38+
* **internal:** codegen related update ([6064251](https://github.com/Finch-API/finch-api-node/commit/6064251229096cbfca4731a77b70fe07bbcb5230))
39+
* **internal:** codegen related update ([5f633f4](https://github.com/Finch-API/finch-api-node/commit/5f633f4c000e8f57272a0d1fc82e3f16724ecbed))
40+
* **internal:** codegen related update ([58d33aa](https://github.com/Finch-API/finch-api-node/commit/58d33aad2e4aa11ff5ab0748860b108babf3fcef))
41+
* **internal:** codegen related update ([0265a99](https://github.com/Finch-API/finch-api-node/commit/0265a99b772cf7cbe693352009767a0cee66bd11))
42+
* **internal:** upgrade eslint ([84ecc0a](https://github.com/Finch-API/finch-api-node/commit/84ecc0a996193a3b3551be0efd76d646715fd65f))
43+
* mcp code tool explicit error message when missing a run function ([a7cb656](https://github.com/Finch-API/finch-api-node/commit/a7cb656eac7acf75f4b5482592042a2e8ac7a5b0))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([465b6e8](https://github.com/Finch-API/finch-api-node/commit/465b6e828641c217df881468c1262aadb533d30f))
45+
* **mcp:** add line numbers to code tool errors ([977610b](https://github.com/Finch-API/finch-api-node/commit/977610b1e041e7460f989bdfe4a0c86cf19f6496))
46+
* **mcp:** clarify http auth error ([d057687](https://github.com/Finch-API/finch-api-node/commit/d057687e1e7b0b09d3369c83b7ac1c30eb764d1e))
47+
* **mcp:** update lockfile ([1594b0f](https://github.com/Finch-API/finch-api-node/commit/1594b0f6a4b75f8b98518f9dcb4b3b225fe7bd77))
48+
* **mcp:** upgrade jq-web ([deb518e](https://github.com/Finch-API/finch-api-node/commit/deb518eda76a1dcc855a2bb7d357171415edcf3a))
49+
* sync repo ([5fd9357](https://github.com/Finch-API/finch-api-node/commit/5fd935744c4d51b077cddcd5986ec1589a0d1903))
50+
* use latest @modelcontextprotocol/sdk ([d6ecb53](https://github.com/Finch-API/finch-api-node/commit/d6ecb536a900fb9eb21133343d6e7a29aff1171a))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([ab05c7a](https://github.com/Finch-API/finch-api-node/commit/ab05c7a992cd5a3273c20987430c75125923e7ea))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f6ca3fc](https://github.com/Finch-API/finch-api-node/commit/f6ca3fca164dd3d7c2636b2545a117977b431499))
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)