Skip to content

Commit fea6150

Browse files
release: 7.0.0
1 parent fddcb45 commit fea6150

File tree

6 files changed

+45
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-25)
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 ([cb54b74](https://github.com/Finch-API/finch-api-node/commit/cb54b74bbcb20818e0bb78e01a72c066dcd6b3e6))
10+
* **api:** api update ([b44ee42](https://github.com/Finch-API/finch-api-node/commit/b44ee42b135b2315c05abf5aeb38eef6e10bf7fb))
11+
* **api:** manual updates ([fddcb45](https://github.com/Finch-API/finch-api-node/commit/fddcb4545489c0e9e93538795eb30c6c8e37fbaf))
12+
* **api:** move node to typescript generator ([adae7fc](https://github.com/Finch-API/finch-api-node/commit/adae7fc07f8f1ab2fe2f3f66e83b6c90b579eee7))
13+
* **api:** update automated code reviewer selection ([cb1c86d](https://github.com/Finch-API/finch-api-node/commit/cb1c86ddc08b3bab2d5f74f9181e07c2008659fe))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([a8e3fd6](https://github.com/Finch-API/finch-api-node/commit/a8e3fd6a8287261139a91209be16cafef979469f))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([5c8e351](https://github.com/Finch-API/finch-api-node/commit/5c8e3514dd795129550cbfff73b9c7af3c383f12))
20+
* **api:** resolve build issues ([016c2f6](https://github.com/Finch-API/finch-api-node/commit/016c2f6249a285192fcbc15bb148c0594104e097))
21+
* **java:** Resolve name collisions ([4f1a268](https://github.com/Finch-API/finch-api-node/commit/4f1a268a1080102baf7273e0237fa1c85c5c19c7))
22+
* **mcp:** return tool execution error on jq failure ([88af14f](https://github.com/Finch-API/finch-api-node/commit/88af14f16843379974e868fb1e8c405009a9de28))
23+
* **tests:** fix tests ([d0f56ef](https://github.com/Finch-API/finch-api-node/commit/d0f56ef8e7f4700b52d9b327b07823e5c9cdeb9c))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([fb1ec97](https://github.com/Finch-API/finch-api-node/commit/fb1ec975897c515619fe771e30a2cecc7efaf9ae))
29+
* **internal:** codegen related update ([856e76f](https://github.com/Finch-API/finch-api-node/commit/856e76f40e6291a5736c5328cb60e36e2ac68af5))
30+
* mcp code tool explicit error message when missing a run function ([071a249](https://github.com/Finch-API/finch-api-node/commit/071a2499d71095dbd47fac4dbe4dd2595cb97e6b))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f2add36](https://github.com/Finch-API/finch-api-node/commit/f2add363409cd844b847e2c1f481bcef38ad8d67))
32+
* **mcp:** add line numbers to code tool errors ([095f43f](https://github.com/Finch-API/finch-api-node/commit/095f43f9424f580c058ab9b3e3d97cba8be08d2d))
33+
* **mcp:** clarify http auth error ([33b067a](https://github.com/Finch-API/finch-api-node/commit/33b067a8824c63bf0d5782d79d4f9b6ce78dad64))
34+
* **mcp:** upgrade jq-web ([d1f85f5](https://github.com/Finch-API/finch-api-node/commit/d1f85f59f6c0efc9bade8588a1ded098c350b4d8))
35+
* sync repo ([e621165](https://github.com/Finch-API/finch-api-node/commit/e62116593fbd3744674bb3cace588f2d16db58a1))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([c8accb0](https://github.com/Finch-API/finch-api-node/commit/c8accb00d6e7410d5620b0a00c595110c6936970))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ef76d14](https://github.com/Finch-API/finch-api-node/commit/ef76d1463e9b6c4e0972592092eb0bfe0efc5826))
42+
343
## 6.38.0 (2025-10-27)
444

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