Skip to content

Commit 55822e2

Browse files
release: 7.0.0
1 parent ed22da9 commit 55822e2

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 ([8563315](https://github.com/Finch-API/finch-api-node/commit/85633155302e79e898e5c44c9ba9a9c8d4c85c35))
10+
* **api:** api update ([57e6e6b](https://github.com/Finch-API/finch-api-node/commit/57e6e6b1c4b9c66ca545e6dea96e5774ac35ca2c))
11+
* **api:** move node to typescript generator ([9dd13ac](https://github.com/Finch-API/finch-api-node/commit/9dd13ac36e034895caa80904ac248daf838640b2))
12+
* **api:** update automated code reviewer selection ([e258c79](https://github.com/Finch-API/finch-api-node/commit/e258c79032284504576150648e0cf50ebc7a12f2))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([7d8d93d](https://github.com/Finch-API/finch-api-node/commit/7d8d93db3cd7d22580e2be599c38c46d938f6cde))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([430d898](https://github.com/Finch-API/finch-api-node/commit/430d8981861a7d25b3c6760be3563f0fa104cc12))
19+
* **api:** resolve build issues ([e444cb5](https://github.com/Finch-API/finch-api-node/commit/e444cb50f7905cddcbdebdf6a9e8094d246d142a))
20+
* **mcp:** return tool execution error on jq failure ([be6159f](https://github.com/Finch-API/finch-api-node/commit/be6159f84134bedabeba7aa700e7307b28e52fbe))
21+
* **tests:** fix tests ([ed22da9](https://github.com/Finch-API/finch-api-node/commit/ed22da9357fad7a5c79418550b37b37c2db0bcef))
22+
23+
24+
### Chores
25+
26+
* **internal:** codegen related update ([88d6731](https://github.com/Finch-API/finch-api-node/commit/88d6731874ea54322cde90b2abe88cd08fa94ac3))
27+
* **internal:** codegen related update ([ff88d95](https://github.com/Finch-API/finch-api-node/commit/ff88d95e094056d35a573b3a666037141f4c0945))
28+
* mcp code tool explicit error message when missing a run function ([af995ac](https://github.com/Finch-API/finch-api-node/commit/af995ac8b08e7ebecba89c4b16c4b6b54820da11))
29+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9baed42](https://github.com/Finch-API/finch-api-node/commit/9baed42fb1b9801beec76f305cf275cc61fb2f2d))
30+
* **mcp:** add line numbers to code tool errors ([66c4696](https://github.com/Finch-API/finch-api-node/commit/66c469614a041718e7dae8d25f83642ccc1c3a5b))
31+
* **mcp:** clarify http auth error ([4c491c3](https://github.com/Finch-API/finch-api-node/commit/4c491c30108229e26fdb6874fa5b2144d06c4a55))
32+
* **mcp:** upgrade jq-web ([a4da1cc](https://github.com/Finch-API/finch-api-node/commit/a4da1cc5747a69dad1bb1d32ce3d03333f8887d6))
33+
* sync repo ([72ba33a](https://github.com/Finch-API/finch-api-node/commit/72ba33a629dc57842d7483956d2d0603dcc2a696))
34+
35+
36+
### Documentation
37+
38+
* **mcp:** add a README button for one-click add to Cursor ([e5a8ff0](https://github.com/Finch-API/finch-api-node/commit/e5a8ff0a9ae4c1cb033496143b45c86a7d0017b4))
39+
* **mcp:** add a README link to add server to VS Code or Claude Code ([c2da4c1](https://github.com/Finch-API/finch-api-node/commit/c2da4c1147125fe3b216d19f8e1478fdb7cde2cb))
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)