Skip to content

Commit b3d623f

Browse files
release: 7.0.0
1 parent 8e8ddce commit b3d623f

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-15)
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 ([e38c933](https://github.com/Finch-API/finch-api-node/commit/e38c93392149183c19fcf0ab5c936f78aeb0bda4))
10+
* **api:** api update ([b9bd3ad](https://github.com/Finch-API/finch-api-node/commit/b9bd3ad187277740c82eefc2e1700aea70866356))
11+
* **api:** api update ([28b6ca5](https://github.com/Finch-API/finch-api-node/commit/28b6ca50f0fba717c4aa7720bf8a3a22764016a5))
12+
* **api:** manual updates ([56ccc29](https://github.com/Finch-API/finch-api-node/commit/56ccc29eacf9fc9814632982a90478afa4ffa0c2))
13+
* **api:** move node to typescript generator ([ce1aa44](https://github.com/Finch-API/finch-api-node/commit/ce1aa44aca0e0a9914991beab70cacdf7235078b))
14+
* **api:** update automated code reviewer selection ([ab39c94](https://github.com/Finch-API/finch-api-node/commit/ab39c947e6822a57860f1d613690f325b080f854))
15+
* **mcp:** add detail field to docs search tool ([f8a707d](https://github.com/Finch-API/finch-api-node/commit/f8a707d97d71846758d8360e436a300e3991c3f3))
16+
* **mcp:** add typescript check to code execution tool ([220faee](https://github.com/Finch-API/finch-api-node/commit/220faee115954dbd00bc105866ccf5cc1aef888f))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([3044792](https://github.com/Finch-API/finch-api-node/commit/3044792fb6038f962d6ad08439f83d65852ea8bf))
18+
* **mcp:** handle code mode calls in the Stainless API ([f1311ff](https://github.com/Finch-API/finch-api-node/commit/f1311ffea30b12ecf8d9065e7d021dcf6d99746f))
19+
* **mcp:** return logs on code tool errors ([385085e](https://github.com/Finch-API/finch-api-node/commit/385085e7bbeb8364db511289de541d4f620e8c62))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([f00aa31](https://github.com/Finch-API/finch-api-node/commit/f00aa31a0ecc021266061a2c13511edff37dc387))
25+
* **api:** resolve build issues ([589586f](https://github.com/Finch-API/finch-api-node/commit/589586f4a596d66c976f87af7c557662ac597277))
26+
* **java:** Resolve name collisions ([e9fd852](https://github.com/Finch-API/finch-api-node/commit/e9fd852ea50a6a3c4da3fdd30292b3e6fb2360f3))
27+
* **mcp:** add client instantiation options to code tool ([009c60a](https://github.com/Finch-API/finch-api-node/commit/009c60a389d8ef5ee61dcf0dbcb6be41dbb04342))
28+
* **mcp:** correct code tool API endpoint ([dc78ec8](https://github.com/Finch-API/finch-api-node/commit/dc78ec86e203c914251ba13f21bba78f391c6bc2))
29+
* **mcp:** return correct lines on typescript errors ([6264df1](https://github.com/Finch-API/finch-api-node/commit/6264df10673cd8d0dad6a2eeff39cd6f5630158e))
30+
* **mcp:** return tool execution error on api error ([38d5203](https://github.com/Finch-API/finch-api-node/commit/38d5203c233e32b37db0c700072f9b31b7c16d7e))
31+
* **mcp:** return tool execution error on jq failure ([e3f130c](https://github.com/Finch-API/finch-api-node/commit/e3f130c5bc643d66f785e3a00f8123e173202ab9))
32+
* **tests:** fix tests ([910afe6](https://github.com/Finch-API/finch-api-node/commit/910afe643de4b10588ed07a36093d93db428ebf5))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([2118615](https://github.com/Finch-API/finch-api-node/commit/211861523802f469e6f4e5cb3004a7241070034a))
38+
* **internal:** codegen related update ([eaeb093](https://github.com/Finch-API/finch-api-node/commit/eaeb093446ac01b5ca84afe68081e9202d273bf3))
39+
* **internal:** codegen related update ([9dacfcd](https://github.com/Finch-API/finch-api-node/commit/9dacfcdc38dba36d314e790a9acd1a6bc7ab1eca))
40+
* **internal:** codegen related update ([43e5a9c](https://github.com/Finch-API/finch-api-node/commit/43e5a9c7ac2f18f83987072f2c4ba3c64e8a7ac9))
41+
* **internal:** codegen related update ([5fd6ca8](https://github.com/Finch-API/finch-api-node/commit/5fd6ca8b204af1377aa5fb92d034d8b9ec4ca75f))
42+
* **internal:** upgrade eslint ([8a20d40](https://github.com/Finch-API/finch-api-node/commit/8a20d4094d48bb64791fd9cc3fd8be1c8032a248))
43+
* mcp code tool explicit error message when missing a run function ([fc3476b](https://github.com/Finch-API/finch-api-node/commit/fc3476b98399ed01bea269fff223b1373462630d))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([2ecc900](https://github.com/Finch-API/finch-api-node/commit/2ecc90056bbfb8b4d35ea229223ea984164032b8))
45+
* **mcp:** add line numbers to code tool errors ([5cfdc14](https://github.com/Finch-API/finch-api-node/commit/5cfdc14913b2178e03dd7f8ddca34ba62babef96))
46+
* **mcp:** clarify http auth error ([cc1cbff](https://github.com/Finch-API/finch-api-node/commit/cc1cbffd68e1e65127b62362304b7f615b51336f))
47+
* **mcp:** update lockfile ([8e8ddce](https://github.com/Finch-API/finch-api-node/commit/8e8ddce152a1c04ab44d8227d37c9fef9d0e21e6))
48+
* **mcp:** upgrade jq-web ([de10226](https://github.com/Finch-API/finch-api-node/commit/de10226307cc363ddf1b2e3f6b27194d394426a1))
49+
* sync repo ([95c2bf9](https://github.com/Finch-API/finch-api-node/commit/95c2bf93627d3b61fdded0f76b06676f82170cb0))
50+
* use latest @modelcontextprotocol/sdk ([ba9d556](https://github.com/Finch-API/finch-api-node/commit/ba9d55619c286aa8dd2d1d7074ba655f199eea96))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([077a0d6](https://github.com/Finch-API/finch-api-node/commit/077a0d69c3dfb3c7dec10336a4ec523f7dabb5a2))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d785532](https://github.com/Finch-API/finch-api-node/commit/d785532a09c0cfca320e09750065f3e12767f129))
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)