Skip to content

Commit c87997f

Browse files
release: 7.0.0
1 parent 48c798f commit c87997f

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-16)
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 ([753a01e](https://github.com/Finch-API/finch-api-node/commit/753a01e50593872fbd3f1be2058105903931cae9))
10+
* **api:** api update ([1d958cc](https://github.com/Finch-API/finch-api-node/commit/1d958ccda28b9b41ea98942f76ab88021dd70525))
11+
* **api:** api update ([5524e2d](https://github.com/Finch-API/finch-api-node/commit/5524e2dce7473e244f938bf6a002346568abfaee))
12+
* **api:** manual updates ([6604168](https://github.com/Finch-API/finch-api-node/commit/660416852547f990e9ef7feae78a08326752f7d6))
13+
* **api:** move node to typescript generator ([ef7b68e](https://github.com/Finch-API/finch-api-node/commit/ef7b68ea486a8bf39822944fc8806bc1a4e034a5))
14+
* **api:** update automated code reviewer selection ([3dbb807](https://github.com/Finch-API/finch-api-node/commit/3dbb807b1b5f1d79b151fc85433525680c07109c))
15+
* **mcp:** add detail field to docs search tool ([d76d761](https://github.com/Finch-API/finch-api-node/commit/d76d761f3aa470d2733eec33663a19eac6c40e07))
16+
* **mcp:** add typescript check to code execution tool ([427d79e](https://github.com/Finch-API/finch-api-node/commit/427d79e3cae88b5087da7804a353cea58fa366f2))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([6d02c82](https://github.com/Finch-API/finch-api-node/commit/6d02c824f07b3865f3eeb32aa71feb53c0b38e12))
18+
* **mcp:** handle code mode calls in the Stainless API ([e025964](https://github.com/Finch-API/finch-api-node/commit/e025964d3dfe19cd980bd39bd912061266025420))
19+
* **mcp:** return logs on code tool errors ([8445d6e](https://github.com/Finch-API/finch-api-node/commit/8445d6e98012e029d96ac491e48691a20e83cf37))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([203245d](https://github.com/Finch-API/finch-api-node/commit/203245d696bd2f776349bba15a3b30e7486489ae))
25+
* **api:** resolve build issues ([4176272](https://github.com/Finch-API/finch-api-node/commit/417627284b2c04d1ead771e823b64df8ecaf9b55))
26+
* **java:** Resolve name collisions ([a5a6cde](https://github.com/Finch-API/finch-api-node/commit/a5a6cde5bd116e73cf4ce22f34ba8847b02e10ee))
27+
* **mcp:** add client instantiation options to code tool ([26bf101](https://github.com/Finch-API/finch-api-node/commit/26bf10169acf9bd381844dfa1275c16aef7d7566))
28+
* **mcp:** correct code tool API endpoint ([b71b0bc](https://github.com/Finch-API/finch-api-node/commit/b71b0bca15272cadac98db2676177a2d48da552c))
29+
* **mcp:** return correct lines on typescript errors ([6b7e2e7](https://github.com/Finch-API/finch-api-node/commit/6b7e2e781791e9d35737a8fe9384c9e073271649))
30+
* **mcp:** return tool execution error on api error ([1dd6ad3](https://github.com/Finch-API/finch-api-node/commit/1dd6ad3d3f9ea000ab2004787e8dbf8cf81edd3a))
31+
* **mcp:** return tool execution error on jq failure ([3a01221](https://github.com/Finch-API/finch-api-node/commit/3a012217dab82dddd3dc6aa0a25f174903cbcd11))
32+
* **tests:** fix tests ([1310518](https://github.com/Finch-API/finch-api-node/commit/1310518fb88ef28e32eb6d94ca1295049a8eb498))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([3e51c01](https://github.com/Finch-API/finch-api-node/commit/3e51c018ccbf558917ce1b742b9b441cbe0bd912))
38+
* **internal:** codegen related update ([8636a94](https://github.com/Finch-API/finch-api-node/commit/8636a94a8a9e91c77bc4df06c90446ab7b364e56))
39+
* **internal:** codegen related update ([4007f4e](https://github.com/Finch-API/finch-api-node/commit/4007f4e335caaab8c2cd47077777118d88c27f7b))
40+
* **internal:** codegen related update ([dc35ec5](https://github.com/Finch-API/finch-api-node/commit/dc35ec562b006974e182ff8853f53e1ded944d04))
41+
* **internal:** codegen related update ([16fe74a](https://github.com/Finch-API/finch-api-node/commit/16fe74a5e0ef079c414d890f8c5ff7b6ff37eada))
42+
* **internal:** upgrade eslint ([a7b5a45](https://github.com/Finch-API/finch-api-node/commit/a7b5a45a5f2043e1302a81dc3e4442e23801ecce))
43+
* mcp code tool explicit error message when missing a run function ([69f1153](https://github.com/Finch-API/finch-api-node/commit/69f1153fcec502204f339f538053e978ce8fb509))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([4c92902](https://github.com/Finch-API/finch-api-node/commit/4c929024a958f8d33b4d780932a95dc256aa4917))
45+
* **mcp:** add line numbers to code tool errors ([1e7e4bc](https://github.com/Finch-API/finch-api-node/commit/1e7e4bca1c1f66d0004680d6e5fb6e7089baff16))
46+
* **mcp:** clarify http auth error ([675bce9](https://github.com/Finch-API/finch-api-node/commit/675bce9f0870c3cd8d7fd08801a68183bcf5a31e))
47+
* **mcp:** update lockfile ([48c798f](https://github.com/Finch-API/finch-api-node/commit/48c798f0669abce701501248901071c45c723815))
48+
* **mcp:** upgrade jq-web ([5416848](https://github.com/Finch-API/finch-api-node/commit/5416848eb7000f96e976ded090b6330214a8b126))
49+
* sync repo ([82b1182](https://github.com/Finch-API/finch-api-node/commit/82b1182d8ed08273bea790fffb214cb9b94ab887))
50+
* use latest @modelcontextprotocol/sdk ([c13e81b](https://github.com/Finch-API/finch-api-node/commit/c13e81b4e9ccb378e66139979b4427602b3e8339))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([876b425](https://github.com/Finch-API/finch-api-node/commit/876b425f379466bcbde50b5e33f7b6324712a7c7))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([06fad7f](https://github.com/Finch-API/finch-api-node/commit/06fad7f692679916d5f6d10f6bd534bb2bb8bc8b))
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)