Skip to content

Commit 761f8c8

Browse files
release: 7.0.0
1 parent d012deb commit 761f8c8

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 ([3c3c1fb](https://github.com/Finch-API/finch-api-node/commit/3c3c1fb4ae2213a8d0f5a9b467381b2ddf351f12))
10+
* **api:** api update ([2c9c300](https://github.com/Finch-API/finch-api-node/commit/2c9c300944b3c3b43e342e60efb9e6c883e64e27))
11+
* **api:** api update ([707b697](https://github.com/Finch-API/finch-api-node/commit/707b697f9b54897f2baedb4b798f8f2c8cb7266c))
12+
* **api:** manual updates ([da15256](https://github.com/Finch-API/finch-api-node/commit/da1525699b297e7a70122a3f4c7f270c8055f707))
13+
* **api:** move node to typescript generator ([40563af](https://github.com/Finch-API/finch-api-node/commit/40563af0b84278a76b8314e2b37e97df5bcb08f2))
14+
* **api:** update automated code reviewer selection ([5a4c50a](https://github.com/Finch-API/finch-api-node/commit/5a4c50a7e43d087042ade5c7ec7394715e7bf4f9))
15+
* **mcp:** add detail field to docs search tool ([768b71c](https://github.com/Finch-API/finch-api-node/commit/768b71c1ad8a10826af7d5fc7e2589348f07eaf6))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([a97aade](https://github.com/Finch-API/finch-api-node/commit/a97aade5f854d52ff2f5d5ea0525410db09d1ed9))
17+
* **mcp:** return logs on code tool errors ([7992bd0](https://github.com/Finch-API/finch-api-node/commit/7992bd0e3b3d7b9718c2475895e4b343f2043107))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([75b5bf0](https://github.com/Finch-API/finch-api-node/commit/75b5bf0b314671b2f28f6ef6a0a206399c8b6640))
23+
* **api:** resolve build issues ([55b4224](https://github.com/Finch-API/finch-api-node/commit/55b4224c12cb74bd33a060910bc3d55163dc79a0))
24+
* **java:** Resolve name collisions ([ef4c4f6](https://github.com/Finch-API/finch-api-node/commit/ef4c4f62f6b6ab19a6eb9d8f5545e52d5995f806))
25+
* **mcp:** return tool execution error on api error ([38fe5a5](https://github.com/Finch-API/finch-api-node/commit/38fe5a51a66fae6ca372ae58fe0b911efa903fd6))
26+
* **mcp:** return tool execution error on jq failure ([65eac4f](https://github.com/Finch-API/finch-api-node/commit/65eac4f588945e289be83e918629f843522cf8de))
27+
* **tests:** fix tests ([0a9d727](https://github.com/Finch-API/finch-api-node/commit/0a9d727d45729acb665d6663231cd8a5b1fdaf28))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([21bc342](https://github.com/Finch-API/finch-api-node/commit/21bc34283b3e058508fc8a418e5deca6caa387c7))
33+
* **internal:** codegen related update ([8223df0](https://github.com/Finch-API/finch-api-node/commit/8223df02ad42069d8f9a043101322049e49b71b4))
34+
* **internal:** codegen related update ([b463dd0](https://github.com/Finch-API/finch-api-node/commit/b463dd064d388385301469fee933e5f90748adaa))
35+
* **internal:** upgrade eslint ([d012deb](https://github.com/Finch-API/finch-api-node/commit/d012deb9a6542108e90885d4e9f98cce981935ca))
36+
* mcp code tool explicit error message when missing a run function ([63d70fe](https://github.com/Finch-API/finch-api-node/commit/63d70fe925871801acd85d44b9e515087e00417c))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3b4f382](https://github.com/Finch-API/finch-api-node/commit/3b4f38259ae71ff782ca5d9423333e0946acf331))
38+
* **mcp:** add line numbers to code tool errors ([12b361b](https://github.com/Finch-API/finch-api-node/commit/12b361bb87262a683de76c3bf4cef28ef2af3f1a))
39+
* **mcp:** clarify http auth error ([c33d66b](https://github.com/Finch-API/finch-api-node/commit/c33d66ba07cb3584fe7f40c1fd440d7fe261c3e5))
40+
* **mcp:** upgrade jq-web ([1dc9f8c](https://github.com/Finch-API/finch-api-node/commit/1dc9f8c628d634d1b7ac0692c30fcf4d3f0e33b0))
41+
* sync repo ([468aba0](https://github.com/Finch-API/finch-api-node/commit/468aba079c220cb1a85b481dfde402bffaa32f18))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([d0d8210](https://github.com/Finch-API/finch-api-node/commit/d0d82104b5f5f34191c1b3ac28550356b5a9ee7d))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([011b002](https://github.com/Finch-API/finch-api-node/commit/011b002c506a5a41c45c05b043baedb6cf62ccbe))
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)