Skip to content

Commit 0ae5c95

Browse files
release: 7.0.0
1 parent 6c46312 commit 0ae5c95

File tree

6 files changed

+58
-5
lines changed

6 files changed

+58
-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: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
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 ([1faa2e1](https://github.com/Finch-API/finch-api-node/commit/1faa2e1ecb6155a0b152eff91fd30828092c9769))
10+
* **api:** api update ([e064b90](https://github.com/Finch-API/finch-api-node/commit/e064b90931ad206fc6dbd717be5fbd7002c6425f))
11+
* **api:** api update ([c1708c3](https://github.com/Finch-API/finch-api-node/commit/c1708c317b0e448ad559cc5893ace1126a3fb224))
12+
* **api:** manual updates ([944076a](https://github.com/Finch-API/finch-api-node/commit/944076a21a1bc0f4eec42a348269733b689a0068))
13+
* **api:** move node to typescript generator ([39e1e45](https://github.com/Finch-API/finch-api-node/commit/39e1e452e7c54397233ce1c37f0a63904f70b93b))
14+
* **api:** update automated code reviewer selection ([e34cc97](https://github.com/Finch-API/finch-api-node/commit/e34cc977fef7e806b7d9f976dbbe0f66a90272a7))
15+
* **mcp:** add detail field to docs search tool ([b04cedf](https://github.com/Finch-API/finch-api-node/commit/b04cedf8f793f443a16d473c0cae67671c4f10a5))
16+
* **mcp:** add typescript check to code execution tool ([3d49b5c](https://github.com/Finch-API/finch-api-node/commit/3d49b5c770c01bf17f44c57bfa286bee62b9b60b))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([909e24a](https://github.com/Finch-API/finch-api-node/commit/909e24a25484e0e218ff3ddd41591ee91c19bb99))
18+
* **mcp:** handle code mode calls in the Stainless API ([3749d13](https://github.com/Finch-API/finch-api-node/commit/3749d1341261b15cd68885ed04c25e254736a9ae))
19+
* **mcp:** return logs on code tool errors ([2bf4e8b](https://github.com/Finch-API/finch-api-node/commit/2bf4e8b2b26fc3b3aa32b842c9a66cb14a1dd7a4))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([49f50a1](https://github.com/Finch-API/finch-api-node/commit/49f50a1bc644a04e8c976dc7520e0d6888f5c0f8))
25+
* **api:** resolve build issues ([43d1b7f](https://github.com/Finch-API/finch-api-node/commit/43d1b7f3565e80acf88b022c990aec957bcb241b))
26+
* **java:** Resolve name collisions ([64526f4](https://github.com/Finch-API/finch-api-node/commit/64526f474f213e9c17d0bb2cb9b15020e80e1b4e))
27+
* **mcp:** correct code tool API endpoint ([d5abaae](https://github.com/Finch-API/finch-api-node/commit/d5abaaea8596a7194a73ff03dca0ede9d831d795))
28+
* **mcp:** return correct lines on typescript errors ([63373d8](https://github.com/Finch-API/finch-api-node/commit/63373d8112f86f7ef9383ce32f437a58c9f58af8))
29+
* **mcp:** return tool execution error on api error ([5925b29](https://github.com/Finch-API/finch-api-node/commit/5925b293f0e93220e99d940a3b07556af7132bb3))
30+
* **mcp:** return tool execution error on jq failure ([35d14d3](https://github.com/Finch-API/finch-api-node/commit/35d14d3d416f23bf2498ca553479edbcd0f6de83))
31+
* **tests:** fix tests ([fee3e97](https://github.com/Finch-API/finch-api-node/commit/fee3e9745aac77736a145ac30559a7af4728785a))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([b5d2030](https://github.com/Finch-API/finch-api-node/commit/b5d2030a1d526daf8e0a997f50cb2971ae63292f))
37+
* **internal:** codegen related update ([6c46312](https://github.com/Finch-API/finch-api-node/commit/6c46312f4c70d9d37f97661c92c5336ebbb6fd39))
38+
* **internal:** codegen related update ([365ae0e](https://github.com/Finch-API/finch-api-node/commit/365ae0e3ed875ad588fe1d317ff3a4f450c442bb))
39+
* **internal:** codegen related update ([b0b4ebf](https://github.com/Finch-API/finch-api-node/commit/b0b4ebff09df5da0ae43d9d5a4d75d6b475e4a0d))
40+
* **internal:** codegen related update ([c3cce85](https://github.com/Finch-API/finch-api-node/commit/c3cce85c7c98b64734425b16c9fa1adc3697ed61))
41+
* **internal:** upgrade eslint ([fa1b9fe](https://github.com/Finch-API/finch-api-node/commit/fa1b9fe0d9264a4d9b74302af2899ed29a8e87a5))
42+
* mcp code tool explicit error message when missing a run function ([ca39d3f](https://github.com/Finch-API/finch-api-node/commit/ca39d3fc7f73898431202b8f8f19431829874df1))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f949c28](https://github.com/Finch-API/finch-api-node/commit/f949c285be1a363f237b82fe06c107cc322503e2))
44+
* **mcp:** add line numbers to code tool errors ([8eee6a4](https://github.com/Finch-API/finch-api-node/commit/8eee6a4bcd74f2da1cb9a50302a594f84eacf2fc))
45+
* **mcp:** clarify http auth error ([d997b91](https://github.com/Finch-API/finch-api-node/commit/d997b918128fcdf6af79d0b645757cd253a81af2))
46+
* **mcp:** upgrade jq-web ([758de9c](https://github.com/Finch-API/finch-api-node/commit/758de9c1aff021d2d68ea7e28ec3a3191aafcb67))
47+
* sync repo ([b39443d](https://github.com/Finch-API/finch-api-node/commit/b39443d8bcd762c70cb3052b727e26907b296ce0))
48+
* use latest @modelcontextprotocol/sdk ([0907fb3](https://github.com/Finch-API/finch-api-node/commit/0907fb3649c5ba396fd269889cdee3c47d2f0382))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([30c466c](https://github.com/Finch-API/finch-api-node/commit/30c466c2ae3fc21fb7f6e33200e44879e946e294))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([2c0a78b](https://github.com/Finch-API/finch-api-node/commit/2c0a78bd279077fdb725867dbdb03900fbab9344))
55+
356
## 6.38.0 (2025-10-27)
457

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