Skip to content

Commit 3bd3a4b

Browse files
release: 7.0.0
1 parent 21065d7 commit 3bd3a4b

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-08)
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 ([2b774a6](https://github.com/Finch-API/finch-api-node/commit/2b774a618c2d49afc87b96159cdb22cd8a665aa7))
10+
* **api:** api update ([0449dfc](https://github.com/Finch-API/finch-api-node/commit/0449dfc15d3af5a35935e091c43745e5f9c4a2dc))
11+
* **api:** api update ([349f681](https://github.com/Finch-API/finch-api-node/commit/349f681cb2cac25b87d3aaf79f91d03c6be4b751))
12+
* **api:** manual updates ([64101f4](https://github.com/Finch-API/finch-api-node/commit/64101f42f0898f72c514840c321feae18619aa0b))
13+
* **api:** move node to typescript generator ([9eaea90](https://github.com/Finch-API/finch-api-node/commit/9eaea901ce2e114cb2a028ae3bf19bfda4369849))
14+
* **api:** update automated code reviewer selection ([f3acefa](https://github.com/Finch-API/finch-api-node/commit/f3acefabd6b771478dae0df8813c98b198654258))
15+
* **mcp:** add detail field to docs search tool ([78199f1](https://github.com/Finch-API/finch-api-node/commit/78199f1a9f74486fdbd99c301799bca0dda332af))
16+
* **mcp:** add typescript check to code execution tool ([3bf130e](https://github.com/Finch-API/finch-api-node/commit/3bf130ee557ca8c62a446644341d7aad29621c85))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([59f199d](https://github.com/Finch-API/finch-api-node/commit/59f199dd46d31892dc1b8d9abc0bbfa4d5ff557e))
18+
* **mcp:** handle code mode calls in the Stainless API ([3bd6cca](https://github.com/Finch-API/finch-api-node/commit/3bd6ccab7c70ea966e1767930693fe36db833490))
19+
* **mcp:** return logs on code tool errors ([40a1411](https://github.com/Finch-API/finch-api-node/commit/40a1411236ebfff35a5ef08830a653b2446ab115))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([ea73685](https://github.com/Finch-API/finch-api-node/commit/ea736854a9bfa63b0a1e99672a2d5b96aa5834f9))
25+
* **api:** resolve build issues ([131be88](https://github.com/Finch-API/finch-api-node/commit/131be8871199078c6e4dc3914e0d503c85583123))
26+
* **java:** Resolve name collisions ([c77be61](https://github.com/Finch-API/finch-api-node/commit/c77be616dbe049df2adf59154f64e5605be5ad11))
27+
* **mcp:** correct code tool API endpoint ([3389481](https://github.com/Finch-API/finch-api-node/commit/33894815441d62c5123fb0176cc8e2e454c17fae))
28+
* **mcp:** return correct lines on typescript errors ([27ae4a3](https://github.com/Finch-API/finch-api-node/commit/27ae4a3d382f7ae5c193a83fe2f1e8431dab0d52))
29+
* **mcp:** return tool execution error on api error ([e88efab](https://github.com/Finch-API/finch-api-node/commit/e88efabf5dd99a543e83aa6d50fad92f3e681755))
30+
* **mcp:** return tool execution error on jq failure ([51e7e8d](https://github.com/Finch-API/finch-api-node/commit/51e7e8d3e3261d50f2ba3a82f82e11596c57cf6a))
31+
* **tests:** fix tests ([a345ad1](https://github.com/Finch-API/finch-api-node/commit/a345ad13c2da2240981bcb0cdc85ce6dab6e05b1))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([c8e0b64](https://github.com/Finch-API/finch-api-node/commit/c8e0b641485ebb2abb6e83061bab582dddac0523))
37+
* **internal:** codegen related update ([21065d7](https://github.com/Finch-API/finch-api-node/commit/21065d701fadbe2825d4ee074e0323a992ef8a93))
38+
* **internal:** codegen related update ([5864752](https://github.com/Finch-API/finch-api-node/commit/58647528446d3cbb22182399f619b4e699ccc828))
39+
* **internal:** codegen related update ([2047428](https://github.com/Finch-API/finch-api-node/commit/2047428c3f617b781f97dbc499829d7002e2db32))
40+
* **internal:** codegen related update ([9f9da73](https://github.com/Finch-API/finch-api-node/commit/9f9da730b923654e9d126bd4693946ed81499163))
41+
* **internal:** upgrade eslint ([2f66d75](https://github.com/Finch-API/finch-api-node/commit/2f66d75cece2a63f99e516532db235ce4707a965))
42+
* mcp code tool explicit error message when missing a run function ([e54582d](https://github.com/Finch-API/finch-api-node/commit/e54582da95b82f4719b1d235b887002131fdcfa8))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c92b994](https://github.com/Finch-API/finch-api-node/commit/c92b99490f64292bde68712e57ee946fffd0440f))
44+
* **mcp:** add line numbers to code tool errors ([549202e](https://github.com/Finch-API/finch-api-node/commit/549202eafeed25086e2cf0b18a7c7c198cc2fa68))
45+
* **mcp:** clarify http auth error ([0874f70](https://github.com/Finch-API/finch-api-node/commit/0874f70472473e9d2466707a61523a055ef2115b))
46+
* **mcp:** upgrade jq-web ([ccc3a13](https://github.com/Finch-API/finch-api-node/commit/ccc3a13832f9c7a80a16ef7a9fb375ac63dabb04))
47+
* sync repo ([3ea1827](https://github.com/Finch-API/finch-api-node/commit/3ea18277a806e2145c1fcb667a7c3b589644e04b))
48+
* use latest @modelcontextprotocol/sdk ([30dd44e](https://github.com/Finch-API/finch-api-node/commit/30dd44e4eb6910c1bc4024ea9e4b8d06d8a4b362))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([e746bef](https://github.com/Finch-API/finch-api-node/commit/e746bef73091b5633350be141f1ed403f85073d4))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([33e2121](https://github.com/Finch-API/finch-api-node/commit/33e2121cd66eef1711e16fa4c3802b1f60ed8b33))
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)