Skip to content

Commit 2e57cc7

Browse files
release: 7.0.0
1 parent 7fe2a2b commit 2e57cc7

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 ([0975533](https://github.com/Finch-API/finch-api-node/commit/0975533ae9d509fc5eb81182efd387001eb9e140))
10+
* **api:** api update ([856b19d](https://github.com/Finch-API/finch-api-node/commit/856b19d20014bf52cbdbb62bfc5ceafc5dc2cdb3))
11+
* **api:** api update ([c2b1ea8](https://github.com/Finch-API/finch-api-node/commit/c2b1ea87371a5f9899ce61f5ae9156157408a602))
12+
* **api:** manual updates ([a42da52](https://github.com/Finch-API/finch-api-node/commit/a42da52bbc1f789d2b9601a846df3dc1a37398ba))
13+
* **api:** move node to typescript generator ([e583318](https://github.com/Finch-API/finch-api-node/commit/e58331834a8e9123f23b3fdf27ac621991927a5d))
14+
* **api:** update automated code reviewer selection ([237ae7d](https://github.com/Finch-API/finch-api-node/commit/237ae7dcffb66f22b556e3dd9a4c12f67acf85c2))
15+
* **mcp:** add detail field to docs search tool ([efbaa73](https://github.com/Finch-API/finch-api-node/commit/efbaa73935cd35111f894feb432b452e663b2073))
16+
* **mcp:** add typescript check to code execution tool ([55af3f4](https://github.com/Finch-API/finch-api-node/commit/55af3f4becc091f19199e534699112cf50dbd13e))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([9200735](https://github.com/Finch-API/finch-api-node/commit/9200735bf582006628bd71fe59ada00cf2826a28))
18+
* **mcp:** handle code mode calls in the Stainless API ([02dcffc](https://github.com/Finch-API/finch-api-node/commit/02dcffcfbf92d580a8a80e1a3653174c4882b9f2))
19+
* **mcp:** return logs on code tool errors ([25b84d4](https://github.com/Finch-API/finch-api-node/commit/25b84d4cc1f8393285e70ac88c526dd345a12c3f))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([d453103](https://github.com/Finch-API/finch-api-node/commit/d45310302d539eaa9d082f7be138ab95ee5f3a39))
25+
* **api:** resolve build issues ([abd7786](https://github.com/Finch-API/finch-api-node/commit/abd778603d4758b9a26a1dc465371e8407e884b6))
26+
* **java:** Resolve name collisions ([22c5d3a](https://github.com/Finch-API/finch-api-node/commit/22c5d3a0c3dfe000fe2d17f223709ba4910b0f08))
27+
* **mcp:** add client instantiation options to code tool ([fece726](https://github.com/Finch-API/finch-api-node/commit/fece7263714fe7a27da9d7c6918d7c76001e7c58))
28+
* **mcp:** correct code tool API endpoint ([dd7b1ee](https://github.com/Finch-API/finch-api-node/commit/dd7b1eea0ae45e8bed3550f3ed1fefb34262b97d))
29+
* **mcp:** return correct lines on typescript errors ([1ed67cc](https://github.com/Finch-API/finch-api-node/commit/1ed67cc99c6eb0c8e52b71745f10c8c20eca8b53))
30+
* **mcp:** return tool execution error on api error ([b331dfd](https://github.com/Finch-API/finch-api-node/commit/b331dfd65d4fd623d6c20572a67d88e6a541fdf4))
31+
* **mcp:** return tool execution error on jq failure ([a05e05b](https://github.com/Finch-API/finch-api-node/commit/a05e05bbd5f3c086181534bcf48feaa5192e8960))
32+
* **tests:** fix tests ([ecfa411](https://github.com/Finch-API/finch-api-node/commit/ecfa411719d30332079f8ad4d4cf5b434020fc32))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([093ee04](https://github.com/Finch-API/finch-api-node/commit/093ee04f519dba499635b5e8033f18c8879e1356))
38+
* **internal:** codegen related update ([2c82fa1](https://github.com/Finch-API/finch-api-node/commit/2c82fa119d381c2777bffb1daa351f2b0f927dda))
39+
* **internal:** codegen related update ([009b677](https://github.com/Finch-API/finch-api-node/commit/009b677d14514a5ce7075d9748c1d8d169f66dfd))
40+
* **internal:** codegen related update ([dd886fd](https://github.com/Finch-API/finch-api-node/commit/dd886fd615e3719c602e5a89e1128a84e898b26c))
41+
* **internal:** codegen related update ([b22ac77](https://github.com/Finch-API/finch-api-node/commit/b22ac778be5cb64df4df6ae53de900c89b8bf252))
42+
* **internal:** upgrade eslint ([2c27566](https://github.com/Finch-API/finch-api-node/commit/2c2756691cefa34406139a1054ad3c2b3609fc56))
43+
* mcp code tool explicit error message when missing a run function ([ae8f4cb](https://github.com/Finch-API/finch-api-node/commit/ae8f4cb124d3f645ebac24caf91f47c5933b930b))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([8226da8](https://github.com/Finch-API/finch-api-node/commit/8226da88dfafd4ecb00dd4f3c15252d400d3d6fd))
45+
* **mcp:** add line numbers to code tool errors ([4bc8929](https://github.com/Finch-API/finch-api-node/commit/4bc8929ea01f0eabee184aa8dfdea0ba284a1d63))
46+
* **mcp:** clarify http auth error ([1f11d4c](https://github.com/Finch-API/finch-api-node/commit/1f11d4c0af9894773026b9322e7c9874d827205b))
47+
* **mcp:** update lockfile ([7fe2a2b](https://github.com/Finch-API/finch-api-node/commit/7fe2a2b35814d12b20c68330981fc5899b120512))
48+
* **mcp:** upgrade jq-web ([b9078ad](https://github.com/Finch-API/finch-api-node/commit/b9078ad57e412a6b43698764a9d1ce4b49ecbfa4))
49+
* sync repo ([90896b0](https://github.com/Finch-API/finch-api-node/commit/90896b053839f553255b47b00ca6e486e105711f))
50+
* use latest @modelcontextprotocol/sdk ([33a71b8](https://github.com/Finch-API/finch-api-node/commit/33a71b8dda7e95088e10b0196156b0c0864267da))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([8676dc8](https://github.com/Finch-API/finch-api-node/commit/8676dc813a38d127c6fb74cc9999c9523828978b))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([03d0e2e](https://github.com/Finch-API/finch-api-node/commit/03d0e2e7b87763bb30c31df0baad4479628e12d9))
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)