Skip to content

Commit e452e97

Browse files
release: 7.0.0
1 parent bcb9b63 commit e452e97

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 ([6acd6aa](https://github.com/Finch-API/finch-api-node/commit/6acd6aa154cbdd39f66b7cde86085eb38402ef81))
10+
* **api:** api update ([b937e18](https://github.com/Finch-API/finch-api-node/commit/b937e18e6f6719d1c3679e6a2799785f1d972ffa))
11+
* **api:** manual updates ([bcb9b63](https://github.com/Finch-API/finch-api-node/commit/bcb9b63760b41b64891a488d9a0350ec17677031))
12+
* **api:** move node to typescript generator ([3b926cc](https://github.com/Finch-API/finch-api-node/commit/3b926cc4110a05c13f83163476a73a29008af1e7))
13+
* **api:** update automated code reviewer selection ([07f19b6](https://github.com/Finch-API/finch-api-node/commit/07f19b61dce3afafe80b10c70e500e5e8deb7bae))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([1ad66eb](https://github.com/Finch-API/finch-api-node/commit/1ad66ebd00bc78e43edddf34078f47517967d9f3))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([891f68d](https://github.com/Finch-API/finch-api-node/commit/891f68d9f90976dde4c0d08ef73d5b3a457525aa))
20+
* **api:** resolve build issues ([03e21fc](https://github.com/Finch-API/finch-api-node/commit/03e21fc5646a683c217d1cbb9bead26792dd9fa4))
21+
* **java:** Resolve name collisions ([4b0a47f](https://github.com/Finch-API/finch-api-node/commit/4b0a47f6ef7eb7aab3769c37d3115b3ed1050ad1))
22+
* **mcp:** return tool execution error on jq failure ([ffb4caa](https://github.com/Finch-API/finch-api-node/commit/ffb4caad4a7090f2ba678b6433fe68405075c351))
23+
* **tests:** fix tests ([a816353](https://github.com/Finch-API/finch-api-node/commit/a81635379eb31489808671755b80fea2bdd024d5))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([5c435e0](https://github.com/Finch-API/finch-api-node/commit/5c435e080f11fd1cedd702ce3c8a870082691c9a))
29+
* **internal:** codegen related update ([5077ddb](https://github.com/Finch-API/finch-api-node/commit/5077ddbf27bb17a57486f17b346313219f8d9f4a))
30+
* mcp code tool explicit error message when missing a run function ([b9b9999](https://github.com/Finch-API/finch-api-node/commit/b9b9999feda2bbbaf9ff5add944729953a0bcc42))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9f9b456](https://github.com/Finch-API/finch-api-node/commit/9f9b45668be405a33a883e8a1446909474b746ca))
32+
* **mcp:** add line numbers to code tool errors ([7d22882](https://github.com/Finch-API/finch-api-node/commit/7d22882b3a14e67eaedcdfcfb25f7727c164973a))
33+
* **mcp:** clarify http auth error ([0bdc24f](https://github.com/Finch-API/finch-api-node/commit/0bdc24fc93b9968d9a6a8f58d8f9c9e4d3fe6eae))
34+
* **mcp:** upgrade jq-web ([a398008](https://github.com/Finch-API/finch-api-node/commit/a398008d2ac32aaf6451c2add6e58494451e32fa))
35+
* sync repo ([0e50735](https://github.com/Finch-API/finch-api-node/commit/0e50735483e1387275538d406c4aed741b1623dc))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([517d8a7](https://github.com/Finch-API/finch-api-node/commit/517d8a7297363a754e133c189072650ab5377aea))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([cec53ac](https://github.com/Finch-API/finch-api-node/commit/cec53acd0158dc4e512f6380f93cd78e3b650f38))
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)