Skip to content

Commit 48e1965

Browse files
release: 7.0.0
1 parent 53f7ca4 commit 48e1965

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 ([c27b7dc](https://github.com/Finch-API/finch-api-node/commit/c27b7dc45967349de0b10e669b6653bfb8e36d20))
10+
* **api:** api update ([dff1455](https://github.com/Finch-API/finch-api-node/commit/dff1455af9836bba94e7646e1a2318cbc1479840))
11+
* **api:** api update ([b62c02f](https://github.com/Finch-API/finch-api-node/commit/b62c02f21485be2666ed854d9825b29073c04395))
12+
* **api:** manual updates ([9b7e87a](https://github.com/Finch-API/finch-api-node/commit/9b7e87aa60701fcbc27fd60284ccbdfb387233f2))
13+
* **api:** move node to typescript generator ([6c3e5c4](https://github.com/Finch-API/finch-api-node/commit/6c3e5c45b7a9525c9a70c5d7a1477a059e553f56))
14+
* **api:** update automated code reviewer selection ([c933f5b](https://github.com/Finch-API/finch-api-node/commit/c933f5b3f6250db3fa8479671efe3ffbb041d11b))
15+
* **mcp:** add detail field to docs search tool ([b9340c0](https://github.com/Finch-API/finch-api-node/commit/b9340c0d13bd1a3a5d27342e757ce1aae8ca60cf))
16+
* **mcp:** add typescript check to code execution tool ([4ee05f5](https://github.com/Finch-API/finch-api-node/commit/4ee05f5b48d16f4b69c8804c7874994db8349da8))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([f82f237](https://github.com/Finch-API/finch-api-node/commit/f82f237463eb1e0b0b822fa7f4b4180eeb89752a))
18+
* **mcp:** handle code mode calls in the Stainless API ([9f83e7e](https://github.com/Finch-API/finch-api-node/commit/9f83e7e534ff10e4f0939b9e830165010cc1d25e))
19+
* **mcp:** return logs on code tool errors ([9265867](https://github.com/Finch-API/finch-api-node/commit/9265867a2565e7ba5842c54d74054cee84376ddf))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([566c3eb](https://github.com/Finch-API/finch-api-node/commit/566c3eb4994dae9137595d235a95d6fb58f14ac7))
25+
* **api:** resolve build issues ([67d44b5](https://github.com/Finch-API/finch-api-node/commit/67d44b50f902cde4e375df0e43fb3e7da5c2b316))
26+
* **java:** Resolve name collisions ([aa45188](https://github.com/Finch-API/finch-api-node/commit/aa45188ffbfeef5844b6d8f588c5bdf63312271c))
27+
* **mcp:** add client instantiation options to code tool ([7c6ca28](https://github.com/Finch-API/finch-api-node/commit/7c6ca285a1f69fdf0846f11bf293defffac91d2d))
28+
* **mcp:** correct code tool API endpoint ([47398d4](https://github.com/Finch-API/finch-api-node/commit/47398d4d4c993a3bc9a78e546b1fd5d2f2de4e88))
29+
* **mcp:** return correct lines on typescript errors ([9a2cb49](https://github.com/Finch-API/finch-api-node/commit/9a2cb49eaad43c28083835b9f2fbcb49e9650284))
30+
* **mcp:** return tool execution error on api error ([dde587f](https://github.com/Finch-API/finch-api-node/commit/dde587fefe6f47f5a9e68936af3efc91e33da4f0))
31+
* **mcp:** return tool execution error on jq failure ([98c8661](https://github.com/Finch-API/finch-api-node/commit/98c8661ca20e4d6283fc030c0d5154aafe655c53))
32+
* **tests:** fix tests ([0ba76f4](https://github.com/Finch-API/finch-api-node/commit/0ba76f441e15c1dc1a4d158fbce0bc79d4630908))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([1ab09e8](https://github.com/Finch-API/finch-api-node/commit/1ab09e8c13ec8693849ba79064e950c207c5af97))
38+
* **internal:** codegen related update ([972e7f5](https://github.com/Finch-API/finch-api-node/commit/972e7f5bf3c1920160b12d49f56fcbb2b324faef))
39+
* **internal:** codegen related update ([0251d61](https://github.com/Finch-API/finch-api-node/commit/0251d612820efe98cea3e3ae45e0657cc97a93db))
40+
* **internal:** codegen related update ([e194dca](https://github.com/Finch-API/finch-api-node/commit/e194dca58c4dd96e9677ee4d9ed5be29f251fd3c))
41+
* **internal:** codegen related update ([0422477](https://github.com/Finch-API/finch-api-node/commit/0422477e5f118fe8c7fcecfea35f406b44c0e92a))
42+
* **internal:** upgrade eslint ([184cb2d](https://github.com/Finch-API/finch-api-node/commit/184cb2dd69f28bd9b65cb234d8b90045a885aa19))
43+
* mcp code tool explicit error message when missing a run function ([ff80628](https://github.com/Finch-API/finch-api-node/commit/ff80628a9409bf9ecf01e8a914a41fa2bcf749e0))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f4ee07f](https://github.com/Finch-API/finch-api-node/commit/f4ee07f4f3373b6039703330e377f69281869925))
45+
* **mcp:** add line numbers to code tool errors ([dc336be](https://github.com/Finch-API/finch-api-node/commit/dc336be620a25c4b7304a7bc2bc8c7ea586613aa))
46+
* **mcp:** clarify http auth error ([5284468](https://github.com/Finch-API/finch-api-node/commit/5284468b8ef07f2e45dc6e26faff9cf52b3f0838))
47+
* **mcp:** update lockfile ([53f7ca4](https://github.com/Finch-API/finch-api-node/commit/53f7ca4ab26683e613f28fe645a7bfc54408058b))
48+
* **mcp:** upgrade jq-web ([1af5677](https://github.com/Finch-API/finch-api-node/commit/1af56776f405517d9c0f1eeae2465cfa570e5a00))
49+
* sync repo ([2c716b4](https://github.com/Finch-API/finch-api-node/commit/2c716b458d44998a14d9d50562459b59dcfd8b00))
50+
* use latest @modelcontextprotocol/sdk ([b5a1cfc](https://github.com/Finch-API/finch-api-node/commit/b5a1cfc362c18ea0c86cba20f3bdcf81493016c1))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([70fcba4](https://github.com/Finch-API/finch-api-node/commit/70fcba47933bd893647fb2f01863d85ed510068b))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([636e18a](https://github.com/Finch-API/finch-api-node/commit/636e18ab10ca00185d951f67d28bef98f49bdbe8))
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)