Skip to content

Commit 857f956

Browse files
release: 7.0.0
1 parent 2923a85 commit 857f956

File tree

6 files changed

+47
-5
lines changed

6 files changed

+47
-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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
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 ([8b9255f](https://github.com/Finch-API/finch-api-node/commit/8b9255ff6af6fc7317fabebb91d5aa2c4ed0462b))
10+
* **api:** api update ([53426e1](https://github.com/Finch-API/finch-api-node/commit/53426e1036c2193885410eab57c0333c1a72f685))
11+
* **api:** api update ([7933ab2](https://github.com/Finch-API/finch-api-node/commit/7933ab2cc87fac5c03f9302c58deb84d01e76de4))
12+
* **api:** manual updates ([6f2dd4d](https://github.com/Finch-API/finch-api-node/commit/6f2dd4d843346421c67277b0638f2498d03026c6))
13+
* **api:** move node to typescript generator ([550dbf1](https://github.com/Finch-API/finch-api-node/commit/550dbf16759413ce73f1b25cb7d869e31854e523))
14+
* **api:** update automated code reviewer selection ([bdf45d8](https://github.com/Finch-API/finch-api-node/commit/bdf45d8233e0b80b3058b398414ccff3a6e7689d))
15+
* **mcp:** add detail field to docs search tool ([2923a85](https://github.com/Finch-API/finch-api-node/commit/2923a8577e79aafbeb00e919b9e6f8e6f5a933c7))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([12dac64](https://github.com/Finch-API/finch-api-node/commit/12dac64cc58819e3e0bb18535e8c35bb811b971f))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([ab2bf54](https://github.com/Finch-API/finch-api-node/commit/ab2bf5471f8dad373b17b92cd76521b3d420ec90))
22+
* **api:** resolve build issues ([07c2d68](https://github.com/Finch-API/finch-api-node/commit/07c2d68ff17531dfaf2f8deadae82eb636ea0749))
23+
* **java:** Resolve name collisions ([11a54ef](https://github.com/Finch-API/finch-api-node/commit/11a54efb2e88164fff95ab7d438cac577c89d403))
24+
* **mcp:** return tool execution error on jq failure ([1fe19bb](https://github.com/Finch-API/finch-api-node/commit/1fe19bbecb40a1991cb7733d32499b3ee96e3bea))
25+
* **tests:** fix tests ([6746a56](https://github.com/Finch-API/finch-api-node/commit/6746a56af352b70418e8b832a335b39b9a49ebdf))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([3c95b17](https://github.com/Finch-API/finch-api-node/commit/3c95b17a7c58fb0ae1924f055dc22d5a6af21e48))
31+
* **internal:** codegen related update ([4355569](https://github.com/Finch-API/finch-api-node/commit/435556980ccc370390118d4a4859754970f15ba0))
32+
* mcp code tool explicit error message when missing a run function ([3585624](https://github.com/Finch-API/finch-api-node/commit/358562448a4250247a460ce2fac0c3b30f5f3355))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([b3e1025](https://github.com/Finch-API/finch-api-node/commit/b3e1025bc2b56aeadd9995f6f035eb3965009cf3))
34+
* **mcp:** add line numbers to code tool errors ([c935449](https://github.com/Finch-API/finch-api-node/commit/c935449a1027137c7bb797efc2542b6f028eb050))
35+
* **mcp:** clarify http auth error ([e08655f](https://github.com/Finch-API/finch-api-node/commit/e08655f159054d9f9665ba68126c7976f19cbc8c))
36+
* **mcp:** upgrade jq-web ([a3bddaf](https://github.com/Finch-API/finch-api-node/commit/a3bddafac0dcaca3316ff553211f192353c00779))
37+
* sync repo ([030da43](https://github.com/Finch-API/finch-api-node/commit/030da43db06d5c149b116bcb7244025b02796ec2))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([19df3b3](https://github.com/Finch-API/finch-api-node/commit/19df3b39e607ff5d415aa5c146e35f6eec02871a))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([49f8411](https://github.com/Finch-API/finch-api-node/commit/49f841173e7d3fd2b735c75e396abef5028d955f))
44+
345
## 6.38.0 (2025-10-27)
446

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