Skip to content

Commit 8b4c156

Browse files
release: 7.0.0
1 parent 4fdd2f8 commit 8b4c156

File tree

6 files changed

+46
-5
lines changed

6 files changed

+46
-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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
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 ([4fdd2f8](https://github.com/Finch-API/finch-api-node/commit/4fdd2f84d389490bc83fae829e2ac509353f0825))
10+
* **api:** api update ([1e661ed](https://github.com/Finch-API/finch-api-node/commit/1e661edbfcb1b947b27509b71a1a51f1e9bd9867))
11+
* **api:** api update ([782f0e5](https://github.com/Finch-API/finch-api-node/commit/782f0e54ff966db2e621bd229c0ebccc3a8e4b37))
12+
* **api:** manual updates ([12beef7](https://github.com/Finch-API/finch-api-node/commit/12beef7c9c5b34ec6bfd145ec57138a4c9ebebc8))
13+
* **api:** move node to typescript generator ([a3587b2](https://github.com/Finch-API/finch-api-node/commit/a3587b2ed4728c0ab3fce061dc74987258e86870))
14+
* **api:** update automated code reviewer selection ([617675e](https://github.com/Finch-API/finch-api-node/commit/617675ea60778ec1f6e52d35203e9ea2f1f12772))
15+
* **mcp:** enable optional code execution tool on http mcp servers ([1b604f8](https://github.com/Finch-API/finch-api-node/commit/1b604f8496413be834487d3bffd966182f0be566))
16+
17+
18+
### Bug Fixes
19+
20+
* **api:** migrate custom code to TypeScript ([555cb99](https://github.com/Finch-API/finch-api-node/commit/555cb99f58130e62688bccda692da779901517ab))
21+
* **api:** resolve build issues ([5bff4b4](https://github.com/Finch-API/finch-api-node/commit/5bff4b45141148ca967900483ce6012bd20cb895))
22+
* **java:** Resolve name collisions ([be5598f](https://github.com/Finch-API/finch-api-node/commit/be5598fa38ab0e40b586a61123b644cab9fab3e5))
23+
* **mcp:** return tool execution error on jq failure ([1adb278](https://github.com/Finch-API/finch-api-node/commit/1adb278da353ac4398fa6b82be6b078a9275188f))
24+
* **tests:** fix tests ([a606cea](https://github.com/Finch-API/finch-api-node/commit/a606cea388096509ff3b091adb1250adf9712da5))
25+
26+
27+
### Chores
28+
29+
* **internal:** codegen related update ([966e380](https://github.com/Finch-API/finch-api-node/commit/966e380bf1f8b9ed148a2a04bda9c68c3fb5323d))
30+
* **internal:** codegen related update ([0a38d55](https://github.com/Finch-API/finch-api-node/commit/0a38d55c5476132a86840d06f68e3e20d61adf7a))
31+
* mcp code tool explicit error message when missing a run function ([9ca056c](https://github.com/Finch-API/finch-api-node/commit/9ca056ce7957dcfa66ef2869471a0ef44649cc2a))
32+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ad893dd](https://github.com/Finch-API/finch-api-node/commit/ad893dd5c46ec4571c66bb1708bddb6d5f2f6c4a))
33+
* **mcp:** add line numbers to code tool errors ([e2cb3e6](https://github.com/Finch-API/finch-api-node/commit/e2cb3e6e52d49aa16cab249ffe31e25e0a52282e))
34+
* **mcp:** clarify http auth error ([6e9ed6a](https://github.com/Finch-API/finch-api-node/commit/6e9ed6a665edfb0a30296ce090f475205126b2bc))
35+
* **mcp:** upgrade jq-web ([f6ef9ed](https://github.com/Finch-API/finch-api-node/commit/f6ef9edeeba4f25a47032dc91d5171d4c4079992))
36+
* sync repo ([e6c5aff](https://github.com/Finch-API/finch-api-node/commit/e6c5aff1ed0b969c4c913ecf646cb151ef5da8bb))
37+
38+
39+
### Documentation
40+
41+
* **mcp:** add a README button for one-click add to Cursor ([eedd875](https://github.com/Finch-API/finch-api-node/commit/eedd875a3400a5a763195a5f2fd8896fc975a023))
42+
* **mcp:** add a README link to add server to VS Code or Claude Code ([598d70f](https://github.com/Finch-API/finch-api-node/commit/598d70fba1608fcac3efc99f6af980ba35d7edc4))
43+
344
## 6.38.0 (2025-10-27)
445

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