Skip to content

Commit 5384af8

Browse files
release: 7.0.0
1 parent 2e979a5 commit 5384af8

File tree

6 files changed

+50
-5
lines changed

6 files changed

+50
-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: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-01)
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 ([a56ca80](https://github.com/Finch-API/finch-api-node/commit/a56ca80bdc284ff3c263d72fd22c0f7c9ebe03e2))
10+
* **api:** api update ([4ec9457](https://github.com/Finch-API/finch-api-node/commit/4ec9457939a7b92c1247597445d8b6deb78e8fda))
11+
* **api:** api update ([4c7536a](https://github.com/Finch-API/finch-api-node/commit/4c7536a91f10dc372b809f55eb7b4651fade31c4))
12+
* **api:** manual updates ([7b9bb25](https://github.com/Finch-API/finch-api-node/commit/7b9bb253614e05f96bcbcffe1f2093750429ed30))
13+
* **api:** move node to typescript generator ([75e42b0](https://github.com/Finch-API/finch-api-node/commit/75e42b078e237956d83bac043dfb36aa7347a61b))
14+
* **api:** update automated code reviewer selection ([1829654](https://github.com/Finch-API/finch-api-node/commit/182965403ffc2d3ed5f77382859d68b4e3b5103c))
15+
* **mcp:** add detail field to docs search tool ([846b2bc](https://github.com/Finch-API/finch-api-node/commit/846b2bc9be2c6475e9b975d77beb0248a1a7ea35))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([ccb11dd](https://github.com/Finch-API/finch-api-node/commit/ccb11dde68daaa668e311fb2bfeb7e4bb1bffb66))
17+
* **mcp:** return logs on code tool errors ([2e979a5](https://github.com/Finch-API/finch-api-node/commit/2e979a55b6823dd892f43505a7c64732b35c254c))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([8dbbad2](https://github.com/Finch-API/finch-api-node/commit/8dbbad25b19b6a94a0962f62deff3edbe86b0c80))
23+
* **api:** resolve build issues ([80fe2f3](https://github.com/Finch-API/finch-api-node/commit/80fe2f3f9d68da9804e9e67fec6b5d4372708c09))
24+
* **java:** Resolve name collisions ([2d4301e](https://github.com/Finch-API/finch-api-node/commit/2d4301e6786e177adb215919b34105ec89ac86b7))
25+
* **mcp:** return tool execution error on api error ([1e6a31a](https://github.com/Finch-API/finch-api-node/commit/1e6a31aedf047128ddedd2f03a60a0aa7ed51661))
26+
* **mcp:** return tool execution error on jq failure ([d049654](https://github.com/Finch-API/finch-api-node/commit/d0496545151db28ed7199a7214931dade2d08a03))
27+
* **tests:** fix tests ([903dc34](https://github.com/Finch-API/finch-api-node/commit/903dc34fc541379dfff11bd4d16d5e58d5da231c))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([d49dcc4](https://github.com/Finch-API/finch-api-node/commit/d49dcc4728ea18bcefbda713d382c33fa6468c40))
33+
* **internal:** codegen related update ([d8cfaee](https://github.com/Finch-API/finch-api-node/commit/d8cfaeed53c75e9e254671dae9e6200b3cab9ad1))
34+
* **internal:** codegen related update ([2c2d176](https://github.com/Finch-API/finch-api-node/commit/2c2d176d3b6ffbecaeff1d2164382fe0168f0354))
35+
* mcp code tool explicit error message when missing a run function ([32c724c](https://github.com/Finch-API/finch-api-node/commit/32c724c04613707dff589cb91e5680bcd6f642c2))
36+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5cf0c6e](https://github.com/Finch-API/finch-api-node/commit/5cf0c6e2d592800670d4a7d1160000f7aed9a4c9))
37+
* **mcp:** add line numbers to code tool errors ([82ad0c4](https://github.com/Finch-API/finch-api-node/commit/82ad0c4e19bfefd23d1f3bc40d53f13c8709bb9c))
38+
* **mcp:** clarify http auth error ([8aee2ee](https://github.com/Finch-API/finch-api-node/commit/8aee2ee0f9000f5b8065f49e9061283a33515452))
39+
* **mcp:** upgrade jq-web ([95e939a](https://github.com/Finch-API/finch-api-node/commit/95e939ad8e3842e3f83abf147454e7cd56007d54))
40+
* sync repo ([df3d954](https://github.com/Finch-API/finch-api-node/commit/df3d95467ebc1b398db2de5e4dfa0bbd9a995d76))
41+
42+
43+
### Documentation
44+
45+
* **mcp:** add a README button for one-click add to Cursor ([8d6d74f](https://github.com/Finch-API/finch-api-node/commit/8d6d74f2b0c090892b9b25c2a65d07d1e32cd94f))
46+
* **mcp:** add a README link to add server to VS Code or Claude Code ([213c981](https://github.com/Finch-API/finch-api-node/commit/213c981ba58b9c3582c20581992aac049ff52c5c))
47+
348
## 6.38.0 (2025-10-27)
449

550
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)