Skip to content

Commit 9403726

Browse files
release: 7.0.0
1 parent 722ddec commit 9403726

6 files changed

Lines changed: 51 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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-03)
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 ([1275f2d](https://github.com/Finch-API/finch-api-node/commit/1275f2d92172b764740889d9371bb86682ae6087))
10+
* **api:** api update ([7dc5fd1](https://github.com/Finch-API/finch-api-node/commit/7dc5fd13db6f7f2ea09a6d8903c8285c45172e91))
11+
* **api:** api update ([273c69b](https://github.com/Finch-API/finch-api-node/commit/273c69b4212c0217723157ef0665a88eceb1643d))
12+
* **api:** manual updates ([cab43fc](https://github.com/Finch-API/finch-api-node/commit/cab43fcb2de19e820b722e89f82251fb3e961619))
13+
* **api:** move node to typescript generator ([21f68b7](https://github.com/Finch-API/finch-api-node/commit/21f68b7c042349009cc5cef204a9b121b03a376a))
14+
* **api:** update automated code reviewer selection ([8c8901a](https://github.com/Finch-API/finch-api-node/commit/8c8901a896782f9f3fa37c00b5a9626eff05ce59))
15+
* **mcp:** add detail field to docs search tool ([f764684](https://github.com/Finch-API/finch-api-node/commit/f764684f1b143a4339142a5e1d9b8e5399762ebe))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([c03ce3a](https://github.com/Finch-API/finch-api-node/commit/c03ce3aefdb20968a8d2cc451aef578667847ffe))
17+
* **mcp:** return logs on code tool errors ([557b9b2](https://github.com/Finch-API/finch-api-node/commit/557b9b2ea9776411fdae5b446e1746362ce26c20))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([375737d](https://github.com/Finch-API/finch-api-node/commit/375737d7397b21cd7c0dc381f524e309aad43dfb))
23+
* **api:** resolve build issues ([279c744](https://github.com/Finch-API/finch-api-node/commit/279c744b03c21553baec269e50bb2f40378d4081))
24+
* **java:** Resolve name collisions ([7a31d9f](https://github.com/Finch-API/finch-api-node/commit/7a31d9f9a96b832b5213a1a420ea11502076541a))
25+
* **mcp:** return tool execution error on api error ([7376454](https://github.com/Finch-API/finch-api-node/commit/73764541a2098b25e1593cb78d86435a7e3d1b0f))
26+
* **mcp:** return tool execution error on jq failure ([6c323bf](https://github.com/Finch-API/finch-api-node/commit/6c323bf4eb55511d9c554b41c4daea49c9d6aa7c))
27+
* **tests:** fix tests ([9424528](https://github.com/Finch-API/finch-api-node/commit/942452837885b0e2f1325027a292b423e1a101ae))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([c172001](https://github.com/Finch-API/finch-api-node/commit/c172001c78fed7b6fca77291d594be3849d3569e))
33+
* **internal:** codegen related update ([b196518](https://github.com/Finch-API/finch-api-node/commit/b1965183be02d77aaf4978473445b5e4cb717f5b))
34+
* **internal:** codegen related update ([085392c](https://github.com/Finch-API/finch-api-node/commit/085392c482dfb4c849e105dd8e4fc89ebdcd7930))
35+
* **internal:** upgrade eslint ([722ddec](https://github.com/Finch-API/finch-api-node/commit/722ddec9624bb0ea7e8b2e70c39c5c63b699fcd1))
36+
* mcp code tool explicit error message when missing a run function ([2403105](https://github.com/Finch-API/finch-api-node/commit/240310513c65243391652e01758c437bd231c052))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([4042930](https://github.com/Finch-API/finch-api-node/commit/40429301f47778cea526a0371ad55ea135c12fb5))
38+
* **mcp:** add line numbers to code tool errors ([5e09eb1](https://github.com/Finch-API/finch-api-node/commit/5e09eb11f4be64cd6b69ecdaaa870e4eec15d786))
39+
* **mcp:** clarify http auth error ([3fda9f2](https://github.com/Finch-API/finch-api-node/commit/3fda9f238f9f8c0a784cc5397b3d65a7e5e7cbd0))
40+
* **mcp:** upgrade jq-web ([46fd1ac](https://github.com/Finch-API/finch-api-node/commit/46fd1ac8012ed0ea2fa5afb78ff04d6b9bb8ca74))
41+
* sync repo ([66fe020](https://github.com/Finch-API/finch-api-node/commit/66fe0203d967a8847dfd4d01b7d3e48b67586dbd))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([dff1756](https://github.com/Finch-API/finch-api-node/commit/dff1756b7feccb311cc84c642f9b0bd7364ea69f))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([fc509cf](https://github.com/Finch-API/finch-api-node/commit/fc509cf9221fc1dbc6c5edcb44ab3d4cf1755831))
48+
349
## 6.38.0 (2025-10-27)
450

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