Skip to content

Commit 20bfb45

Browse files
release: 7.0.0
1 parent c0188db commit 20bfb45

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-11)
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 ([de2bd6c](https://github.com/Finch-API/finch-api-node/commit/de2bd6cfc68454fdc85dcebfcff6b0dc24ad849f))
10+
* **api:** api update ([2c8e56d](https://github.com/Finch-API/finch-api-node/commit/2c8e56d3a8725a5a2eff1b17e3304ab2ecb2e14e))
11+
* **api:** api update ([c2ec338](https://github.com/Finch-API/finch-api-node/commit/c2ec338dabe4efa13a7ac1e2b791950814ccabe4))
12+
* **api:** manual updates ([385d6a3](https://github.com/Finch-API/finch-api-node/commit/385d6a3f42ce89cef19517f389f3e21a18e32152))
13+
* **api:** move node to typescript generator ([61ee1a3](https://github.com/Finch-API/finch-api-node/commit/61ee1a38a84b525d8e13d9e864d5c9a4df0cc2cc))
14+
* **api:** update automated code reviewer selection ([1ff8154](https://github.com/Finch-API/finch-api-node/commit/1ff8154521feaad9f922cb5de7aaa9ee69ecc31d))
15+
* **mcp:** add detail field to docs search tool ([bf7ad12](https://github.com/Finch-API/finch-api-node/commit/bf7ad1256044b28d3c413927814ba61e29140139))
16+
* **mcp:** add typescript check to code execution tool ([2436600](https://github.com/Finch-API/finch-api-node/commit/2436600a8ebcf007f31c959c7c7af1837f43ec98))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([9bc7d5c](https://github.com/Finch-API/finch-api-node/commit/9bc7d5cb216390c281511918651e43452726ac1a))
18+
* **mcp:** handle code mode calls in the Stainless API ([924d43b](https://github.com/Finch-API/finch-api-node/commit/924d43b604e63002bfc060cfc1ed166d3b12aae5))
19+
* **mcp:** return logs on code tool errors ([8084528](https://github.com/Finch-API/finch-api-node/commit/8084528481c4687aaf4e20d4306d258b1dec3372))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([24b5e09](https://github.com/Finch-API/finch-api-node/commit/24b5e09be0f7a746f15d627b7b8d6182f8df7d43))
25+
* **api:** resolve build issues ([cc0516a](https://github.com/Finch-API/finch-api-node/commit/cc0516a57c59f373e9200dc1ce0a24b82cf40898))
26+
* **java:** Resolve name collisions ([845b749](https://github.com/Finch-API/finch-api-node/commit/845b749600941bc2cdd6c87e01c04694bf43f258))
27+
* **mcp:** add client instantiation options to code tool ([f4489fa](https://github.com/Finch-API/finch-api-node/commit/f4489fa437df36f5298d300078cc6fe1e611174c))
28+
* **mcp:** correct code tool API endpoint ([4910653](https://github.com/Finch-API/finch-api-node/commit/49106530569ef3f0cb629f88af6233c3349deed5))
29+
* **mcp:** return correct lines on typescript errors ([e5365e6](https://github.com/Finch-API/finch-api-node/commit/e5365e6ae9275f8b74e01b026f0f581130d7a63a))
30+
* **mcp:** return tool execution error on api error ([b4899c5](https://github.com/Finch-API/finch-api-node/commit/b4899c58e64868324380bbf0d1e134c1c79b2299))
31+
* **mcp:** return tool execution error on jq failure ([57d1018](https://github.com/Finch-API/finch-api-node/commit/57d101807fbae826afff74cf5510f7a2ed32a425))
32+
* **tests:** fix tests ([6456431](https://github.com/Finch-API/finch-api-node/commit/645643176be2fe794b7335d1181d5a1efc53bd9a))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([dcf66aa](https://github.com/Finch-API/finch-api-node/commit/dcf66aa4495d4562444cd99a86ae76775fa49548))
38+
* **internal:** codegen related update ([2c9fe62](https://github.com/Finch-API/finch-api-node/commit/2c9fe6204d6c569eec97d2eeef840f7384778793))
39+
* **internal:** codegen related update ([1649f70](https://github.com/Finch-API/finch-api-node/commit/1649f70f387a1fc32b783f16149cdf0891628d15))
40+
* **internal:** codegen related update ([5c9f503](https://github.com/Finch-API/finch-api-node/commit/5c9f503aab804755701d43709cf74c045a419f4a))
41+
* **internal:** codegen related update ([c516b69](https://github.com/Finch-API/finch-api-node/commit/c516b69e285cf4de9325dd1855d4c08fe8a5f8ff))
42+
* **internal:** upgrade eslint ([bde12cf](https://github.com/Finch-API/finch-api-node/commit/bde12cfcf276847b72dc3af3f3e3564132a60d6c))
43+
* mcp code tool explicit error message when missing a run function ([d94442d](https://github.com/Finch-API/finch-api-node/commit/d94442d27f291aed71ab0d21b1f3dbea498bb6d8))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([4aa719d](https://github.com/Finch-API/finch-api-node/commit/4aa719dfac78bcd8dd4ca8f69f12c27520da4cbd))
45+
* **mcp:** add line numbers to code tool errors ([b4bc339](https://github.com/Finch-API/finch-api-node/commit/b4bc339c81ecbc3097e038173a23ba37f8d02d39))
46+
* **mcp:** clarify http auth error ([9e39204](https://github.com/Finch-API/finch-api-node/commit/9e39204e48f33403e5f4776036655ca88575f043))
47+
* **mcp:** update lockfile ([c0188db](https://github.com/Finch-API/finch-api-node/commit/c0188db54e63ba141d681fe31b8841a83e9aab9b))
48+
* **mcp:** upgrade jq-web ([935c99d](https://github.com/Finch-API/finch-api-node/commit/935c99d5084bcf13f04870823d024b11cdf4cf82))
49+
* sync repo ([5add073](https://github.com/Finch-API/finch-api-node/commit/5add073ba85f4a2d76918fea51fc5070af9b0243))
50+
* use latest @modelcontextprotocol/sdk ([561ce2a](https://github.com/Finch-API/finch-api-node/commit/561ce2a347e55d0629547fd2ec19114055a9d51f))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([c193a75](https://github.com/Finch-API/finch-api-node/commit/c193a751a1f474911c1341c6cd68330a13f059d1))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f49e4c9](https://github.com/Finch-API/finch-api-node/commit/f49e4c90ceefc5b0eb174eaed79b2181721ad01a))
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)