Skip to content

Commit 881d1f6

Browse files
release: 7.0.0
1 parent dbc1124 commit 881d1f6

6 files changed

Lines changed: 60 additions & 5 deletions

File tree

.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-15)
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 ([4f6bf7f](https://github.com/Finch-API/finch-api-node/commit/4f6bf7f5c90c6f442002f22e2df2ad1b945f9d1c))
10+
* **api:** api update ([c50ba4c](https://github.com/Finch-API/finch-api-node/commit/c50ba4c728b9549c1701c13f9ccb18e1179f1e30))
11+
* **api:** api update ([7111932](https://github.com/Finch-API/finch-api-node/commit/7111932cd0b0b04ed4d3c44815617668c085a071))
12+
* **api:** manual updates ([26f9727](https://github.com/Finch-API/finch-api-node/commit/26f97275ee24056807fea24c70b8b87a19cb0594))
13+
* **api:** move node to typescript generator ([1243752](https://github.com/Finch-API/finch-api-node/commit/12437520bfb43c99f1b6982249c69dd2fecbb2d5))
14+
* **api:** update automated code reviewer selection ([f4f69e5](https://github.com/Finch-API/finch-api-node/commit/f4f69e50acfcfc2b7396ac1c8e80f39083038aab))
15+
* **mcp:** add detail field to docs search tool ([b673cb6](https://github.com/Finch-API/finch-api-node/commit/b673cb606059290c5d3b73b89c2cbf9c579cc7d8))
16+
* **mcp:** add typescript check to code execution tool ([ce036c0](https://github.com/Finch-API/finch-api-node/commit/ce036c0509fd63e1cee5cee10930ef3f9f96aceb))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([2bd0fb3](https://github.com/Finch-API/finch-api-node/commit/2bd0fb3e5b9660ec86e340f85234d1c46444a50c))
18+
* **mcp:** handle code mode calls in the Stainless API ([c0f9d92](https://github.com/Finch-API/finch-api-node/commit/c0f9d9201e72ea515a23588de6fad552ab165047))
19+
* **mcp:** return logs on code tool errors ([d9f61cb](https://github.com/Finch-API/finch-api-node/commit/d9f61cb0ad27beb7ac0f61c04937c3534ca0bfd4))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([bd8418d](https://github.com/Finch-API/finch-api-node/commit/bd8418dc59d91f07feedea695a2730ee44de2ae1))
25+
* **api:** resolve build issues ([c355553](https://github.com/Finch-API/finch-api-node/commit/c3555534343e53d5f23563d94418c604c1eea2d0))
26+
* **java:** Resolve name collisions ([7931d57](https://github.com/Finch-API/finch-api-node/commit/7931d57524b4fc64372608cba3db706ab22c580d))
27+
* **mcp:** add client instantiation options to code tool ([b8a18a5](https://github.com/Finch-API/finch-api-node/commit/b8a18a5cd5a2c70a376136143b9206bb0f833556))
28+
* **mcp:** correct code tool API endpoint ([f194b5b](https://github.com/Finch-API/finch-api-node/commit/f194b5bbf6362a6257024c4e7fa66a235876318d))
29+
* **mcp:** return correct lines on typescript errors ([fa02828](https://github.com/Finch-API/finch-api-node/commit/fa028283e3adf7713e580fc13cad03c5f5f1b417))
30+
* **mcp:** return tool execution error on api error ([c824fb4](https://github.com/Finch-API/finch-api-node/commit/c824fb4acf3926e7b92d0bac77832d0c570e8b02))
31+
* **mcp:** return tool execution error on jq failure ([4428fb0](https://github.com/Finch-API/finch-api-node/commit/4428fb02a2b4f3699173da57eba6f710ff6dd2c9))
32+
* **tests:** fix tests ([bf1dc41](https://github.com/Finch-API/finch-api-node/commit/bf1dc41159b5543dc169c663d14c0e801319c8f2))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([4293042](https://github.com/Finch-API/finch-api-node/commit/42930425e28b1cef7cd1972e2adf9217a43d12ae))
38+
* **internal:** codegen related update ([2088c1e](https://github.com/Finch-API/finch-api-node/commit/2088c1e7860ce326a922c0d4cf25197b304dd366))
39+
* **internal:** codegen related update ([ec85642](https://github.com/Finch-API/finch-api-node/commit/ec856424f740094065ef7317d0d7d57fa0f64588))
40+
* **internal:** codegen related update ([0137814](https://github.com/Finch-API/finch-api-node/commit/01378142f2dd8d72de46f63e37e8ff497ece9313))
41+
* **internal:** codegen related update ([95e0134](https://github.com/Finch-API/finch-api-node/commit/95e01344307dc7982cd9499e65826140b790c886))
42+
* **internal:** upgrade eslint ([8ff5c85](https://github.com/Finch-API/finch-api-node/commit/8ff5c854e52725d6e9851c30aa112baa1458d7aa))
43+
* mcp code tool explicit error message when missing a run function ([321d585](https://github.com/Finch-API/finch-api-node/commit/321d5859183435c93e966ad1126ba0b68a1b4486))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cf0768f](https://github.com/Finch-API/finch-api-node/commit/cf0768f7b38e3a2558b3e1e75fe48307f7afe38a))
45+
* **mcp:** add line numbers to code tool errors ([e260da1](https://github.com/Finch-API/finch-api-node/commit/e260da15beae3e3f82368c56e51f3ce20a40f036))
46+
* **mcp:** clarify http auth error ([8112dc2](https://github.com/Finch-API/finch-api-node/commit/8112dc2e265b469e5ee7a9d11d44eee9cce70837))
47+
* **mcp:** update lockfile ([dbc1124](https://github.com/Finch-API/finch-api-node/commit/dbc112406365a6964d8560d88694955baab4abc3))
48+
* **mcp:** upgrade jq-web ([9603e15](https://github.com/Finch-API/finch-api-node/commit/9603e157d270d4957a9cc8417f2af240f3d9b3fd))
49+
* sync repo ([8e5c129](https://github.com/Finch-API/finch-api-node/commit/8e5c12949eaa62cd366252d06b0fb122ad87c838))
50+
* use latest @modelcontextprotocol/sdk ([ce8cf80](https://github.com/Finch-API/finch-api-node/commit/ce8cf808f448422d0525d173fec114140a708b87))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([b45952c](https://github.com/Finch-API/finch-api-node/commit/b45952c1f5b1195c5937ec89187e1cffd5ed0f95))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([3eb06a6](https://github.com/Finch-API/finch-api-node/commit/3eb06a60a64d16791018e2e201441e046fa1c4e9))
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)