Skip to content

Commit 94a31d7

Browse files
release: 7.0.0
1 parent 7625bad commit 94a31d7

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-17)
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 ([f1146f8](https://github.com/Finch-API/finch-api-node/commit/f1146f8969d7c0fb361192006c69d561fff68a24))
10+
* **api:** api update ([7211b37](https://github.com/Finch-API/finch-api-node/commit/7211b37b9a0d87b33509876e79cd1c16a91f0254))
11+
* **api:** api update ([ac52863](https://github.com/Finch-API/finch-api-node/commit/ac5286386e6fbdc22906b6fb511b2de0ba9526fb))
12+
* **api:** manual updates ([e624fba](https://github.com/Finch-API/finch-api-node/commit/e624fbacdf5b756f5433aa71b2934da3b53e9cf5))
13+
* **api:** move node to typescript generator ([cf54c68](https://github.com/Finch-API/finch-api-node/commit/cf54c688e23e41f526e6748ac7b5c1190918c9c5))
14+
* **api:** update automated code reviewer selection ([b15bbef](https://github.com/Finch-API/finch-api-node/commit/b15bbef7089bec01f965fbb34c715931f0775e59))
15+
* **mcp:** add detail field to docs search tool ([7ffbae3](https://github.com/Finch-API/finch-api-node/commit/7ffbae3b937c3424686a4096f2cdc5a98badd5c6))
16+
* **mcp:** add typescript check to code execution tool ([cf12cab](https://github.com/Finch-API/finch-api-node/commit/cf12cabe469d8d84104fd8476bcc14c3acd1087f))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([f212946](https://github.com/Finch-API/finch-api-node/commit/f2129466448b27c42b95a3421d1741ac69238bfd))
18+
* **mcp:** handle code mode calls in the Stainless API ([c1d6da1](https://github.com/Finch-API/finch-api-node/commit/c1d6da132d6ca4c536fdca5f66632a1ee3b69152))
19+
* **mcp:** return logs on code tool errors ([9545840](https://github.com/Finch-API/finch-api-node/commit/95458402854e0233bb0a989783a631ae5c5044ae))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([4616b96](https://github.com/Finch-API/finch-api-node/commit/4616b961ebbfa4b72a7bb4bf12e038dfee0b5ded))
25+
* **api:** resolve build issues ([f8be85e](https://github.com/Finch-API/finch-api-node/commit/f8be85e27fb0016a593ecfab431d6e5d541d5180))
26+
* **java:** Resolve name collisions ([679e390](https://github.com/Finch-API/finch-api-node/commit/679e39073bb238ea7f75000f55736865893a19d4))
27+
* **mcp:** add client instantiation options to code tool ([5a1fe31](https://github.com/Finch-API/finch-api-node/commit/5a1fe31231a0f7745a3884323cc4518135a4bdd0))
28+
* **mcp:** correct code tool API endpoint ([e3651ec](https://github.com/Finch-API/finch-api-node/commit/e3651ec74b76cc3333fef4119264a26e45f1a737))
29+
* **mcp:** return correct lines on typescript errors ([bc7e227](https://github.com/Finch-API/finch-api-node/commit/bc7e22741b33fbef2ead71616f0ca7533c2a4fe5))
30+
* **mcp:** return tool execution error on api error ([abe9f03](https://github.com/Finch-API/finch-api-node/commit/abe9f03a66964795fe93451902b219ff54636bf6))
31+
* **mcp:** return tool execution error on jq failure ([40f5b63](https://github.com/Finch-API/finch-api-node/commit/40f5b63f9ff5703d1e2c45424d9ac301c4250d8c))
32+
* **tests:** fix tests ([bc924ba](https://github.com/Finch-API/finch-api-node/commit/bc924ba3e6f2db1bf054f1b573f3030349dfb270))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([6de0dbc](https://github.com/Finch-API/finch-api-node/commit/6de0dbc703edd14116923147ac1f2e5695587c90))
38+
* **internal:** codegen related update ([4305aaa](https://github.com/Finch-API/finch-api-node/commit/4305aaa45fea483cf05751542f83eb5bd671ec16))
39+
* **internal:** codegen related update ([419ec12](https://github.com/Finch-API/finch-api-node/commit/419ec12772a33d416e746b56c5f9eae6b650f109))
40+
* **internal:** codegen related update ([d040f6c](https://github.com/Finch-API/finch-api-node/commit/d040f6c4b44eb2123c0cde05fbdf87a5b3191175))
41+
* **internal:** codegen related update ([21cdc94](https://github.com/Finch-API/finch-api-node/commit/21cdc9469985c6547c2a5c6ae53b2eea1dfc439a))
42+
* **internal:** upgrade eslint ([9feb3e8](https://github.com/Finch-API/finch-api-node/commit/9feb3e8079d5c48450c4847c234eb249e8df2fe4))
43+
* mcp code tool explicit error message when missing a run function ([e8a0ea6](https://github.com/Finch-API/finch-api-node/commit/e8a0ea66785d36bd90ee80b6e04434b8cf2e3677))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7b491fb](https://github.com/Finch-API/finch-api-node/commit/7b491fb930e609775a1639f37eea4070a9287c13))
45+
* **mcp:** add line numbers to code tool errors ([7657c99](https://github.com/Finch-API/finch-api-node/commit/7657c9993b5972e697ded19abf7f47b8158ef163))
46+
* **mcp:** clarify http auth error ([c731aed](https://github.com/Finch-API/finch-api-node/commit/c731aed2b811beef78b8a004bac2d89a6667efc9))
47+
* **mcp:** update lockfile ([7625bad](https://github.com/Finch-API/finch-api-node/commit/7625bad622d1d4a9a89d15bfa454afb70046a499))
48+
* **mcp:** upgrade jq-web ([811c88d](https://github.com/Finch-API/finch-api-node/commit/811c88d903554f4d310e1feb1e681dc815cf6651))
49+
* sync repo ([fff295f](https://github.com/Finch-API/finch-api-node/commit/fff295f651e2a7a119d129af1240cf9f8f0056b1))
50+
* use latest @modelcontextprotocol/sdk ([f4b31b2](https://github.com/Finch-API/finch-api-node/commit/f4b31b267f26cb6d4d7d8c488625d8dff927c2f8))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([c67c2eb](https://github.com/Finch-API/finch-api-node/commit/c67c2ebe4d656eab37cd3507fd8052c6b7578e76))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([8ab050f](https://github.com/Finch-API/finch-api-node/commit/8ab050f1ece75e9c465e4e06eb48af36ebc61ecf))
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)