Skip to content

Commit dcb306c

Browse files
release: 7.0.0
1 parent 097d1d1 commit dcb306c

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-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 ([3591d14](https://github.com/Finch-API/finch-api-node/commit/3591d1432b8d08e0fe6193b31353dc83112d2c42))
10+
* **api:** api update ([51f71e3](https://github.com/Finch-API/finch-api-node/commit/51f71e3f38e7d953387be7a74a7a91af1d222bbb))
11+
* **api:** manual updates ([097d1d1](https://github.com/Finch-API/finch-api-node/commit/097d1d1f2ebe65edb6a7f5e7f8222a04e8f7c9ed))
12+
* **api:** move node to typescript generator ([40f5ee9](https://github.com/Finch-API/finch-api-node/commit/40f5ee96e4eed25206d53378c97256b6b59e56ed))
13+
* **api:** update automated code reviewer selection ([f6890f4](https://github.com/Finch-API/finch-api-node/commit/f6890f45918a04a4e2a52ef19a6f56c551bf5e1f))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([fedb2b7](https://github.com/Finch-API/finch-api-node/commit/fedb2b7cf079c57c86a65e83192b2ee420f6970c))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([0bf7a1a](https://github.com/Finch-API/finch-api-node/commit/0bf7a1ab50fbd88bf5125cffaac8e62148696b89))
20+
* **api:** resolve build issues ([8018765](https://github.com/Finch-API/finch-api-node/commit/80187653495672458072b315023e076aa67e9d93))
21+
* **java:** Resolve name collisions ([a6d190d](https://github.com/Finch-API/finch-api-node/commit/a6d190dacfb5a4747b119b74a24688beb71a0264))
22+
* **mcp:** return tool execution error on jq failure ([69a143d](https://github.com/Finch-API/finch-api-node/commit/69a143d13cb04af9642be4376da79089d48a47c1))
23+
* **tests:** fix tests ([f896e1d](https://github.com/Finch-API/finch-api-node/commit/f896e1d143e292f6405e61def1961231ed5cbea5))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([09625ff](https://github.com/Finch-API/finch-api-node/commit/09625ff1ad0cb70fd4b76152a67512745393375e))
29+
* **internal:** codegen related update ([0bb7359](https://github.com/Finch-API/finch-api-node/commit/0bb7359709ea9509057d76b9e7fea7217e977106))
30+
* mcp code tool explicit error message when missing a run function ([3a759d0](https://github.com/Finch-API/finch-api-node/commit/3a759d0aefa944d10eaa64496e7937d885337f1e))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([eb1ee3f](https://github.com/Finch-API/finch-api-node/commit/eb1ee3f86fc6d2e083c0e53cf7845f2c34f88ceb))
32+
* **mcp:** add line numbers to code tool errors ([91a0d03](https://github.com/Finch-API/finch-api-node/commit/91a0d03b91fa8e6781a7a9847ef8a9054e7d3251))
33+
* **mcp:** clarify http auth error ([2837aac](https://github.com/Finch-API/finch-api-node/commit/2837aac14bf4173cddd3aaf8436a746a63b58eaf))
34+
* **mcp:** upgrade jq-web ([2ab57eb](https://github.com/Finch-API/finch-api-node/commit/2ab57eb7929b4a5e472dd64aece8aa1b9d72ce79))
35+
* sync repo ([e6f697f](https://github.com/Finch-API/finch-api-node/commit/e6f697f416a9db0c00887cc8fd91324a78c883df))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([9986f65](https://github.com/Finch-API/finch-api-node/commit/9986f65a006e6293ebef5348f0ce4afa07d09236))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f24beb8](https://github.com/Finch-API/finch-api-node/commit/f24beb8d61d8a1fc7673dab3a423102489c99a5f))
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)