Skip to content

Commit aad0b58

Browse files
release: 7.0.0
1 parent f0bec4a commit aad0b58

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 ([52dd008](https://github.com/Finch-API/finch-api-node/commit/52dd00812f91768059142c97ea5fd9646da2491b))
10+
* **api:** api update ([a7ed348](https://github.com/Finch-API/finch-api-node/commit/a7ed3481966f3ae1b91af11988034b406634f196))
11+
* **api:** api update ([3c5246d](https://github.com/Finch-API/finch-api-node/commit/3c5246d95f213a5e0818203dfe1a2fe4626fa339))
12+
* **api:** manual updates ([e4a77bb](https://github.com/Finch-API/finch-api-node/commit/e4a77bb5b219c394eeb01175055cb3abb6c953a8))
13+
* **api:** move node to typescript generator ([e5adb91](https://github.com/Finch-API/finch-api-node/commit/e5adb91cd80b83a5e29c85514af5b980cd14899f))
14+
* **api:** update automated code reviewer selection ([5491361](https://github.com/Finch-API/finch-api-node/commit/5491361377bc9efc65dbc61b933b761cbc5a3668))
15+
* **mcp:** add detail field to docs search tool ([c4a2493](https://github.com/Finch-API/finch-api-node/commit/c4a2493ae59f6f258023a94f98ce22f6ee227f5d))
16+
* **mcp:** add typescript check to code execution tool ([f0bec4a](https://github.com/Finch-API/finch-api-node/commit/f0bec4a736f32f63094b2636eb4db83c5cf25360))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([5ad08f7](https://github.com/Finch-API/finch-api-node/commit/5ad08f7dba706c1120fe257c10b5b067068b6e8a))
18+
* **mcp:** return logs on code tool errors ([8819f26](https://github.com/Finch-API/finch-api-node/commit/8819f26748be6b86b34f91be846dd70ab88f600d))
19+
20+
21+
### Bug Fixes
22+
23+
* **api:** migrate custom code to TypeScript ([03808aa](https://github.com/Finch-API/finch-api-node/commit/03808aaca756f2335f8f980f88eed28c566eca45))
24+
* **api:** resolve build issues ([e28492a](https://github.com/Finch-API/finch-api-node/commit/e28492ac09b19105ab9c0d9016965177d979b320))
25+
* **java:** Resolve name collisions ([b7c7ab2](https://github.com/Finch-API/finch-api-node/commit/b7c7ab25dbeb8aa41d20b8faae08a0f585b83a2e))
26+
* **mcp:** return tool execution error on api error ([389749e](https://github.com/Finch-API/finch-api-node/commit/389749e5ff81caca09fbb9bfaaafdd61076c0be9))
27+
* **mcp:** return tool execution error on jq failure ([599c15e](https://github.com/Finch-API/finch-api-node/commit/599c15e772dab4974dc1d076a19edbc136945e0a))
28+
* **tests:** fix tests ([0235b24](https://github.com/Finch-API/finch-api-node/commit/0235b2479a248d8bb75828e68030b395678bbe27))
29+
30+
31+
### Chores
32+
33+
* **client:** fix logger property type ([b486da1](https://github.com/Finch-API/finch-api-node/commit/b486da13a91d75f0bf7f4fe037b263326beceb38))
34+
* **internal:** codegen related update ([96c5046](https://github.com/Finch-API/finch-api-node/commit/96c50468bc36bca0b8f1fc73b49409ccf22b83f9))
35+
* **internal:** codegen related update ([f7e9e6b](https://github.com/Finch-API/finch-api-node/commit/f7e9e6b520d4daef5faa04e073bd754302390a3f))
36+
* **internal:** upgrade eslint ([1c929e5](https://github.com/Finch-API/finch-api-node/commit/1c929e5aa7de0f1aecc4910e72941b17774bd19d))
37+
* mcp code tool explicit error message when missing a run function ([bc37b40](https://github.com/Finch-API/finch-api-node/commit/bc37b40e59816c091cb34770ed530127c30a988f))
38+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1b19079](https://github.com/Finch-API/finch-api-node/commit/1b19079bbb8b15bc1a32c4190506156d0579033e))
39+
* **mcp:** add line numbers to code tool errors ([05fc761](https://github.com/Finch-API/finch-api-node/commit/05fc761680445f28416999cc83c00b11df21047d))
40+
* **mcp:** clarify http auth error ([e3a23cc](https://github.com/Finch-API/finch-api-node/commit/e3a23ccaf4ae3b2e1179af0ef1172cda8d38e9fa))
41+
* **mcp:** upgrade jq-web ([f9c69ea](https://github.com/Finch-API/finch-api-node/commit/f9c69ea1b026a2c346d34db3e7ecedb3903d38c5))
42+
* sync repo ([26f0136](https://github.com/Finch-API/finch-api-node/commit/26f0136dad5d96ce3b28918c264fa4aa644ae333))
43+
* use latest @modelcontextprotocol/sdk ([d1649fc](https://github.com/Finch-API/finch-api-node/commit/d1649fc2ef174defe7f52e3d7d10ccaaf7b4c985))
44+
45+
46+
### Documentation
47+
48+
* **mcp:** add a README button for one-click add to Cursor ([5ccc9fe](https://github.com/Finch-API/finch-api-node/commit/5ccc9fee69bb91c6f7ab419144cae51f298a9a7a))
49+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f4f0d4b](https://github.com/Finch-API/finch-api-node/commit/f4f0d4b557d9f65558a7df7ca59b9f4a71307314))
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)