Skip to content

Commit c540de8

Browse files
release: 7.0.0
1 parent 255c0f5 commit c540de8

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 ([415b1b4](https://github.com/Finch-API/finch-api-node/commit/415b1b40273c17a2989e0b67d74d88d904fcb8fa))
10+
* **api:** api update ([b17c4a6](https://github.com/Finch-API/finch-api-node/commit/b17c4a60a7aba063f085256cb3a25bd536ae7525))
11+
* **api:** manual updates ([255c0f5](https://github.com/Finch-API/finch-api-node/commit/255c0f52ef8890039a93665ef3fd94aa843f9806))
12+
* **api:** move node to typescript generator ([65abe3e](https://github.com/Finch-API/finch-api-node/commit/65abe3e530e995cc66da1276129dd313c0821b03))
13+
* **api:** update automated code reviewer selection ([a655b65](https://github.com/Finch-API/finch-api-node/commit/a655b6594d6829fa5f708f99f6362557db4c1097))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([6aba8b9](https://github.com/Finch-API/finch-api-node/commit/6aba8b92d304161fbf66fb752f911aeceed2500d))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([800f2a4](https://github.com/Finch-API/finch-api-node/commit/800f2a41f3f228504834dc76ce5bc6f472a89f0f))
20+
* **api:** resolve build issues ([9d9742d](https://github.com/Finch-API/finch-api-node/commit/9d9742dad54041e048bf42035db566225ccf12ab))
21+
* **java:** Resolve name collisions ([caa5340](https://github.com/Finch-API/finch-api-node/commit/caa5340e505b90fee402e4233a00d4b20b135bf4))
22+
* **mcp:** return tool execution error on jq failure ([d544d8b](https://github.com/Finch-API/finch-api-node/commit/d544d8ba35e3bf6e43fcb9b5d6dbae0095262b28))
23+
* **tests:** fix tests ([8d315e4](https://github.com/Finch-API/finch-api-node/commit/8d315e4d142e0d912961f234fb0d786d9306e761))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([53a437a](https://github.com/Finch-API/finch-api-node/commit/53a437a6449c028199b9d8a66655b38a1690eb78))
29+
* **internal:** codegen related update ([163d489](https://github.com/Finch-API/finch-api-node/commit/163d4899b4fe1f0ae36d501c833aba2a78faa855))
30+
* mcp code tool explicit error message when missing a run function ([3954a8d](https://github.com/Finch-API/finch-api-node/commit/3954a8d7f30b3761204bdc893d07464514309759))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([401f01f](https://github.com/Finch-API/finch-api-node/commit/401f01fd52ddb0c17856fe18c09429d0ae5943dd))
32+
* **mcp:** add line numbers to code tool errors ([25d8669](https://github.com/Finch-API/finch-api-node/commit/25d8669db9a7f36342dd3bdd7578ceffb71fb01b))
33+
* **mcp:** clarify http auth error ([0fa6954](https://github.com/Finch-API/finch-api-node/commit/0fa6954ddeea77447b8c2c476a641f7249f5fe27))
34+
* **mcp:** upgrade jq-web ([59c7ac4](https://github.com/Finch-API/finch-api-node/commit/59c7ac40379c4dcd39b6289fb8a3addd35688181))
35+
* sync repo ([c8ecb0b](https://github.com/Finch-API/finch-api-node/commit/c8ecb0be60ca8822335fc5275eb18acb01913bdf))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([4a75a57](https://github.com/Finch-API/finch-api-node/commit/4a75a5733e515f618d4c28aab07c9ba985e0bf89))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([1a3fdee](https://github.com/Finch-API/finch-api-node/commit/1a3fdee67513fe19a6efb0a1626640144b9bcd0b))
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)