Skip to content

Commit 44e4861

Browse files
release: 7.0.0
1 parent 4ef8da3 commit 44e4861

File tree

6 files changed

+51
-5
lines changed

6 files changed

+51
-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: 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-02)
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 ([e2c9dfc](https://github.com/Finch-API/finch-api-node/commit/e2c9dfc42a65a89aacdf15289a064eda018d9bf7))
10+
* **api:** api update ([147334c](https://github.com/Finch-API/finch-api-node/commit/147334c8f13ac95cfca2339a8e56368d9bad3100))
11+
* **api:** api update ([8197970](https://github.com/Finch-API/finch-api-node/commit/81979704475c04a334fbca68c223ad39b7d5b5ee))
12+
* **api:** manual updates ([fda7f0e](https://github.com/Finch-API/finch-api-node/commit/fda7f0eea578d54cf96bbd4ce48c1d9fa6c0a4b0))
13+
* **api:** move node to typescript generator ([53ac846](https://github.com/Finch-API/finch-api-node/commit/53ac8466c514485ed6958ca3864249f2302b7929))
14+
* **api:** update automated code reviewer selection ([76b550b](https://github.com/Finch-API/finch-api-node/commit/76b550be6eb9c74c4d0bc1bea1a14a7233400ef7))
15+
* **mcp:** add detail field to docs search tool ([4410688](https://github.com/Finch-API/finch-api-node/commit/4410688173346b044cfc9f69021113340599a745))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([b0c91b5](https://github.com/Finch-API/finch-api-node/commit/b0c91b5891391efdec47f4a88ec2db58917f763f))
17+
* **mcp:** return logs on code tool errors ([28f035e](https://github.com/Finch-API/finch-api-node/commit/28f035e174cf496d4e52484e7e9856c4a7cface9))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([c6e9c3d](https://github.com/Finch-API/finch-api-node/commit/c6e9c3dac304414792519788dccfee2caf7e0900))
23+
* **api:** resolve build issues ([dff22b9](https://github.com/Finch-API/finch-api-node/commit/dff22b92f4bf3cc0332c9063ae4aa303438805b1))
24+
* **java:** Resolve name collisions ([b61851f](https://github.com/Finch-API/finch-api-node/commit/b61851fed64a84e8c2728117b23a4977ff6bafab))
25+
* **mcp:** return tool execution error on api error ([ab53d4e](https://github.com/Finch-API/finch-api-node/commit/ab53d4e91b7fc783090e276b8018d94e7417e15e))
26+
* **mcp:** return tool execution error on jq failure ([c35afe8](https://github.com/Finch-API/finch-api-node/commit/c35afe8c753ac1db8262cbcb593c6e1c02347a98))
27+
* **tests:** fix tests ([f55eab3](https://github.com/Finch-API/finch-api-node/commit/f55eab334efb1d22d6179a5fbe2d3619e8a42a70))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([e3c8bfb](https://github.com/Finch-API/finch-api-node/commit/e3c8bfbcf58ba2d185d3fdae0d24ba90f06143c0))
33+
* **internal:** codegen related update ([a415d03](https://github.com/Finch-API/finch-api-node/commit/a415d03f8f5e2b9e12e1953dbcf46e2b93bf20a1))
34+
* **internal:** codegen related update ([1024885](https://github.com/Finch-API/finch-api-node/commit/1024885362e632815608c71b9eefa68308adef9e))
35+
* **internal:** upgrade eslint ([4ef8da3](https://github.com/Finch-API/finch-api-node/commit/4ef8da33018aafa7f73914bf00f0977ef198225a))
36+
* mcp code tool explicit error message when missing a run function ([354c863](https://github.com/Finch-API/finch-api-node/commit/354c863362d4209cba6ebc18caf0680b3ba2ed10))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([feb2ffa](https://github.com/Finch-API/finch-api-node/commit/feb2ffaf2d666c8c7ec881cd5e9e76ce8bba5bbb))
38+
* **mcp:** add line numbers to code tool errors ([fa19336](https://github.com/Finch-API/finch-api-node/commit/fa19336c3aee6b07598c45aa8b89e132652044a0))
39+
* **mcp:** clarify http auth error ([b73db61](https://github.com/Finch-API/finch-api-node/commit/b73db6175b8a05114d1f3d62bb7decf092befaff))
40+
* **mcp:** upgrade jq-web ([ad38124](https://github.com/Finch-API/finch-api-node/commit/ad38124595c2381c6aa2f0a2fa71fe55de6b4adf))
41+
* sync repo ([164fda1](https://github.com/Finch-API/finch-api-node/commit/164fda1a9149d361958cd702fbd4e42c929fcc4c))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([3b745db](https://github.com/Finch-API/finch-api-node/commit/3b745db51a8226176aaaf6d384b2f1bf906bc787))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([12f52b8](https://github.com/Finch-API/finch-api-node/commit/12f52b83ee89aa08b3a4068fd320025462bf6c70))
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)