Skip to content

Commit 119d6b2

Browse files
release: 7.0.0
1 parent d2a42f3 commit 119d6b2

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-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 ([adc3bc1](https://github.com/Finch-API/finch-api-node/commit/adc3bc122a37e170d091418350f9d6cac2b4fd4a))
10+
* **api:** api update ([2109686](https://github.com/Finch-API/finch-api-node/commit/21096862f9cb09400ce3975623a888da962408e7))
11+
* **api:** api update ([7c534d1](https://github.com/Finch-API/finch-api-node/commit/7c534d1ccf398abb53105856bdc7ad2f7356db4f))
12+
* **api:** manual updates ([f7b7afd](https://github.com/Finch-API/finch-api-node/commit/f7b7afd960bddc6169d6ca7c71f2b17914de0fe9))
13+
* **api:** move node to typescript generator ([f8d50e0](https://github.com/Finch-API/finch-api-node/commit/f8d50e0631c9dc5b6e47f613459fdf4a355c31c7))
14+
* **api:** update automated code reviewer selection ([707f2a6](https://github.com/Finch-API/finch-api-node/commit/707f2a6391aac120341da4b4ba9b13bce1b6c2cb))
15+
* **mcp:** add detail field to docs search tool ([8fa5787](https://github.com/Finch-API/finch-api-node/commit/8fa5787f8a6d40ecf7708b960dd2c0b017256a31))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([ec54c82](https://github.com/Finch-API/finch-api-node/commit/ec54c82820493c4820d401fe61b56e2c691c93b8))
17+
* **mcp:** return logs on code tool errors ([d2a42f3](https://github.com/Finch-API/finch-api-node/commit/d2a42f3371dfa88ce0f63a1162566f78a084e654))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([c5856c4](https://github.com/Finch-API/finch-api-node/commit/c5856c427cef17df7e9c405571f2c6eaf63929ca))
23+
* **api:** resolve build issues ([4460909](https://github.com/Finch-API/finch-api-node/commit/44609094928b661b1ed6ded8287c16fae55d4a1c))
24+
* **java:** Resolve name collisions ([bae6eca](https://github.com/Finch-API/finch-api-node/commit/bae6eca685b8caedc4c17430ff381b715d873a30))
25+
* **mcp:** return tool execution error on api error ([cbb54af](https://github.com/Finch-API/finch-api-node/commit/cbb54afba09f472d0fac6e95363ab62359235e56))
26+
* **mcp:** return tool execution error on jq failure ([69f00c3](https://github.com/Finch-API/finch-api-node/commit/69f00c33abcaf67a430cb222764dbe88dd031e39))
27+
* **tests:** fix tests ([205288d](https://github.com/Finch-API/finch-api-node/commit/205288d4eb4009c78d516ed47315805a7d0e288d))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([6f12f34](https://github.com/Finch-API/finch-api-node/commit/6f12f346ee8e71bfbcfa7ef07675e8f1bebefcd2))
33+
* **internal:** codegen related update ([6c5769a](https://github.com/Finch-API/finch-api-node/commit/6c5769a0dae1592cafbd75d6aa154ed8e58070bd))
34+
* **internal:** codegen related update ([ec3b86b](https://github.com/Finch-API/finch-api-node/commit/ec3b86ba41a41b9b5f551e2a98fba2dafe027e3c))
35+
* mcp code tool explicit error message when missing a run function ([24589a4](https://github.com/Finch-API/finch-api-node/commit/24589a456017bf87d37ba0b625128dcb30a8a8fe))
36+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1e589b1](https://github.com/Finch-API/finch-api-node/commit/1e589b19f1135b8bbb6f2ec5311a21525a9be731))
37+
* **mcp:** add line numbers to code tool errors ([411f3aa](https://github.com/Finch-API/finch-api-node/commit/411f3aa5b731210140dbeed451bd1c832c7c3429))
38+
* **mcp:** clarify http auth error ([78d9a7e](https://github.com/Finch-API/finch-api-node/commit/78d9a7e94f9b8333da9c6713ddfaa12216dcc0b6))
39+
* **mcp:** upgrade jq-web ([ebd1da4](https://github.com/Finch-API/finch-api-node/commit/ebd1da4e38c623c588d555578156df9a107cc6df))
40+
* sync repo ([482d155](https://github.com/Finch-API/finch-api-node/commit/482d15589cdead42550e5656dd416f37c228a3fc))
41+
42+
43+
### Documentation
44+
45+
* **mcp:** add a README button for one-click add to Cursor ([6057112](https://github.com/Finch-API/finch-api-node/commit/60571123a1bef70401074d380d6db64c275ac8fd))
46+
* **mcp:** add a README link to add server to VS Code or Claude Code ([da805df](https://github.com/Finch-API/finch-api-node/commit/da805df0d238038a48600aa4ce460aa8cf7c2393))
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)