Skip to content

Commit de9571e

Browse files
release: 7.0.0
1 parent 58fe31a commit de9571e

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 ([3a6a9fa](https://github.com/Finch-API/finch-api-node/commit/3a6a9fa44bf64dfc7c9b32134c1f00b65e3907f1))
10+
* **api:** api update ([dcb0760](https://github.com/Finch-API/finch-api-node/commit/dcb07608ceefc260e4dc2f14d351e0acd4b4f1e3))
11+
* **api:** move node to typescript generator ([485c9e1](https://github.com/Finch-API/finch-api-node/commit/485c9e1fe00b826db2450e8a95a80db9c7d44573))
12+
* **api:** update automated code reviewer selection ([dd5da8f](https://github.com/Finch-API/finch-api-node/commit/dd5da8f4d115a494d2784a6270fc9cf175d7ad2a))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([0b94fa0](https://github.com/Finch-API/finch-api-node/commit/0b94fa0dd71eb0d1bcfffc1f6192c0ccaff22c3e))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([15c2621](https://github.com/Finch-API/finch-api-node/commit/15c26212c35f179c5f38878b372be9effc423a2a))
19+
* **api:** resolve build issues ([75a38a2](https://github.com/Finch-API/finch-api-node/commit/75a38a2bb6b82a870a50e77145081ac807d7e3d7))
20+
* **mcp:** return tool execution error on jq failure ([2e2ae46](https://github.com/Finch-API/finch-api-node/commit/2e2ae46d4fb0d1c4ee389f52c496ee941b3e0410))
21+
* **tests:** fix tests ([58fe31a](https://github.com/Finch-API/finch-api-node/commit/58fe31af2731f3496f91c002e988fd4db570e50f))
22+
23+
24+
### Chores
25+
26+
* **internal:** codegen related update ([7465a49](https://github.com/Finch-API/finch-api-node/commit/7465a498722caf2c9aa4160920b69262b7c02655))
27+
* **internal:** codegen related update ([ea59f55](https://github.com/Finch-API/finch-api-node/commit/ea59f555ba95dd25e94936d55ae11f7f833f1503))
28+
* mcp code tool explicit error message when missing a run function ([5f3d87e](https://github.com/Finch-API/finch-api-node/commit/5f3d87e45a55d6d7476c46b7b3161a8a0a142c2e))
29+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([252a6cc](https://github.com/Finch-API/finch-api-node/commit/252a6ccc0b34ef9f027a7968f6ceb141875439b1))
30+
* **mcp:** add line numbers to code tool errors ([8e9bd4e](https://github.com/Finch-API/finch-api-node/commit/8e9bd4ea7a77c3d377de77c79b06797a60c859fe))
31+
* **mcp:** clarify http auth error ([f22e6f0](https://github.com/Finch-API/finch-api-node/commit/f22e6f0379cb91ecf6cac0aa3cc2f87df6efd7b5))
32+
* **mcp:** upgrade jq-web ([7bb4374](https://github.com/Finch-API/finch-api-node/commit/7bb4374d6f2235e1fe11b193b50905cf34c290b1))
33+
* sync repo ([1a04ee8](https://github.com/Finch-API/finch-api-node/commit/1a04ee89d79f3b779e88e1c6c252eb59babf81e2))
34+
35+
36+
### Documentation
37+
38+
* **mcp:** add a README button for one-click add to Cursor ([b998513](https://github.com/Finch-API/finch-api-node/commit/b998513093a2a39c2a5cda263c5103a68edae6d2))
39+
* **mcp:** add a README link to add server to VS Code or Claude Code ([2da5508](https://github.com/Finch-API/finch-api-node/commit/2da5508ad6c00a053b4007be1450623e75db94f9))
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)