Skip to content

Commit 7fbae30

Browse files
release: 7.0.0
1 parent 67b4e14 commit 7fbae30

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-24)
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 ([e9d8710](https://github.com/Finch-API/finch-api-node/commit/e9d8710f79a4167b579cd6638553d911bf9fb327))
10+
* **api:** api update ([1fbd275](https://github.com/Finch-API/finch-api-node/commit/1fbd275decbe1a8b5c24cd1ba1a855dd3b60842a))
11+
* **api:** manual updates ([67b4e14](https://github.com/Finch-API/finch-api-node/commit/67b4e1412d2e8c0b4da37f87b8b1ad5bd10f6cdf))
12+
* **api:** move node to typescript generator ([6b4922d](https://github.com/Finch-API/finch-api-node/commit/6b4922d0540b6a67351ed100b034bd413bec3143))
13+
* **api:** update automated code reviewer selection ([9f0d1ff](https://github.com/Finch-API/finch-api-node/commit/9f0d1ffb57058e4f06a2aa91c32a74aa5ee77c74))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([c5fc454](https://github.com/Finch-API/finch-api-node/commit/c5fc454089fe1729f90bd5aaa0fc7ba93c5242e8))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([ea2062f](https://github.com/Finch-API/finch-api-node/commit/ea2062f14631256b3e1303728d56315944e974a0))
20+
* **api:** resolve build issues ([8bc3288](https://github.com/Finch-API/finch-api-node/commit/8bc328886784dda100b0ce7510c9e75f8d091eba))
21+
* **java:** Resolve name collisions ([32078d9](https://github.com/Finch-API/finch-api-node/commit/32078d9b9439a22dba4eaf5c3e5f63ac484e1186))
22+
* **mcp:** return tool execution error on jq failure ([a894862](https://github.com/Finch-API/finch-api-node/commit/a8948623e34135fcd2df43d90ccdbf8160a3860e))
23+
* **tests:** fix tests ([7993074](https://github.com/Finch-API/finch-api-node/commit/7993074550e4d92a7cb2ce31c313947dd910a4d2))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([1081f6f](https://github.com/Finch-API/finch-api-node/commit/1081f6f86990186997e349cc2e6300031faeea5b))
29+
* **internal:** codegen related update ([c175b2b](https://github.com/Finch-API/finch-api-node/commit/c175b2b8b237fd96c5bc21d9449b42b30ac11472))
30+
* mcp code tool explicit error message when missing a run function ([4a8622a](https://github.com/Finch-API/finch-api-node/commit/4a8622ab2d05db2f42da23ed23ec06eb95d3792d))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([4ace59b](https://github.com/Finch-API/finch-api-node/commit/4ace59bfedb3c84875fa81b919024bebac73c992))
32+
* **mcp:** add line numbers to code tool errors ([d6e8bfa](https://github.com/Finch-API/finch-api-node/commit/d6e8bfa121fe8609cb2506ed6716691bb6b6672d))
33+
* **mcp:** clarify http auth error ([23168d1](https://github.com/Finch-API/finch-api-node/commit/23168d13c2cec18959fb30d4fb7c9da3551486ce))
34+
* **mcp:** upgrade jq-web ([b93e227](https://github.com/Finch-API/finch-api-node/commit/b93e2274c6baf21479b084455fa8846478a47f36))
35+
* sync repo ([7dd38f3](https://github.com/Finch-API/finch-api-node/commit/7dd38f397f25b31aeb7300ab1f076709721c8cd1))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([e992959](https://github.com/Finch-API/finch-api-node/commit/e992959bd359525afe0323252a00a6107926b791))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([07f2e73](https://github.com/Finch-API/finch-api-node/commit/07f2e736f1d78797a3e39475e0e5e48c9b2c6d94))
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)