Skip to content

Commit 92e823f

Browse files
release: 7.0.0
1 parent 6f079ac commit 92e823f

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-02)
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 ([011381c](https://github.com/Finch-API/finch-api-node/commit/011381ced6ff7d33f1411acced76397ff85520d3))
10+
* **api:** api update ([40a907b](https://github.com/Finch-API/finch-api-node/commit/40a907b4249dc34d8c1aa5ac6290fc0bee21df80))
11+
* **api:** api update ([722016b](https://github.com/Finch-API/finch-api-node/commit/722016bd734ded1bef08248b920d9f3eb5c08bf8))
12+
* **api:** manual updates ([c7d9520](https://github.com/Finch-API/finch-api-node/commit/c7d95209434afa7e1d8decbae6631135f2897596))
13+
* **api:** move node to typescript generator ([6b7df8c](https://github.com/Finch-API/finch-api-node/commit/6b7df8ccfbf8eeb258a4fe8cafc3851453a9aebe))
14+
* **api:** update automated code reviewer selection ([d598150](https://github.com/Finch-API/finch-api-node/commit/d598150ca0b829dc5dd705cd36b1a40836baf7ee))
15+
* **mcp:** add detail field to docs search tool ([37efc21](https://github.com/Finch-API/finch-api-node/commit/37efc21d8d08f5cbd3642b9f3e2c3c6524d6e8eb))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([7430ebc](https://github.com/Finch-API/finch-api-node/commit/7430ebc10242809936e00c9a61e673292f426d14))
17+
* **mcp:** return logs on code tool errors ([6f079ac](https://github.com/Finch-API/finch-api-node/commit/6f079acaeb68c7b8691106f64cb8c328de64bf9e))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([8c29f68](https://github.com/Finch-API/finch-api-node/commit/8c29f681427e5829c19e39a562c6cfc6a438b884))
23+
* **api:** resolve build issues ([86f0d89](https://github.com/Finch-API/finch-api-node/commit/86f0d89183922f2b081cac9cb810d4709f8d7249))
24+
* **java:** Resolve name collisions ([8fe55cc](https://github.com/Finch-API/finch-api-node/commit/8fe55cc0edecf045ff7cedad10cf1c3d756b89d2))
25+
* **mcp:** return tool execution error on api error ([7ecb910](https://github.com/Finch-API/finch-api-node/commit/7ecb9101f4dea5870f7f877a0716586ddf2050a5))
26+
* **mcp:** return tool execution error on jq failure ([d9f9cd2](https://github.com/Finch-API/finch-api-node/commit/d9f9cd2b20615a430efee66ac5e6c1e42d3e8303))
27+
* **tests:** fix tests ([88d86d9](https://github.com/Finch-API/finch-api-node/commit/88d86d9861d104e377d8accea25cc854389c16cb))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([a2a876b](https://github.com/Finch-API/finch-api-node/commit/a2a876bc7c1fd8de976e2224ce0405272db4f28c))
33+
* **internal:** codegen related update ([cd6cf30](https://github.com/Finch-API/finch-api-node/commit/cd6cf30168a2ceb8fe4e3d0595788d62ee4b31e1))
34+
* **internal:** codegen related update ([00cbb83](https://github.com/Finch-API/finch-api-node/commit/00cbb83ed2a3be4c59f7686cb9ef88a347a3ddd2))
35+
* mcp code tool explicit error message when missing a run function ([72fea68](https://github.com/Finch-API/finch-api-node/commit/72fea68456dc31158935dbb29f4b8a7e2877998f))
36+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ec304d7](https://github.com/Finch-API/finch-api-node/commit/ec304d7c975742d5291ece42eac66b718e21bbb8))
37+
* **mcp:** add line numbers to code tool errors ([a6bcee8](https://github.com/Finch-API/finch-api-node/commit/a6bcee8eeb62100fd4fa36808b6de23f81ecf259))
38+
* **mcp:** clarify http auth error ([7a9604b](https://github.com/Finch-API/finch-api-node/commit/7a9604ba01de3b2fcee7f1ca73e86e85f7ad4f94))
39+
* **mcp:** upgrade jq-web ([3fb4048](https://github.com/Finch-API/finch-api-node/commit/3fb40482013a04c2f4038cdab8906a35552b8ff0))
40+
* sync repo ([8da2077](https://github.com/Finch-API/finch-api-node/commit/8da2077f31e760ba58e5a7a9497dd6380609903b))
41+
42+
43+
### Documentation
44+
45+
* **mcp:** add a README button for one-click add to Cursor ([765666f](https://github.com/Finch-API/finch-api-node/commit/765666f93aafcb56067a05d2630bf7265fa10280))
46+
* **mcp:** add a README link to add server to VS Code or Claude Code ([a622db0](https://github.com/Finch-API/finch-api-node/commit/a622db0f2cce7ebccbe41dcbce402f7eb06ed9dd))
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)