Skip to content

Commit 6bc4e31

Browse files
release: 7.0.0
1 parent df86be4 commit 6bc4e31

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-17)
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 ([c001f9c](https://github.com/Finch-API/finch-api-node/commit/c001f9c786d8f12d06548f5b3ecfd4cb80d415ad))
10+
* **api:** api update ([624c466](https://github.com/Finch-API/finch-api-node/commit/624c46675d632406e7b4e9ad92bd2ce267442350))
11+
* **api:** api update ([cb25b86](https://github.com/Finch-API/finch-api-node/commit/cb25b86c12c4dc9c10f970fabcf47a812101c6df))
12+
* **api:** manual updates ([37c0a80](https://github.com/Finch-API/finch-api-node/commit/37c0a80dc92cc1396328bda439d351314813cfc1))
13+
* **api:** move node to typescript generator ([756c0f0](https://github.com/Finch-API/finch-api-node/commit/756c0f0b4cac9376a97610ac5b0e39530c39e152))
14+
* **api:** update automated code reviewer selection ([5249674](https://github.com/Finch-API/finch-api-node/commit/52496749391114aba982658558fc04b3eb97af83))
15+
* **mcp:** add detail field to docs search tool ([98e8513](https://github.com/Finch-API/finch-api-node/commit/98e85134ee059757f4789e24201c768d258f9810))
16+
* **mcp:** add typescript check to code execution tool ([eff060f](https://github.com/Finch-API/finch-api-node/commit/eff060f6a3050146c68d69e924412f038ab8b02b))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([2536e18](https://github.com/Finch-API/finch-api-node/commit/2536e18310d6b8c942f4cf19235e5246d61202a2))
18+
* **mcp:** handle code mode calls in the Stainless API ([db8eada](https://github.com/Finch-API/finch-api-node/commit/db8eadab56a7375a900e3fd439f3a14abd9628a9))
19+
* **mcp:** return logs on code tool errors ([45a47af](https://github.com/Finch-API/finch-api-node/commit/45a47af5b00247315463dc8d249e5785048ae662))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([d50d03b](https://github.com/Finch-API/finch-api-node/commit/d50d03b8a1bbd383b0e918f1931f152a893fdb33))
25+
* **api:** resolve build issues ([d6ddf7b](https://github.com/Finch-API/finch-api-node/commit/d6ddf7b2da0213a52cd6cb4d70993e714976c02e))
26+
* **java:** Resolve name collisions ([e1aa42e](https://github.com/Finch-API/finch-api-node/commit/e1aa42e837617252dac077ea337576eb031a7c31))
27+
* **mcp:** add client instantiation options to code tool ([e5a4120](https://github.com/Finch-API/finch-api-node/commit/e5a41203881757bad841ca98f2e5fadac3404f2a))
28+
* **mcp:** correct code tool API endpoint ([f17559e](https://github.com/Finch-API/finch-api-node/commit/f17559e2c6a2d5bfe5bdb859f591e6b3b38d8387))
29+
* **mcp:** return correct lines on typescript errors ([dd6bedc](https://github.com/Finch-API/finch-api-node/commit/dd6bedcf0bdd4e7f94948dbbf05856e55f808eb5))
30+
* **mcp:** return tool execution error on api error ([d6103e0](https://github.com/Finch-API/finch-api-node/commit/d6103e01a26203849368e2c9a10044bde0c8538e))
31+
* **mcp:** return tool execution error on jq failure ([f4b95ca](https://github.com/Finch-API/finch-api-node/commit/f4b95ca1182bd9b1cf5647b5f3cc860470c6313c))
32+
* **tests:** fix tests ([0a5a4d2](https://github.com/Finch-API/finch-api-node/commit/0a5a4d27934b7eed08edeb644db5330a56b7e197))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([ca8c7e8](https://github.com/Finch-API/finch-api-node/commit/ca8c7e886823a37062530877ab02c25296f089b8))
38+
* **internal:** codegen related update ([be73076](https://github.com/Finch-API/finch-api-node/commit/be73076f2aa79480ea70fbfe0b869bf048d58a9b))
39+
* **internal:** codegen related update ([494d140](https://github.com/Finch-API/finch-api-node/commit/494d140972561b3a514a9c0bd61d3bb83ac1c91e))
40+
* **internal:** codegen related update ([a8e3bfe](https://github.com/Finch-API/finch-api-node/commit/a8e3bfe438e40062f491bb6fd2d8ac812f9282a6))
41+
* **internal:** codegen related update ([538f390](https://github.com/Finch-API/finch-api-node/commit/538f39060ceb834a85594ad74c67d0d283363922))
42+
* **internal:** upgrade eslint ([6214114](https://github.com/Finch-API/finch-api-node/commit/6214114e0199bce25ddbbb80ac3fd6c0b1253fc0))
43+
* mcp code tool explicit error message when missing a run function ([a2b50d1](https://github.com/Finch-API/finch-api-node/commit/a2b50d1c96c63cae5aae99e2f4367a24544438dc))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5f603af](https://github.com/Finch-API/finch-api-node/commit/5f603aff5cc117cbbb7b582a9a22e770bf463c88))
45+
* **mcp:** add line numbers to code tool errors ([c26fc28](https://github.com/Finch-API/finch-api-node/commit/c26fc28e473fa605216314fc23b9faebf60e88db))
46+
* **mcp:** clarify http auth error ([c55c8a6](https://github.com/Finch-API/finch-api-node/commit/c55c8a6133192dc5f2b12756e49461833396d4a9))
47+
* **mcp:** update lockfile ([df86be4](https://github.com/Finch-API/finch-api-node/commit/df86be454839bfa61daec0e240ce95a1cdef0a21))
48+
* **mcp:** upgrade jq-web ([b702243](https://github.com/Finch-API/finch-api-node/commit/b702243a99f1943787146aedcbd95dbd8044a1ec))
49+
* sync repo ([f9719e6](https://github.com/Finch-API/finch-api-node/commit/f9719e6ee348fcfeda03678625ba25cdcfb0cc0d))
50+
* use latest @modelcontextprotocol/sdk ([bce0126](https://github.com/Finch-API/finch-api-node/commit/bce0126f0e0cd527acb6011323331f0d39f69390))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([b5747ac](https://github.com/Finch-API/finch-api-node/commit/b5747ac7bfd575b524b9d1eff602aed1f0175b59))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([5091958](https://github.com/Finch-API/finch-api-node/commit/509195884a4a70641932aa9c6dfaeb603ff857c1))
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)