Skip to content

Commit 4b0eb25

Browse files
release: 7.0.0
1 parent 221c702 commit 4b0eb25

File tree

6 files changed

+50
-5
lines changed

6 files changed

+50
-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: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
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 ([a2489de](https://github.com/Finch-API/finch-api-node/commit/a2489de2b8cc2cd25454baceaae4ca8e0c0cb5f2))
10+
* **api:** api update ([c36b276](https://github.com/Finch-API/finch-api-node/commit/c36b27690e29c41403f80a330ea747668f0bb268))
11+
* **api:** api update ([7c77af1](https://github.com/Finch-API/finch-api-node/commit/7c77af123a3a1d2384fff2c961941392ed127a1a))
12+
* **api:** manual updates ([6fee8b8](https://github.com/Finch-API/finch-api-node/commit/6fee8b897c54a08e924bcc25923537d35ebf4662))
13+
* **api:** move node to typescript generator ([8373697](https://github.com/Finch-API/finch-api-node/commit/83736979ac7d3d14a4a5a7f15fa3f71ebdb1f202))
14+
* **api:** update automated code reviewer selection ([47ba628](https://github.com/Finch-API/finch-api-node/commit/47ba628d216082cc52ccb1f03303b616493b1337))
15+
* **mcp:** add detail field to docs search tool ([dff55db](https://github.com/Finch-API/finch-api-node/commit/dff55dbbdfa20e68273a32a13cf716a97a38ccb7))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([ff067ff](https://github.com/Finch-API/finch-api-node/commit/ff067fffce0e71f459bbbe9c17a587058e5104c8))
17+
* **mcp:** return logs on code tool errors ([221c702](https://github.com/Finch-API/finch-api-node/commit/221c70215670b1a767cdb71a08c47bd8c4604e7d))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([9eee4c7](https://github.com/Finch-API/finch-api-node/commit/9eee4c7a87e4b89a98243ce3bcc770aa6409df23))
23+
* **api:** resolve build issues ([739ae09](https://github.com/Finch-API/finch-api-node/commit/739ae09a04cc0745263655c736cb789e678e9893))
24+
* **java:** Resolve name collisions ([a2f419b](https://github.com/Finch-API/finch-api-node/commit/a2f419b4294bb1dac9d8831a8175fa23793a1d2f))
25+
* **mcp:** return tool execution error on api error ([63c9837](https://github.com/Finch-API/finch-api-node/commit/63c9837a863b3bf08e02199de7de4e1e393ed0bb))
26+
* **mcp:** return tool execution error on jq failure ([e1fa3c0](https://github.com/Finch-API/finch-api-node/commit/e1fa3c038ad73ef4ea019c40c1b5ff8a79d721e1))
27+
* **tests:** fix tests ([7cc5ed4](https://github.com/Finch-API/finch-api-node/commit/7cc5ed4235c089ffeaf98c9c3a7e30e292f3c8e0))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([f166f05](https://github.com/Finch-API/finch-api-node/commit/f166f054437325be46757c8f12396557f0ec542e))
33+
* **internal:** codegen related update ([45dbd6d](https://github.com/Finch-API/finch-api-node/commit/45dbd6da628bc822b05c99d919f0f14697a1cf39))
34+
* **internal:** codegen related update ([54fe09a](https://github.com/Finch-API/finch-api-node/commit/54fe09aecb1bdf6d3361e0899aac6f1b953a5733))
35+
* mcp code tool explicit error message when missing a run function ([10cbde0](https://github.com/Finch-API/finch-api-node/commit/10cbde024ead2ddf6902b9a907f5821877f1c0b5))
36+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3f3192c](https://github.com/Finch-API/finch-api-node/commit/3f3192cb0f6d915e6d5815f9da045c3df6c2b1b9))
37+
* **mcp:** add line numbers to code tool errors ([c0959eb](https://github.com/Finch-API/finch-api-node/commit/c0959eb3e27b145b045510fff63b29d5dfd7d146))
38+
* **mcp:** clarify http auth error ([812a4e3](https://github.com/Finch-API/finch-api-node/commit/812a4e38cdd46a65bc7425efba5ee7b86fa6064e))
39+
* **mcp:** upgrade jq-web ([0d00bb8](https://github.com/Finch-API/finch-api-node/commit/0d00bb857d404e9c903b648f9299dff8da5cb147))
40+
* sync repo ([942aaf0](https://github.com/Finch-API/finch-api-node/commit/942aaf0ec49eef78463126cdb222394f5f4809e8))
41+
42+
43+
### Documentation
44+
45+
* **mcp:** add a README button for one-click add to Cursor ([73716f5](https://github.com/Finch-API/finch-api-node/commit/73716f5a807af415ca0a510bfabadb6c69fb69ef))
46+
* **mcp:** add a README link to add server to VS Code or Claude Code ([10729e9](https://github.com/Finch-API/finch-api-node/commit/10729e9e584772d5eeae377aa2d8d18cc7796ac8))
47+
348
## 6.38.0 (2025-10-27)
449

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