Skip to content

Commit 10f243f

Browse files
release: 7.0.0
1 parent 7048e77 commit 10f243f

File tree

6 files changed

+51
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-03)
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 ([3d6529e](https://github.com/Finch-API/finch-api-node/commit/3d6529e208025ae71cebdd6acf6587a09f2a9559))
10+
* **api:** api update ([672ddba](https://github.com/Finch-API/finch-api-node/commit/672ddba9685c532677a398cece527569e0c38e88))
11+
* **api:** api update ([92aa06f](https://github.com/Finch-API/finch-api-node/commit/92aa06ffd44c2aa87859294d5fe9291e5691f6c3))
12+
* **api:** manual updates ([84d8c8b](https://github.com/Finch-API/finch-api-node/commit/84d8c8b13c0f4599b0da1a5a749283caa1fd9b81))
13+
* **api:** move node to typescript generator ([133c58d](https://github.com/Finch-API/finch-api-node/commit/133c58dbef3c0b26bd7e4df9c5dc221639862332))
14+
* **api:** update automated code reviewer selection ([5211599](https://github.com/Finch-API/finch-api-node/commit/52115999edc48701c0987ba302f24d50ce5a7174))
15+
* **mcp:** add detail field to docs search tool ([a40a7bc](https://github.com/Finch-API/finch-api-node/commit/a40a7bc4968d1491f431841fd9b71511063fb321))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([a2864f2](https://github.com/Finch-API/finch-api-node/commit/a2864f2ed1c43ff10e5d3acae8b525a4fb087e27))
17+
* **mcp:** return logs on code tool errors ([3ac5300](https://github.com/Finch-API/finch-api-node/commit/3ac530070e237db885213d6cf1bbdee939f4fdfb))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([45c46cc](https://github.com/Finch-API/finch-api-node/commit/45c46cc9518527385db0a8b9c74fd2205296f380))
23+
* **api:** resolve build issues ([fe05b4c](https://github.com/Finch-API/finch-api-node/commit/fe05b4c5a086ef74222eb44b2482dfcab9116685))
24+
* **java:** Resolve name collisions ([5f72e9a](https://github.com/Finch-API/finch-api-node/commit/5f72e9a180e45ad8deb66e7551022eb45693ac06))
25+
* **mcp:** return tool execution error on api error ([2987424](https://github.com/Finch-API/finch-api-node/commit/29874242f7cbb06259202388456397b74f434136))
26+
* **mcp:** return tool execution error on jq failure ([c451fe6](https://github.com/Finch-API/finch-api-node/commit/c451fe6a0c0cc8a9488663ddbd0f6311643058e7))
27+
* **tests:** fix tests ([20ec257](https://github.com/Finch-API/finch-api-node/commit/20ec2572316843280ca023780f420af1a6212e50))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([430ba27](https://github.com/Finch-API/finch-api-node/commit/430ba275998768e3603cc7e282154f811cba2f63))
33+
* **internal:** codegen related update ([b03bca2](https://github.com/Finch-API/finch-api-node/commit/b03bca24f7ef57964ae1b493081275998de2f995))
34+
* **internal:** codegen related update ([f715eee](https://github.com/Finch-API/finch-api-node/commit/f715eeedbd9b079a46a5e7f6259659a4b3818808))
35+
* **internal:** upgrade eslint ([7048e77](https://github.com/Finch-API/finch-api-node/commit/7048e77f3a2919c935c3264bbbae8949930a9204))
36+
* mcp code tool explicit error message when missing a run function ([ced5a11](https://github.com/Finch-API/finch-api-node/commit/ced5a11311fdfab5c496a9c906baa170be63eb81))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([79fc86f](https://github.com/Finch-API/finch-api-node/commit/79fc86fb953567057a160468cdeef86a737ea8d2))
38+
* **mcp:** add line numbers to code tool errors ([67432d5](https://github.com/Finch-API/finch-api-node/commit/67432d5fe0568c3eb0cd04283550b3b0f5e84b69))
39+
* **mcp:** clarify http auth error ([59deaaa](https://github.com/Finch-API/finch-api-node/commit/59deaaa6dcfe1b82360e18f4c4650df0fca094e9))
40+
* **mcp:** upgrade jq-web ([754662d](https://github.com/Finch-API/finch-api-node/commit/754662d5b7cce974077f5287cdd7421dcc786fa4))
41+
* sync repo ([f2971c5](https://github.com/Finch-API/finch-api-node/commit/f2971c5ca9c355db19b34563d8f8668fb01ba8b9))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([eb12a9f](https://github.com/Finch-API/finch-api-node/commit/eb12a9fc87771c7017818c95b19d735b4564e12f))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f9e9172](https://github.com/Finch-API/finch-api-node/commit/f9e91728b7a99372678a3071c7f8d7f38f37623f))
48+
349
## 6.38.0 (2025-10-27)
450

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