Skip to content

Commit 21581e3

Browse files
release: 7.0.0
1 parent cc9fedb commit 21581e3

File tree

6 files changed

+53
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-05)
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 ([382ddf7](https://github.com/Finch-API/finch-api-node/commit/382ddf7ac626393a2232e3e49f4cc47a0cd4b255))
10+
* **api:** api update ([bb83e70](https://github.com/Finch-API/finch-api-node/commit/bb83e7005dbb51a9976ba50d306c17701bba919f))
11+
* **api:** api update ([d5d72f4](https://github.com/Finch-API/finch-api-node/commit/d5d72f4eac695ccb63607aa7bee1a0a88e458f83))
12+
* **api:** manual updates ([16a677b](https://github.com/Finch-API/finch-api-node/commit/16a677b3b672358564819d817502abb908e53a5d))
13+
* **api:** move node to typescript generator ([0aa0fab](https://github.com/Finch-API/finch-api-node/commit/0aa0fab608717caad1f22fd804444896a14035f9))
14+
* **api:** update automated code reviewer selection ([5c78fd3](https://github.com/Finch-API/finch-api-node/commit/5c78fd37f270ca7a814cc3031508c9281160afef))
15+
* **mcp:** add detail field to docs search tool ([94550cd](https://github.com/Finch-API/finch-api-node/commit/94550cd4c072084d147385b0e42d21fea0ba6fa8))
16+
* **mcp:** add typescript check to code execution tool ([cc9fedb](https://github.com/Finch-API/finch-api-node/commit/cc9fedb48b5da3d25555927d87bafd41212d84af))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([f119a2b](https://github.com/Finch-API/finch-api-node/commit/f119a2b3a27827651607dfa2d446eeb88f4b3b56))
18+
* **mcp:** return logs on code tool errors ([50f7be6](https://github.com/Finch-API/finch-api-node/commit/50f7be6a775e083a9fc236232fc45f7abf5fb6a5))
19+
20+
21+
### Bug Fixes
22+
23+
* **api:** migrate custom code to TypeScript ([a2b9071](https://github.com/Finch-API/finch-api-node/commit/a2b907128e07c2c075a1bbeee369b2e055c37804))
24+
* **api:** resolve build issues ([f9eb90d](https://github.com/Finch-API/finch-api-node/commit/f9eb90d147c90a2bd313c409044cc0d24869580b))
25+
* **java:** Resolve name collisions ([3eb361b](https://github.com/Finch-API/finch-api-node/commit/3eb361b68b5e125999db39b7bc1a9d4b8eba754e))
26+
* **mcp:** return tool execution error on api error ([344d7f7](https://github.com/Finch-API/finch-api-node/commit/344d7f7375f45a1e24a8e03d88e1f22e7ddbcbe9))
27+
* **mcp:** return tool execution error on jq failure ([309dc16](https://github.com/Finch-API/finch-api-node/commit/309dc16a61eecc6484f8c54ec0d1c76f9f0aff6b))
28+
* **tests:** fix tests ([3afcdde](https://github.com/Finch-API/finch-api-node/commit/3afcdde2d2dc5b4b26dc0775755047471c1f6517))
29+
30+
31+
### Chores
32+
33+
* **client:** fix logger property type ([09d229f](https://github.com/Finch-API/finch-api-node/commit/09d229ffa03df3067de67f525b656d5b9999d190))
34+
* **internal:** codegen related update ([935dedb](https://github.com/Finch-API/finch-api-node/commit/935dedb179fc2589f35b0f74bb77333dbf47e19a))
35+
* **internal:** codegen related update ([8469946](https://github.com/Finch-API/finch-api-node/commit/84699462dc479b25be5214ab0a9903be421ea5ac))
36+
* **internal:** upgrade eslint ([19273bc](https://github.com/Finch-API/finch-api-node/commit/19273bcde42ca171f5ea39446ce7fc67d023b3ce))
37+
* mcp code tool explicit error message when missing a run function ([c1ececf](https://github.com/Finch-API/finch-api-node/commit/c1ececfda16a512ce78ec6eec4a1d8cf89c42152))
38+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([227bd38](https://github.com/Finch-API/finch-api-node/commit/227bd38854bf9bfeec9733f42814830380e272dc))
39+
* **mcp:** add line numbers to code tool errors ([76e48f0](https://github.com/Finch-API/finch-api-node/commit/76e48f0ff58426fbd309c86424996456ac04dbfb))
40+
* **mcp:** clarify http auth error ([3078106](https://github.com/Finch-API/finch-api-node/commit/30781064f434821eda83a23de41e9019bb3ddf24))
41+
* **mcp:** upgrade jq-web ([f8e8f12](https://github.com/Finch-API/finch-api-node/commit/f8e8f1223812d8d9982798bc77bd284d33bc861b))
42+
* sync repo ([272011a](https://github.com/Finch-API/finch-api-node/commit/272011a251ae4ce43c45590e503e43e2997c1334))
43+
* use latest @modelcontextprotocol/sdk ([1382d00](https://github.com/Finch-API/finch-api-node/commit/1382d00e493657517cbc6d3e4c916edb13af562c))
44+
45+
46+
### Documentation
47+
48+
* **mcp:** add a README button for one-click add to Cursor ([485f80c](https://github.com/Finch-API/finch-api-node/commit/485f80c09e198b4e0d24da009877243d41d9ce57))
49+
* **mcp:** add a README link to add server to VS Code or Claude Code ([308ec02](https://github.com/Finch-API/finch-api-node/commit/308ec02249ba5e33e4463ea1ce9224eda2fecf11))
50+
351
## 6.38.0 (2025-10-27)
452

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