Skip to content

Commit 0db29b3

Browse files
release: 7.0.0
1 parent c3b05d6 commit 0db29b3

File tree

6 files changed

+40
-5
lines changed

6 files changed

+40
-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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 7.0.0 (2025-11-19)
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 ([ca7ea13](https://github.com/Finch-API/finch-api-node/commit/ca7ea135b5e4428ebfa6bdc19232b364d0447e83))
10+
* **api:** api update ([97571e4](https://github.com/Finch-API/finch-api-node/commit/97571e40db1c018cfa08c2ec3f209a835354f6f6))
11+
* **api:** move node to typescript generator ([3d6c3a8](https://github.com/Finch-API/finch-api-node/commit/3d6c3a83ed1b4d741dc343a95346b01e36431920))
12+
* **api:** update automated code reviewer selection ([1911e02](https://github.com/Finch-API/finch-api-node/commit/1911e02d1aaf8aa5e7133972d49a6b92eb259f48))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([751832d](https://github.com/Finch-API/finch-api-node/commit/751832db4401962457e7e27a89114d937ed5d013))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcp:** return tool execution error on jq failure ([8992978](https://github.com/Finch-API/finch-api-node/commit/8992978cba2d36a6ca1688128d47d1fdd172edef))
19+
20+
21+
### Chores
22+
23+
* **internal:** codegen related update ([eb9dcd5](https://github.com/Finch-API/finch-api-node/commit/eb9dcd5bea935294c10ef7a0f02cb342c9cb1faf))
24+
* **internal:** codegen related update ([5015abf](https://github.com/Finch-API/finch-api-node/commit/5015abf9c20f771be60e6139d1b8d355ac9ac5a9))
25+
* mcp code tool explicit error message when missing a run function ([c313a7a](https://github.com/Finch-API/finch-api-node/commit/c313a7a0aa873006ff936b05a4d25e7020602263))
26+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cbba97c](https://github.com/Finch-API/finch-api-node/commit/cbba97ce8f49ba7c7a5a1d5186152e703046d6a6))
27+
* **mcp:** add line numbers to code tool errors ([6cc5def](https://github.com/Finch-API/finch-api-node/commit/6cc5defe67b9634cb0102574c76a3a54e7ea3bc5))
28+
* **mcp:** clarify http auth error ([a22e067](https://github.com/Finch-API/finch-api-node/commit/a22e067a6eac60a67a9a090e74fd92871300cc5a))
29+
* **mcp:** upgrade jq-web ([c3b05d6](https://github.com/Finch-API/finch-api-node/commit/c3b05d685379f4e09412b44f82a343974ba987c8))
30+
* sync repo ([7904798](https://github.com/Finch-API/finch-api-node/commit/79047985ee5799d84fec0a83f228c7af98bd9317))
31+
32+
33+
### Documentation
34+
35+
* **mcp:** add a README button for one-click add to Cursor ([9a35ade](https://github.com/Finch-API/finch-api-node/commit/9a35ade5a76cc764f44f2b97978ca7cd3a3d3174))
36+
* **mcp:** add a README link to add server to VS Code or Claude Code ([7e4006f](https://github.com/Finch-API/finch-api-node/commit/7e4006f4bfa12df35374233338c0eb65795b00ae))
37+
338
## 6.38.0 (2025-10-27)
439

540
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)