Skip to content

Commit ec23215

Browse files
release: 7.0.0
1 parent 4e21310 commit ec23215

File tree

6 files changed

+51
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-03)
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 ([0e09a5f](https://github.com/Finch-API/finch-api-node/commit/0e09a5fd6bff6a3d0ff02fffe1eecd4bc5df5c3e))
10+
* **api:** api update ([9510e1b](https://github.com/Finch-API/finch-api-node/commit/9510e1b1903ed1280fb9af78aac65bb6719b503b))
11+
* **api:** api update ([59f7ae4](https://github.com/Finch-API/finch-api-node/commit/59f7ae47ed58bc619c9137f77957f67f292ee89e))
12+
* **api:** manual updates ([3580253](https://github.com/Finch-API/finch-api-node/commit/35802538fef1a3751bde91768e29fa49b0c5190a))
13+
* **api:** move node to typescript generator ([7aa2345](https://github.com/Finch-API/finch-api-node/commit/7aa2345442ba89565811e1996292cc0f9423bd64))
14+
* **api:** update automated code reviewer selection ([2f9aab2](https://github.com/Finch-API/finch-api-node/commit/2f9aab25f3527a9b1e72e387c840fe1c0378a79c))
15+
* **mcp:** add detail field to docs search tool ([1b016e5](https://github.com/Finch-API/finch-api-node/commit/1b016e55164a4ed5897d6a38fecbaf027c5f4070))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([12f115b](https://github.com/Finch-API/finch-api-node/commit/12f115b5bbd77472ade57661a68a9d01f833e415))
17+
* **mcp:** return logs on code tool errors ([1c0c509](https://github.com/Finch-API/finch-api-node/commit/1c0c509f7cdb8154c0dbe6b8d2ccca28768c8efa))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([4359d2c](https://github.com/Finch-API/finch-api-node/commit/4359d2c473276b6368df03e27d33025c736494e1))
23+
* **api:** resolve build issues ([c8c3a3c](https://github.com/Finch-API/finch-api-node/commit/c8c3a3c4f1b5ff567f3e1a4c8ea20a7062184371))
24+
* **java:** Resolve name collisions ([a2c0141](https://github.com/Finch-API/finch-api-node/commit/a2c014171a8d51921a3609370bbf19ab9fa0aa23))
25+
* **mcp:** return tool execution error on api error ([c7dfa4e](https://github.com/Finch-API/finch-api-node/commit/c7dfa4edd85052dff2a84959fe172d6ea0f3855e))
26+
* **mcp:** return tool execution error on jq failure ([73c4507](https://github.com/Finch-API/finch-api-node/commit/73c45071f0059a1dd956107d2a9a75055fab628b))
27+
* **tests:** fix tests ([87d4ff8](https://github.com/Finch-API/finch-api-node/commit/87d4ff8556c92e9fe34a7553015627f169dead93))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([53580f2](https://github.com/Finch-API/finch-api-node/commit/53580f2ff29b9235798e6db5033aa9f771f8ad18))
33+
* **internal:** codegen related update ([d1cd714](https://github.com/Finch-API/finch-api-node/commit/d1cd7140b978307ca79ac02de1c19670335990ac))
34+
* **internal:** codegen related update ([643b597](https://github.com/Finch-API/finch-api-node/commit/643b597ab7fbba19f1b366d4bed1896fc6f6bfef))
35+
* **internal:** upgrade eslint ([4e21310](https://github.com/Finch-API/finch-api-node/commit/4e2131032471c419ed7ccc05ce1ab2686fbf335a))
36+
* mcp code tool explicit error message when missing a run function ([8d583c0](https://github.com/Finch-API/finch-api-node/commit/8d583c00cfb5e6e0e1c64563aaaec65724e94c21))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c19a41b](https://github.com/Finch-API/finch-api-node/commit/c19a41b8c7f7116b4368877142a1fe30e65756a3))
38+
* **mcp:** add line numbers to code tool errors ([e5eab32](https://github.com/Finch-API/finch-api-node/commit/e5eab3262cc19577574eff4a3dae7d5a279d30ba))
39+
* **mcp:** clarify http auth error ([2874916](https://github.com/Finch-API/finch-api-node/commit/2874916c611f7b4b7c0717fd095db06190218774))
40+
* **mcp:** upgrade jq-web ([c8e6424](https://github.com/Finch-API/finch-api-node/commit/c8e6424c2c57d30bc6e484960466adc09e726f0c))
41+
* sync repo ([00701b8](https://github.com/Finch-API/finch-api-node/commit/00701b872045c52295ff94b6796e046cb323815d))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([e6c6eda](https://github.com/Finch-API/finch-api-node/commit/e6c6edacb17425a3be29f37af823b6b5a79753e8))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([28b2b91](https://github.com/Finch-API/finch-api-node/commit/28b2b914f20cfcd90d5eeb24d6d8635f39de5129))
48+
349
## 6.38.0 (2025-10-27)
450

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