Skip to content

Commit 789f813

Browse files
release: 7.0.0
1 parent 9d1f9d9 commit 789f813

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 ([e5eeee9](https://github.com/Finch-API/finch-api-node/commit/e5eeee95778f38ac0b4156e736ef2ab3fe9aeb2c))
10+
* **api:** api update ([082467c](https://github.com/Finch-API/finch-api-node/commit/082467ce0412152b5a7c24f4a344c771e7b00872))
11+
* **api:** manual updates ([9d1f9d9](https://github.com/Finch-API/finch-api-node/commit/9d1f9d97837799a0b756cef532d4c442d0785284))
12+
* **api:** move node to typescript generator ([4bafc47](https://github.com/Finch-API/finch-api-node/commit/4bafc47dfa40830c7480779a57741aed9ab07abd))
13+
* **api:** update automated code reviewer selection ([3770046](https://github.com/Finch-API/finch-api-node/commit/37700464646323482386bcffb1b26d3ea699d53f))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([29f214e](https://github.com/Finch-API/finch-api-node/commit/29f214e757ac6d155d0c1da9aeef1f0dcf832373))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([1833824](https://github.com/Finch-API/finch-api-node/commit/18338243d71c70ace1046edb4eea8eac6dbc5dc5))
20+
* **api:** resolve build issues ([0233aa3](https://github.com/Finch-API/finch-api-node/commit/0233aa3d469a9918c1b27e7a3f2f5d96f21ecf51))
21+
* **java:** Resolve name collisions ([9809aef](https://github.com/Finch-API/finch-api-node/commit/9809aef2f0ab646445b9b638a8e0c131219e9051))
22+
* **mcp:** return tool execution error on jq failure ([36a3861](https://github.com/Finch-API/finch-api-node/commit/36a386174201681179869a93122b3e8834400955))
23+
* **tests:** fix tests ([f67af0f](https://github.com/Finch-API/finch-api-node/commit/f67af0f526e65d34565e3415810988c43fa180ab))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([eae630b](https://github.com/Finch-API/finch-api-node/commit/eae630bba842ba606b15470ad82b58ed2121632b))
29+
* **internal:** codegen related update ([83ddf24](https://github.com/Finch-API/finch-api-node/commit/83ddf241071ae467ed0fd4a6d9d5f63143bbd1a9))
30+
* mcp code tool explicit error message when missing a run function ([55af4b8](https://github.com/Finch-API/finch-api-node/commit/55af4b84bf973cd10fdf54587315cdec4fcda526))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([76876b4](https://github.com/Finch-API/finch-api-node/commit/76876b4a4b6689b21bd01199796906c5c6a9be34))
32+
* **mcp:** add line numbers to code tool errors ([c5e4288](https://github.com/Finch-API/finch-api-node/commit/c5e428882af8c66e82eb058c6110dc5dde6f39e5))
33+
* **mcp:** clarify http auth error ([74dcfd4](https://github.com/Finch-API/finch-api-node/commit/74dcfd410708c34fffdb6e5781f7dfcaa26ffc4d))
34+
* **mcp:** upgrade jq-web ([8853a8d](https://github.com/Finch-API/finch-api-node/commit/8853a8dccf533e1c569aad3c3cb198e7dc373fca))
35+
* sync repo ([914831e](https://github.com/Finch-API/finch-api-node/commit/914831e262d1466b0de9c3ad8f23a1ffb8485d60))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([8aee803](https://github.com/Finch-API/finch-api-node/commit/8aee8035678d79d31ee4abec64c13dd5d354202b))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([74f4792](https://github.com/Finch-API/finch-api-node/commit/74f479252ca388126df3e68ad8fc2ad2f5248f52))
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)