Skip to content

Commit dc82c8e

Browse files
release: 7.0.0
1 parent 9612fbb commit dc82c8e

File tree

6 files changed

+49
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-01)
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 ([c96c436](https://github.com/Finch-API/finch-api-node/commit/c96c4361e43e5f830b25d4680f1828ca5f5f915e))
10+
* **api:** api update ([dfd7039](https://github.com/Finch-API/finch-api-node/commit/dfd7039794215cb56097ae3a48566d58241e2ffa))
11+
* **api:** api update ([43eebe6](https://github.com/Finch-API/finch-api-node/commit/43eebe666814c5afeddd5d5b44728f6b75907c05))
12+
* **api:** manual updates ([eef06e9](https://github.com/Finch-API/finch-api-node/commit/eef06e978563b4c66475c7eec466c8754a1f530f))
13+
* **api:** move node to typescript generator ([44c674f](https://github.com/Finch-API/finch-api-node/commit/44c674f1db2d216bbe86046ad4d26f157872a985))
14+
* **api:** update automated code reviewer selection ([f881e4b](https://github.com/Finch-API/finch-api-node/commit/f881e4b3e005ceb56c3a6f4fc718a495a45139e3))
15+
* **mcp:** add detail field to docs search tool ([8ee7c85](https://github.com/Finch-API/finch-api-node/commit/8ee7c857c7e8f476e5e1843e08a8be071db45b96))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([f4d1432](https://github.com/Finch-API/finch-api-node/commit/f4d143252462608288dce192796d6b3b38333448))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([5e4c4b6](https://github.com/Finch-API/finch-api-node/commit/5e4c4b6a435ca001e2e8b554c1e2e20bc28dd959))
22+
* **api:** resolve build issues ([3506130](https://github.com/Finch-API/finch-api-node/commit/3506130b4d9670cbefdab33eb3ac8336d7c9264e))
23+
* **java:** Resolve name collisions ([7fb49ce](https://github.com/Finch-API/finch-api-node/commit/7fb49ce48a9b95afad616f2d336b37b5381010aa))
24+
* **mcp:** return tool execution error on api error ([9612fbb](https://github.com/Finch-API/finch-api-node/commit/9612fbb303471f313f894f44e208fbbb9e0a9cbf))
25+
* **mcp:** return tool execution error on jq failure ([86bc153](https://github.com/Finch-API/finch-api-node/commit/86bc153bda9b26c1d79f218f155bf752645c263f))
26+
* **tests:** fix tests ([bb21ab5](https://github.com/Finch-API/finch-api-node/commit/bb21ab5338a864bd729ac7d0a0bbde40427aab6a))
27+
28+
29+
### Chores
30+
31+
* **client:** fix logger property type ([bb0d4ee](https://github.com/Finch-API/finch-api-node/commit/bb0d4ee2854ce34fe23dbecd08b410b13ccc73af))
32+
* **internal:** codegen related update ([caf5690](https://github.com/Finch-API/finch-api-node/commit/caf5690b2862e314b476090e2b75b506a6ef6121))
33+
* **internal:** codegen related update ([3e57704](https://github.com/Finch-API/finch-api-node/commit/3e577042bd03f78bd7fd45982a702c9de9acc0ce))
34+
* mcp code tool explicit error message when missing a run function ([837a3a2](https://github.com/Finch-API/finch-api-node/commit/837a3a29d875ec63f2915c1d7f94f9f882d90538))
35+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([42dcb0e](https://github.com/Finch-API/finch-api-node/commit/42dcb0ee1998b9074542afd2771dc077e27beb68))
36+
* **mcp:** add line numbers to code tool errors ([685ebb3](https://github.com/Finch-API/finch-api-node/commit/685ebb33d0188e6f8a29a8edd9cdd6955585e63e))
37+
* **mcp:** clarify http auth error ([0f29337](https://github.com/Finch-API/finch-api-node/commit/0f2933753407a071afaded257fff2f6fc50e8c76))
38+
* **mcp:** upgrade jq-web ([f81078b](https://github.com/Finch-API/finch-api-node/commit/f81078b3851afa642c5a2fdc680d45f0196dd5eb))
39+
* sync repo ([e5c751c](https://github.com/Finch-API/finch-api-node/commit/e5c751ce6d938c272543b5067ab4d84d1639504f))
40+
41+
42+
### Documentation
43+
44+
* **mcp:** add a README button for one-click add to Cursor ([6e35c0d](https://github.com/Finch-API/finch-api-node/commit/6e35c0d4f0362ddab9cc36becb07b4df674159cf))
45+
* **mcp:** add a README link to add server to VS Code or Claude Code ([79f2e1c](https://github.com/Finch-API/finch-api-node/commit/79f2e1c71d35a4a2992ceae5a2d0247f4ce07673))
46+
347
## 6.38.0 (2025-10-27)
448

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