Skip to content

Commit 3d4ca4c

Browse files
release: 7.0.0
1 parent e8861f4 commit 3d4ca4c

File tree

6 files changed

+44
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-21)
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 ([8a500b2](https://github.com/Finch-API/finch-api-node/commit/8a500b265df5d823c94d681190e578eb82a056a9))
10+
* **api:** api update ([544e1bf](https://github.com/Finch-API/finch-api-node/commit/544e1bf59ef54fcc3d06599fe3fc4c70a71c1b0a))
11+
* **api:** move node to typescript generator ([682cc9f](https://github.com/Finch-API/finch-api-node/commit/682cc9f93b5910eee2ef73f903cb1eb277580054))
12+
* **api:** update automated code reviewer selection ([5f52580](https://github.com/Finch-API/finch-api-node/commit/5f52580e7558e1a8db3428a308b60eb1e889167d))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([259de3c](https://github.com/Finch-API/finch-api-node/commit/259de3ca6fd0d17809daa7e40c0b4b606dbf47fc))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([4cec4fd](https://github.com/Finch-API/finch-api-node/commit/4cec4fd9898fc0946191d32d9dbe40e636dd531b))
19+
* **api:** resolve build issues ([acddfe0](https://github.com/Finch-API/finch-api-node/commit/acddfe07fe604b4b4cf6388d2c0cda4dc2a99722))
20+
* **java:** Resolve name collisions ([e8861f4](https://github.com/Finch-API/finch-api-node/commit/e8861f4cb05d44fd105c72b92f5b8640f27172d1))
21+
* **mcp:** return tool execution error on jq failure ([217de52](https://github.com/Finch-API/finch-api-node/commit/217de52c6f8e84dddd62435d98d74f63a43387e7))
22+
* **tests:** fix tests ([9dd308e](https://github.com/Finch-API/finch-api-node/commit/9dd308ec403cd4c507d1e0d7ef64246a2d6fa46a))
23+
24+
25+
### Chores
26+
27+
* **internal:** codegen related update ([58bdade](https://github.com/Finch-API/finch-api-node/commit/58bdade675e6a9389e9ababfc62a49d1b64ea13b))
28+
* **internal:** codegen related update ([5378925](https://github.com/Finch-API/finch-api-node/commit/537892501ade7650ab60cbbc85b6700ed8d306f8))
29+
* mcp code tool explicit error message when missing a run function ([a5030e2](https://github.com/Finch-API/finch-api-node/commit/a5030e2be74eb990e068bc432e23f9dbd602cd89))
30+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d77d989](https://github.com/Finch-API/finch-api-node/commit/d77d9896302fb5c06afcdcb6aa625b42ebcd2e67))
31+
* **mcp:** add line numbers to code tool errors ([b3e3205](https://github.com/Finch-API/finch-api-node/commit/b3e3205e261b24d43f04616379fd1ab8cc41c64f))
32+
* **mcp:** clarify http auth error ([0f65dca](https://github.com/Finch-API/finch-api-node/commit/0f65dca884df716b30f3210ba4fa8fd3fef4583a))
33+
* **mcp:** upgrade jq-web ([0783f16](https://github.com/Finch-API/finch-api-node/commit/0783f16a5b6999f25eb66a8b9615b02107f97f73))
34+
* sync repo ([6e14a1b](https://github.com/Finch-API/finch-api-node/commit/6e14a1b83da414395302fd46e2793bc8f2f9b6fc))
35+
36+
37+
### Documentation
38+
39+
* **mcp:** add a README button for one-click add to Cursor ([49efe9a](https://github.com/Finch-API/finch-api-node/commit/49efe9abff6fc5d083f7d7258a0b4247610333d0))
40+
* **mcp:** add a README link to add server to VS Code or Claude Code ([430e0f0](https://github.com/Finch-API/finch-api-node/commit/430e0f087197d92add409a8026f27b49b744b1a3))
41+
342
## 6.38.0 (2025-10-27)
443

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