Skip to content

Commit 83b0615

Browse files
release: 7.0.0
1 parent 0a0c8e1 commit 83b0615

File tree

6 files changed

+45
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-25)
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 ([f61b955](https://github.com/Finch-API/finch-api-node/commit/f61b955d5f37273fe84550feb5fe42add9e05f3b))
10+
* **api:** api update ([f586109](https://github.com/Finch-API/finch-api-node/commit/f586109985dcb68f65e5fca76728093360d38771))
11+
* **api:** manual updates ([0a0c8e1](https://github.com/Finch-API/finch-api-node/commit/0a0c8e1dce7408434a29aec35085d1207623b479))
12+
* **api:** move node to typescript generator ([6d7dbfe](https://github.com/Finch-API/finch-api-node/commit/6d7dbfe62b3b4818656b6e564ab4a78e09b7cd63))
13+
* **api:** update automated code reviewer selection ([ce7b586](https://github.com/Finch-API/finch-api-node/commit/ce7b586a8427c9e72a5de3d7825c2d724334af5e))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([c61b588](https://github.com/Finch-API/finch-api-node/commit/c61b58849aa8c059995f67e6dd79dc6ebcf0989a))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([b78f21d](https://github.com/Finch-API/finch-api-node/commit/b78f21d11c027d4b3c9adb7647432d7942dcdbd3))
20+
* **api:** resolve build issues ([63523da](https://github.com/Finch-API/finch-api-node/commit/63523da0c103ea54db3124938a7d424685d81609))
21+
* **java:** Resolve name collisions ([c5cab66](https://github.com/Finch-API/finch-api-node/commit/c5cab66df39c742751952379bf641b96539a0ecd))
22+
* **mcp:** return tool execution error on jq failure ([6043b98](https://github.com/Finch-API/finch-api-node/commit/6043b98f2af7e1cb8ec5091b7b94b1b0eb73bc54))
23+
* **tests:** fix tests ([e79b34f](https://github.com/Finch-API/finch-api-node/commit/e79b34f43f4eca5d2bfb532a56e854b009b88644))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([f950a1b](https://github.com/Finch-API/finch-api-node/commit/f950a1b4b2047cf4b1966a15d60dbd2f46b81019))
29+
* **internal:** codegen related update ([4652221](https://github.com/Finch-API/finch-api-node/commit/4652221e61a5d5ba71579ec65e57b5fa94fdc4aa))
30+
* mcp code tool explicit error message when missing a run function ([03b0a85](https://github.com/Finch-API/finch-api-node/commit/03b0a85c58b4e4333ed31ca23d88b7394cac868a))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f5455ef](https://github.com/Finch-API/finch-api-node/commit/f5455efd17417b3023cba8f7dbef0361fbf1539a))
32+
* **mcp:** add line numbers to code tool errors ([2fed162](https://github.com/Finch-API/finch-api-node/commit/2fed162366de2a94fece1436ba471b1d874d378f))
33+
* **mcp:** clarify http auth error ([c0da569](https://github.com/Finch-API/finch-api-node/commit/c0da5696678d9b5d51338183d196f0df89c3ecce))
34+
* **mcp:** upgrade jq-web ([2315ac8](https://github.com/Finch-API/finch-api-node/commit/2315ac8dfb4803e5dee211da7653ce63e3de0546))
35+
* sync repo ([84cc12e](https://github.com/Finch-API/finch-api-node/commit/84cc12e4b8b6b9a3d9534d608ab31c1f771bd61d))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([ab66d95](https://github.com/Finch-API/finch-api-node/commit/ab66d95be1ec051dd7ce8fa626e9802f845463ad))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([a5c4ff1](https://github.com/Finch-API/finch-api-node/commit/a5c4ff12163a6e47cdce45278a418b18a0d6fa37))
42+
343
## 6.38.0 (2025-10-27)
444

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