Skip to content

Commit e5d8495

Browse files
release: 7.0.0
1 parent b5be488 commit e5d8495

File tree

6 files changed

+51
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-02)
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 ([f974843](https://github.com/Finch-API/finch-api-node/commit/f9748432e12a497f06a8f8248e78813185094b35))
10+
* **api:** api update ([e7ec6fa](https://github.com/Finch-API/finch-api-node/commit/e7ec6faa20479d35c2ca2561a2a41cbbdc93be51))
11+
* **api:** api update ([fc2fd84](https://github.com/Finch-API/finch-api-node/commit/fc2fd8460c92a4e411659d17077e6aa7d40c99bd))
12+
* **api:** manual updates ([79d6f69](https://github.com/Finch-API/finch-api-node/commit/79d6f698affdc4dc9d74b0c9a3b12ac7c8e42a81))
13+
* **api:** move node to typescript generator ([a305672](https://github.com/Finch-API/finch-api-node/commit/a30567297b9848dc9cb18c9d23a5fbe2f1af4527))
14+
* **api:** update automated code reviewer selection ([6d74e05](https://github.com/Finch-API/finch-api-node/commit/6d74e05ebc9d25220f89a42c4c025b6192b93166))
15+
* **mcp:** add detail field to docs search tool ([2898862](https://github.com/Finch-API/finch-api-node/commit/2898862d9dd7ef85c2ea331a33c3bd12161aca61))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([7a2a52e](https://github.com/Finch-API/finch-api-node/commit/7a2a52e838f8537ef26df440b28baa070473f42a))
17+
* **mcp:** return logs on code tool errors ([14ac9a1](https://github.com/Finch-API/finch-api-node/commit/14ac9a125d572477f199d862787165acfa406824))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([04debcc](https://github.com/Finch-API/finch-api-node/commit/04debcc77c6157bf989df7f5e13f918d24ed1906))
23+
* **api:** resolve build issues ([bcec4b0](https://github.com/Finch-API/finch-api-node/commit/bcec4b09fa3e210347d7dd3c21ad7c2d80e217a9))
24+
* **java:** Resolve name collisions ([13d19ac](https://github.com/Finch-API/finch-api-node/commit/13d19ac23e915a06e32e263ff10610fbf4560f73))
25+
* **mcp:** return tool execution error on api error ([c53718e](https://github.com/Finch-API/finch-api-node/commit/c53718eb61ce1a52c6c1c3fb58db3a85e5b6c13b))
26+
* **mcp:** return tool execution error on jq failure ([af637ca](https://github.com/Finch-API/finch-api-node/commit/af637caad962273c19184193d5f5937d554851c4))
27+
* **tests:** fix tests ([93242c8](https://github.com/Finch-API/finch-api-node/commit/93242c8f0b7342bb99fafe31285b5a7fec4154a0))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([4d6721a](https://github.com/Finch-API/finch-api-node/commit/4d6721acd8bdb7383dd2b3eb2924a8e726cbc0d6))
33+
* **internal:** codegen related update ([c836dfc](https://github.com/Finch-API/finch-api-node/commit/c836dfc4451eb2a08ab1406315befe916d412c71))
34+
* **internal:** codegen related update ([5be1c8f](https://github.com/Finch-API/finch-api-node/commit/5be1c8f26814baf41898349ee1e36f7dc6189e9e))
35+
* **internal:** upgrade eslint ([b5be488](https://github.com/Finch-API/finch-api-node/commit/b5be4881ddc517e79ceb917b6ccb8aba7a92f1bb))
36+
* mcp code tool explicit error message when missing a run function ([68fe4a8](https://github.com/Finch-API/finch-api-node/commit/68fe4a82b1fc7bae78ff4d569ea537a62e8c9a48))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([99fc0ca](https://github.com/Finch-API/finch-api-node/commit/99fc0cad92631ba18f530de6865e2278eeff739d))
38+
* **mcp:** add line numbers to code tool errors ([0d24c10](https://github.com/Finch-API/finch-api-node/commit/0d24c10136f40fd0997a065c6db0b1f83c80f518))
39+
* **mcp:** clarify http auth error ([d598ff2](https://github.com/Finch-API/finch-api-node/commit/d598ff264956e09584060b93dbdd6555088933b5))
40+
* **mcp:** upgrade jq-web ([84d2bd9](https://github.com/Finch-API/finch-api-node/commit/84d2bd9a972deb82f5cf663601d50ae0acfc87b7))
41+
* sync repo ([924f304](https://github.com/Finch-API/finch-api-node/commit/924f304c8cab9d3810a258e67d1e2dd29ad76ad5))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([ae7a1c0](https://github.com/Finch-API/finch-api-node/commit/ae7a1c0473d3cb2804d811feff504f0e2eb579a3))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f52a722](https://github.com/Finch-API/finch-api-node/commit/f52a722efd01e697381674001e12490c3eff6932))
48+
349
## 6.38.0 (2025-10-27)
450

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