Skip to content

Commit 0572e3f

Browse files
release: 7.0.0
1 parent 06adca4 commit 0572e3f

File tree

6 files changed

+49
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-01)
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 ([4217371](https://github.com/Finch-API/finch-api-node/commit/42173717f1fc71aebdefd92cc1aed1fb253c64e3))
10+
* **api:** api update ([0c39e36](https://github.com/Finch-API/finch-api-node/commit/0c39e36bc631bf17e2c7b1e167137aab57399df9))
11+
* **api:** api update ([b6acb87](https://github.com/Finch-API/finch-api-node/commit/b6acb87493f94f2ecfc9f8f1c548a40bc5584a34))
12+
* **api:** manual updates ([aa6ff60](https://github.com/Finch-API/finch-api-node/commit/aa6ff608d531a349f3d42252dc47e11b670b45d3))
13+
* **api:** move node to typescript generator ([6ada25b](https://github.com/Finch-API/finch-api-node/commit/6ada25b71e870147e3f419f76ff69fe58efb4c1d))
14+
* **api:** update automated code reviewer selection ([978c8f9](https://github.com/Finch-API/finch-api-node/commit/978c8f9ca3ab1d030a3c08f497f5c3ddbe817471))
15+
* **mcp:** add detail field to docs search tool ([b1bd7b6](https://github.com/Finch-API/finch-api-node/commit/b1bd7b658e0bea966afd874436c29896e5d95352))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([571b346](https://github.com/Finch-API/finch-api-node/commit/571b34620b30bade9d26735bcad7a9690046a52d))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([6d28917](https://github.com/Finch-API/finch-api-node/commit/6d28917c58eaf07fde7f90cf03d704dc03e294a3))
22+
* **api:** resolve build issues ([227e514](https://github.com/Finch-API/finch-api-node/commit/227e5141ce8e9982d2592b8fa0d841147d384c03))
23+
* **java:** Resolve name collisions ([625eb7f](https://github.com/Finch-API/finch-api-node/commit/625eb7fa37a9e87dd99450b22f77da836e996b2f))
24+
* **mcp:** return tool execution error on api error ([06adca4](https://github.com/Finch-API/finch-api-node/commit/06adca42afeb429508ec4a5999b795503531f3fa))
25+
* **mcp:** return tool execution error on jq failure ([8b4746a](https://github.com/Finch-API/finch-api-node/commit/8b4746af6c741a32e718092fe6232b370ae47d31))
26+
* **tests:** fix tests ([d8ac86d](https://github.com/Finch-API/finch-api-node/commit/d8ac86dfdbca59baf348da6e65ea1a304f68c3ca))
27+
28+
29+
### Chores
30+
31+
* **client:** fix logger property type ([c76ec71](https://github.com/Finch-API/finch-api-node/commit/c76ec71ee08f0e221b8c0eafa67bec0dfb2a1c5f))
32+
* **internal:** codegen related update ([a2bc87a](https://github.com/Finch-API/finch-api-node/commit/a2bc87a3c1655e53af0c7d4700c53375beca2e7a))
33+
* **internal:** codegen related update ([2d859b1](https://github.com/Finch-API/finch-api-node/commit/2d859b16ce178acc1bd5b55a3e3346c9eb87a6dc))
34+
* mcp code tool explicit error message when missing a run function ([0d1296a](https://github.com/Finch-API/finch-api-node/commit/0d1296aafaea58a1086dc6d6130d04ca619d0004))
35+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cedcafa](https://github.com/Finch-API/finch-api-node/commit/cedcafae03a49310620a5b6ec2cafbdb24573cdd))
36+
* **mcp:** add line numbers to code tool errors ([f7d7e4f](https://github.com/Finch-API/finch-api-node/commit/f7d7e4fc6badce5c46c535a47680cf0527cbd0e8))
37+
* **mcp:** clarify http auth error ([dcd0e98](https://github.com/Finch-API/finch-api-node/commit/dcd0e985c4417be2ca11a7facdef059290a25e9b))
38+
* **mcp:** upgrade jq-web ([05bb6fa](https://github.com/Finch-API/finch-api-node/commit/05bb6facb96c5428512b3596e7a240ff4625354e))
39+
* sync repo ([3c646bd](https://github.com/Finch-API/finch-api-node/commit/3c646bd06fdb1a9f6203ad4a636d3bb25d12844a))
40+
41+
42+
### Documentation
43+
44+
* **mcp:** add a README button for one-click add to Cursor ([6849a89](https://github.com/Finch-API/finch-api-node/commit/6849a89d8a6c7f053f305e939e82a252555f415e))
45+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f1e56db](https://github.com/Finch-API/finch-api-node/commit/f1e56db6badf760c137cb75839e16dda6685cacf))
46+
347
## 6.38.0 (2025-10-27)
448

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