Skip to content

Commit 48e8c08

Browse files
release: 7.0.0
1 parent 3bf9974 commit 48e8c08

6 files changed

Lines changed: 52 additions & 5 deletions

File tree

.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: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-04)
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 ([e834348](https://github.com/Finch-API/finch-api-node/commit/e834348c3f2b44a4b9b0ef8cc00b6995b7f6152a))
10+
* **api:** api update ([2f772cd](https://github.com/Finch-API/finch-api-node/commit/2f772cd1c73dd130ed18a6e67025b4c1e80c73e3))
11+
* **api:** api update ([2c48fd9](https://github.com/Finch-API/finch-api-node/commit/2c48fd943267960b340880632176be20cbd4295a))
12+
* **api:** manual updates ([0389f34](https://github.com/Finch-API/finch-api-node/commit/0389f344b88a94174596c726f508986e19b69679))
13+
* **api:** move node to typescript generator ([66f4f3e](https://github.com/Finch-API/finch-api-node/commit/66f4f3e3557f7c5e7a60186d981abeb8e36fd6be))
14+
* **api:** update automated code reviewer selection ([b9a67c3](https://github.com/Finch-API/finch-api-node/commit/b9a67c351a95663aac899e7102c6ab92e331b822))
15+
* **mcp:** add detail field to docs search tool ([c760959](https://github.com/Finch-API/finch-api-node/commit/c7609593aea09d89a7bd39b4ff6e56838a3c0677))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([92bd73c](https://github.com/Finch-API/finch-api-node/commit/92bd73c3b832aec3edbd526a0b80903059367f33))
17+
* **mcp:** return logs on code tool errors ([6824b61](https://github.com/Finch-API/finch-api-node/commit/6824b612def2a1afc66a586014cf13ea950297b1))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([eee267a](https://github.com/Finch-API/finch-api-node/commit/eee267a061b2066a89c77fabb984d365b5c01a21))
23+
* **api:** resolve build issues ([78b6569](https://github.com/Finch-API/finch-api-node/commit/78b656966d18a86c4c0e5c7bd0fe479f3ad7ac12))
24+
* **java:** Resolve name collisions ([8c7db73](https://github.com/Finch-API/finch-api-node/commit/8c7db73325938a1c708d7b0fe0c88c028669d8c8))
25+
* **mcp:** return tool execution error on api error ([04a0e1e](https://github.com/Finch-API/finch-api-node/commit/04a0e1e61315417e4cd4d35b5107d519909d06fe))
26+
* **mcp:** return tool execution error on jq failure ([16c4987](https://github.com/Finch-API/finch-api-node/commit/16c498713e850237992a0a859b850b1734a0020e))
27+
* **tests:** fix tests ([3fec961](https://github.com/Finch-API/finch-api-node/commit/3fec961467dda357decc6a186e570648205683b9))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([63da79e](https://github.com/Finch-API/finch-api-node/commit/63da79ee7f8771df4c3492b5faa8fc71ddf36362))
33+
* **internal:** codegen related update ([b63fb25](https://github.com/Finch-API/finch-api-node/commit/b63fb259e48e1151cd51a495642fc8085d58aeb5))
34+
* **internal:** codegen related update ([749abf6](https://github.com/Finch-API/finch-api-node/commit/749abf6c48f00de9cd783df82252400ceafb2bf0))
35+
* **internal:** upgrade eslint ([e5a64a5](https://github.com/Finch-API/finch-api-node/commit/e5a64a5efa3db1fa29d5342ec854b60132b3ee6b))
36+
* mcp code tool explicit error message when missing a run function ([5d9cd13](https://github.com/Finch-API/finch-api-node/commit/5d9cd131c5a10e62925fddec70213f77157e4d45))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([849210e](https://github.com/Finch-API/finch-api-node/commit/849210e051c55dbd207fe4c6451e960ba2058950))
38+
* **mcp:** add line numbers to code tool errors ([d56aef3](https://github.com/Finch-API/finch-api-node/commit/d56aef34888490caf065d5154cf6ad5d516e86b2))
39+
* **mcp:** clarify http auth error ([0513e9b](https://github.com/Finch-API/finch-api-node/commit/0513e9b91ecb5e47d24617abf7f5a7f7200d924a))
40+
* **mcp:** upgrade jq-web ([f282cd9](https://github.com/Finch-API/finch-api-node/commit/f282cd9cc1294be5a51a4e6b18fcca73ca1d95b5))
41+
* sync repo ([05b791c](https://github.com/Finch-API/finch-api-node/commit/05b791ccc39b37aef8e58889ab5c6669f3fb99e9))
42+
* use latest @modelcontextprotocol/sdk ([3bf9974](https://github.com/Finch-API/finch-api-node/commit/3bf99745413c53ec8c4d9309f78fa52b836042ca))
43+
44+
45+
### Documentation
46+
47+
* **mcp:** add a README button for one-click add to Cursor ([a6a146d](https://github.com/Finch-API/finch-api-node/commit/a6a146db346995a73e306355aea9b77af847df3c))
48+
* **mcp:** add a README link to add server to VS Code or Claude Code ([fc422da](https://github.com/Finch-API/finch-api-node/commit/fc422dac14122dc4a3c10b407881adcdd9a61a5d))
49+
350
## 6.38.0 (2025-10-27)
451

552
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)