Skip to content

Commit e4ee679

Browse files
release: 7.0.0
1 parent 914f314 commit e4ee679

File tree

6 files changed

+60
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-10)
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 ([7d0f355](https://github.com/Finch-API/finch-api-node/commit/7d0f355d5d866e195f1b75b6fe5299c1b907255d))
10+
* **api:** api update ([121bbe6](https://github.com/Finch-API/finch-api-node/commit/121bbe6832ab89f638c94dda3f6a7807e2d80f8c))
11+
* **api:** api update ([372f294](https://github.com/Finch-API/finch-api-node/commit/372f294125b81e7092574e27778387cb9b6ed6e6))
12+
* **api:** manual updates ([083048e](https://github.com/Finch-API/finch-api-node/commit/083048e95fb614d375ea879cf355c0792963628a))
13+
* **api:** move node to typescript generator ([a553dbc](https://github.com/Finch-API/finch-api-node/commit/a553dbc5a59bbe2a52c42cb95e2f738837ea6f61))
14+
* **api:** update automated code reviewer selection ([dbd2837](https://github.com/Finch-API/finch-api-node/commit/dbd2837a6f01b9319c9ae5373937460901756c46))
15+
* **mcp:** add detail field to docs search tool ([64993d6](https://github.com/Finch-API/finch-api-node/commit/64993d6e9883cb59f356fcb97b2dd69b296caabd))
16+
* **mcp:** add typescript check to code execution tool ([729350b](https://github.com/Finch-API/finch-api-node/commit/729350bb47ec38d3bc16922f2f620a954b791ee0))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([1ab6776](https://github.com/Finch-API/finch-api-node/commit/1ab677626d96fc5702ba6f8845d0f6cd5dbd28df))
18+
* **mcp:** handle code mode calls in the Stainless API ([47148e1](https://github.com/Finch-API/finch-api-node/commit/47148e1939ff20cbc34ce99e671ef23002f07456))
19+
* **mcp:** return logs on code tool errors ([2f56be7](https://github.com/Finch-API/finch-api-node/commit/2f56be794849b61bd8ea04279a7bf8d5eac11065))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([3e22e3e](https://github.com/Finch-API/finch-api-node/commit/3e22e3e0f08e3bb7675ee95f275ae2d7c094c9aa))
25+
* **api:** resolve build issues ([92c7ba3](https://github.com/Finch-API/finch-api-node/commit/92c7ba3e330f3506b652642abb5cf3928c759e3d))
26+
* **java:** Resolve name collisions ([ccf846b](https://github.com/Finch-API/finch-api-node/commit/ccf846b99ae6d498e08d35cb9ce35921acfdd84e))
27+
* **mcp:** add client instantiation options to code tool ([c7e269f](https://github.com/Finch-API/finch-api-node/commit/c7e269f9513baaf703a3f149b019e12ef73fdf1d))
28+
* **mcp:** correct code tool API endpoint ([a961773](https://github.com/Finch-API/finch-api-node/commit/a961773cf266c676816a1eb2863c74930e4efe7b))
29+
* **mcp:** return correct lines on typescript errors ([ddb88e4](https://github.com/Finch-API/finch-api-node/commit/ddb88e4948882461cd8212db65f24f417ad0895d))
30+
* **mcp:** return tool execution error on api error ([6433752](https://github.com/Finch-API/finch-api-node/commit/64337522944447c53bcb7bba8a5a641875628caf))
31+
* **mcp:** return tool execution error on jq failure ([80ffed3](https://github.com/Finch-API/finch-api-node/commit/80ffed3ad83fa56439b7cb9c386ff2362ac5bee6))
32+
* **tests:** fix tests ([ea69c10](https://github.com/Finch-API/finch-api-node/commit/ea69c10ec0cf34f771a1589994b59fb352923930))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([2a70a7a](https://github.com/Finch-API/finch-api-node/commit/2a70a7a19c82febe8066800229a01fd1d7445fd9))
38+
* **internal:** codegen related update ([809bd70](https://github.com/Finch-API/finch-api-node/commit/809bd707651a338ce79087265ba36d6e7697bc36))
39+
* **internal:** codegen related update ([544fa52](https://github.com/Finch-API/finch-api-node/commit/544fa5209772e26089bd585585e984e63bd786d7))
40+
* **internal:** codegen related update ([e58ce2c](https://github.com/Finch-API/finch-api-node/commit/e58ce2ce59b43990419c9b70063b1b265ecaef2f))
41+
* **internal:** codegen related update ([4869044](https://github.com/Finch-API/finch-api-node/commit/4869044bf9cb7258501d9d9d427037905bfbac04))
42+
* **internal:** upgrade eslint ([6c7f5f7](https://github.com/Finch-API/finch-api-node/commit/6c7f5f7eefd923cd093cb030035340b2ffe138fe))
43+
* mcp code tool explicit error message when missing a run function ([7c7bb4a](https://github.com/Finch-API/finch-api-node/commit/7c7bb4a0d05fd25c6a04ad104171da393731b12f))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5beed54](https://github.com/Finch-API/finch-api-node/commit/5beed542d9d715bbf0831615ae7916a573e1af50))
45+
* **mcp:** add line numbers to code tool errors ([048eb23](https://github.com/Finch-API/finch-api-node/commit/048eb23d31851e26b19d2d6dd9437eab68ea7c8f))
46+
* **mcp:** clarify http auth error ([9bb7113](https://github.com/Finch-API/finch-api-node/commit/9bb71131477bb246b007f26b4c5dd1c276aa939e))
47+
* **mcp:** update lockfile ([914f314](https://github.com/Finch-API/finch-api-node/commit/914f314c38485e8b5b24c7a05c971686586e3f13))
48+
* **mcp:** upgrade jq-web ([4caf840](https://github.com/Finch-API/finch-api-node/commit/4caf8403221cfbc5b8bb93ef6a4a8da41a36c506))
49+
* sync repo ([2df2c5c](https://github.com/Finch-API/finch-api-node/commit/2df2c5c477ad15b561de7fb9e7e2666623fae45c))
50+
* use latest @modelcontextprotocol/sdk ([1b951d2](https://github.com/Finch-API/finch-api-node/commit/1b951d2e220d550a8855db518cb915976a7332aa))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([4e63a43](https://github.com/Finch-API/finch-api-node/commit/4e63a43d677e2df459b96f9f8d14f10ce9a2a908))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([43f88c0](https://github.com/Finch-API/finch-api-node/commit/43f88c05cf45f731d1b6bef4c1b2e22d1607e2f7))
57+
358
## 6.38.0 (2025-10-27)
459

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