Skip to content

Commit 54c4900

Browse files
release: 7.0.0
1 parent d2975ec commit 54c4900

File tree

6 files changed

+43
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-20)
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 ([64cb284](https://github.com/Finch-API/finch-api-node/commit/64cb284198973b9ce638cd6731e4e701af04e470))
10+
* **api:** api update ([02871ff](https://github.com/Finch-API/finch-api-node/commit/02871ffad41d47c608a57c18529c5c2b612df8cf))
11+
* **api:** move node to typescript generator ([e166b3b](https://github.com/Finch-API/finch-api-node/commit/e166b3b41287014798da24b15abb1a43f1ef3a3e))
12+
* **api:** update automated code reviewer selection ([6df94f0](https://github.com/Finch-API/finch-api-node/commit/6df94f010ddb380718a444e3ae57c80adc3f6ffe))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([10b7274](https://github.com/Finch-API/finch-api-node/commit/10b7274dda1256fce4bf4d54f2c76d243be7a63e))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([cf19b62](https://github.com/Finch-API/finch-api-node/commit/cf19b62f2334066f6271186bff56d80a512dc1e5))
19+
* **api:** resolve build issues ([c810669](https://github.com/Finch-API/finch-api-node/commit/c810669410994166b77004a1520f97400546be8c))
20+
* **mcp:** return tool execution error on jq failure ([750a753](https://github.com/Finch-API/finch-api-node/commit/750a7530321b84c1de4e15d59f8a0bffd521963f))
21+
* **tests:** fix tests ([d2975ec](https://github.com/Finch-API/finch-api-node/commit/d2975ec144c25d14ad3f4a2e7ab122cc21ed10dc))
22+
23+
24+
### Chores
25+
26+
* **internal:** codegen related update ([a780b74](https://github.com/Finch-API/finch-api-node/commit/a780b741472e1ab08bfd96f892031c68d149c691))
27+
* **internal:** codegen related update ([3e50911](https://github.com/Finch-API/finch-api-node/commit/3e50911ab080db353b58acc2aba086142d2df52b))
28+
* mcp code tool explicit error message when missing a run function ([ed58e12](https://github.com/Finch-API/finch-api-node/commit/ed58e12ccb1c15709172fabd8c6d89dc3a6e6c14))
29+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c5edccc](https://github.com/Finch-API/finch-api-node/commit/c5edccc1b39c47d813537658ff3ddd5554114074))
30+
* **mcp:** add line numbers to code tool errors ([b1ada58](https://github.com/Finch-API/finch-api-node/commit/b1ada587b92c5541ad485a48732103848b60e705))
31+
* **mcp:** clarify http auth error ([82b10df](https://github.com/Finch-API/finch-api-node/commit/82b10df41069eb338dbc09ab1f6a4bea3b7fd9ad))
32+
* **mcp:** upgrade jq-web ([ef999e6](https://github.com/Finch-API/finch-api-node/commit/ef999e6ab0757c17f2199e301b700843dd07f35c))
33+
* sync repo ([80028d1](https://github.com/Finch-API/finch-api-node/commit/80028d166fe39f345e57f18642add58ab0dfcd40))
34+
35+
36+
### Documentation
37+
38+
* **mcp:** add a README button for one-click add to Cursor ([5075780](https://github.com/Finch-API/finch-api-node/commit/5075780ba4d43ade4c7f0fe6f80b9bc13a5554df))
39+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f7e8ef9](https://github.com/Finch-API/finch-api-node/commit/f7e8ef983450013447cc8276ea9e3259a67055cc))
40+
341
## 6.38.0 (2025-10-27)
442

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