Skip to content

Commit a9ce89a

Browse files
release: 7.0.0
1 parent 382426a commit a9ce89a

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 ([b0c88a1](https://github.com/Finch-API/finch-api-node/commit/b0c88a118dbb12d381e5d31f27e6aa327161cac3))
10+
* **api:** api update ([e9613f2](https://github.com/Finch-API/finch-api-node/commit/e9613f21c545ed6b48de200243cf27ea1c73b42c))
11+
* **api:** api update ([7e0cf45](https://github.com/Finch-API/finch-api-node/commit/7e0cf45ea57e1e5b6b3309c19debc90229bdaefd))
12+
* **api:** manual updates ([e32ec21](https://github.com/Finch-API/finch-api-node/commit/e32ec21d13ac12d9c56ec7bc0aaf53144e3500c1))
13+
* **api:** move node to typescript generator ([b440941](https://github.com/Finch-API/finch-api-node/commit/b440941f7424a3208da929ee2bb5141a7a29b88a))
14+
* **api:** update automated code reviewer selection ([65aa351](https://github.com/Finch-API/finch-api-node/commit/65aa351ed9f1bb1791df54b2478c88d51aa0f7c8))
15+
* **mcp:** add detail field to docs search tool ([715cb14](https://github.com/Finch-API/finch-api-node/commit/715cb144833c72416d95bfe752e967d415c9d6ad))
16+
* **mcp:** add typescript check to code execution tool ([b6513ba](https://github.com/Finch-API/finch-api-node/commit/b6513ba2574ee314ebe7013b950030094549c61b))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([8983a67](https://github.com/Finch-API/finch-api-node/commit/8983a6735fcb9e3c2093b50bf3ee82186408d7b4))
18+
* **mcp:** handle code mode calls in the Stainless API ([973256e](https://github.com/Finch-API/finch-api-node/commit/973256ebe378febd55791e8065f9066ffc3a8bd9))
19+
* **mcp:** return logs on code tool errors ([f25ac59](https://github.com/Finch-API/finch-api-node/commit/f25ac59528033d1ea52ba3ceb85c073260511e20))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([6239daf](https://github.com/Finch-API/finch-api-node/commit/6239dafe8402e6f0495aae04278c2aa021fc4789))
25+
* **api:** resolve build issues ([c8af2f5](https://github.com/Finch-API/finch-api-node/commit/c8af2f5f5e144a99f1da249e3e17931c6cd887d0))
26+
* **java:** Resolve name collisions ([cf75410](https://github.com/Finch-API/finch-api-node/commit/cf75410eea54e78948354ae246f6aea857cd1bb0))
27+
* **mcp:** correct code tool API endpoint ([fa2a9ba](https://github.com/Finch-API/finch-api-node/commit/fa2a9bad8ee61ec367d5676fd04c5f1e9213a72f))
28+
* **mcp:** return correct lines on typescript errors ([3ae2f38](https://github.com/Finch-API/finch-api-node/commit/3ae2f38ad5fefde98a13582c4c7534ec118240bc))
29+
* **mcp:** return tool execution error on api error ([037cc6b](https://github.com/Finch-API/finch-api-node/commit/037cc6b2429115f7276e1a8a06cba8344c25eb47))
30+
* **mcp:** return tool execution error on jq failure ([cb7d595](https://github.com/Finch-API/finch-api-node/commit/cb7d59524f46b59030191211aab153454f2ac5af))
31+
* **tests:** fix tests ([77566c3](https://github.com/Finch-API/finch-api-node/commit/77566c34d1054e19ed7f153937fc5a0a0e4ca507))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([652fb5c](https://github.com/Finch-API/finch-api-node/commit/652fb5cdee5013ee0aa75cc90b5dc5f6d7478a8a))
37+
* **internal:** codegen related update ([382426a](https://github.com/Finch-API/finch-api-node/commit/382426ac0776c1ddcdafbb700d685afd7d982b9c))
38+
* **internal:** codegen related update ([c3c9946](https://github.com/Finch-API/finch-api-node/commit/c3c99469096ef6eab9b3596ea9eb3639c97f311a))
39+
* **internal:** codegen related update ([bd7df32](https://github.com/Finch-API/finch-api-node/commit/bd7df32c2a7e3702f928923aa9fb9d2a7fb88f69))
40+
* **internal:** codegen related update ([3f316e0](https://github.com/Finch-API/finch-api-node/commit/3f316e03f1c6ddf0df02e88630dd79c1cc665c98))
41+
* **internal:** upgrade eslint ([f580d9f](https://github.com/Finch-API/finch-api-node/commit/f580d9f2a3f9f5d66d64f582ea8d897d482d7047))
42+
* mcp code tool explicit error message when missing a run function ([376320d](https://github.com/Finch-API/finch-api-node/commit/376320d7f8baddef0b01f24d6e022f6030516910))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([59ea83b](https://github.com/Finch-API/finch-api-node/commit/59ea83b6d6376872a8ec247d3f73a43456fd9f4f))
44+
* **mcp:** add line numbers to code tool errors ([297b7b8](https://github.com/Finch-API/finch-api-node/commit/297b7b82041a6618cd6e328bc235eb16d6865511))
45+
* **mcp:** clarify http auth error ([4bb0905](https://github.com/Finch-API/finch-api-node/commit/4bb0905ea2c14d5c490db41a1619f62329f6146c))
46+
* **mcp:** upgrade jq-web ([ec80b73](https://github.com/Finch-API/finch-api-node/commit/ec80b73e7f539b6a382df867c4d20df4d487f2da))
47+
* sync repo ([8c32127](https://github.com/Finch-API/finch-api-node/commit/8c321279aeae1ef31a7cd849233087cf4398d769))
48+
* use latest @modelcontextprotocol/sdk ([41eee51](https://github.com/Finch-API/finch-api-node/commit/41eee517cae2e46e02ba81393aef466e5332a4d4))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([fe33092](https://github.com/Finch-API/finch-api-node/commit/fe3309280bd0c1b84082404ae5afa60082a0fdee))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ac1e4b6](https://github.com/Finch-API/finch-api-node/commit/ac1e4b614f37d0f1248d47b2c5b14e72c9c348de))
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)