Skip to content

Commit 42c8644

Browse files
release: 7.0.0
1 parent 1b0ec1c commit 42c8644

File tree

6 files changed

+51
-5
lines changed

6 files changed

+51
-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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
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 ([9b06028](https://github.com/Finch-API/finch-api-node/commit/9b060289234106a872181517dfca1494cf3b71f1))
10+
* **api:** api update ([6430f5f](https://github.com/Finch-API/finch-api-node/commit/6430f5f9abd9a0bcc14abb981b0795c78f23a0ab))
11+
* **api:** api update ([e5f66f6](https://github.com/Finch-API/finch-api-node/commit/e5f66f659b66672b9a94afdd82ff5dba78241f3e))
12+
* **api:** manual updates ([6aa8b33](https://github.com/Finch-API/finch-api-node/commit/6aa8b33c2f91b335d326cd495ae20c4cc10d635a))
13+
* **api:** move node to typescript generator ([366be67](https://github.com/Finch-API/finch-api-node/commit/366be67b8a35c1ba24138a59438b7caa914ab012))
14+
* **api:** update automated code reviewer selection ([105d8a3](https://github.com/Finch-API/finch-api-node/commit/105d8a317153b11ca9ac3706bb50f8e1cdc997f9))
15+
* **mcp:** add detail field to docs search tool ([6320c67](https://github.com/Finch-API/finch-api-node/commit/6320c6703f53c67f5299eaf52426e348aef769fb))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([43a1be1](https://github.com/Finch-API/finch-api-node/commit/43a1be1b66b9452b7e46a3413517a6b59291e368))
17+
* **mcp:** return logs on code tool errors ([dd50c8b](https://github.com/Finch-API/finch-api-node/commit/dd50c8bde15f80b301563c6921159c41d41bcea0))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([f7310fb](https://github.com/Finch-API/finch-api-node/commit/f7310fbe92079afff0e32877d5e109846e2097f5))
23+
* **api:** resolve build issues ([b0c6dff](https://github.com/Finch-API/finch-api-node/commit/b0c6dff135b8bf4d5a678d0db8dd00ae6f43e8c8))
24+
* **java:** Resolve name collisions ([1b6fc5e](https://github.com/Finch-API/finch-api-node/commit/1b6fc5ea13ac18ecc4a9c9ff37f24f8928e5db99))
25+
* **mcp:** return tool execution error on api error ([24c8679](https://github.com/Finch-API/finch-api-node/commit/24c8679d4e7dbeda342a1569bf3bd69ab3309e78))
26+
* **mcp:** return tool execution error on jq failure ([55e91cc](https://github.com/Finch-API/finch-api-node/commit/55e91cc67ee10227fc33600c31b5dc615fc0f55e))
27+
* **tests:** fix tests ([2874ff6](https://github.com/Finch-API/finch-api-node/commit/2874ff64d3d89028ef912e14cd4abfbde359fb2a))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([3cb386f](https://github.com/Finch-API/finch-api-node/commit/3cb386fd85b6bb30364f04ec5b25ab9a69b1b00e))
33+
* **internal:** codegen related update ([f98d5d6](https://github.com/Finch-API/finch-api-node/commit/f98d5d6a7ad5598907e004dcbb0b34b20506091a))
34+
* **internal:** codegen related update ([c89f7aa](https://github.com/Finch-API/finch-api-node/commit/c89f7aa61cf83923077fa006ecdc499664a8cacd))
35+
* **internal:** upgrade eslint ([1b0ec1c](https://github.com/Finch-API/finch-api-node/commit/1b0ec1c6d11680435dc9f36ce356f207511d7123))
36+
* mcp code tool explicit error message when missing a run function ([563228d](https://github.com/Finch-API/finch-api-node/commit/563228d80c219595da90e577692b39c634b52a33))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5814d3a](https://github.com/Finch-API/finch-api-node/commit/5814d3aba31f035cc000de73fc3076fa7878d21f))
38+
* **mcp:** add line numbers to code tool errors ([638b259](https://github.com/Finch-API/finch-api-node/commit/638b259921fa569c6239aa87fc29408f826d61c5))
39+
* **mcp:** clarify http auth error ([d19537a](https://github.com/Finch-API/finch-api-node/commit/d19537a746230338725f3f675ecc4780daf8bddf))
40+
* **mcp:** upgrade jq-web ([2f8e973](https://github.com/Finch-API/finch-api-node/commit/2f8e97314bfd6ed90cbb4e70d6fe46daba893606))
41+
* sync repo ([d88c99a](https://github.com/Finch-API/finch-api-node/commit/d88c99a967bcd5f4d30a23bf305341e98e45ecdd))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([ea3a581](https://github.com/Finch-API/finch-api-node/commit/ea3a5813213081dfb99206d6cce77ebdc69dee3a))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([dccd05a](https://github.com/Finch-API/finch-api-node/commit/dccd05acc4e260a0f1b52b866e1860a68b29c79d))
48+
349
## 6.38.0 (2025-10-27)
450

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