Skip to content

Commit 26df300

Browse files
release: 7.0.0
1 parent 1d800ca commit 26df300

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 ([d57cdb5](https://github.com/Finch-API/finch-api-node/commit/d57cdb53572db4c0b063a754c22e44ecb5b05a5a))
10+
* **api:** api update ([9f7d708](https://github.com/Finch-API/finch-api-node/commit/9f7d7088f92adef956f34135c6e30017b135c404))
11+
* **api:** api update ([3e7e5c4](https://github.com/Finch-API/finch-api-node/commit/3e7e5c43d443e485308ef5c67881ee6a3e0eac33))
12+
* **api:** manual updates ([37e216f](https://github.com/Finch-API/finch-api-node/commit/37e216f0781df7eed0f0bd74290db6460ddd494c))
13+
* **api:** move node to typescript generator ([f34dadf](https://github.com/Finch-API/finch-api-node/commit/f34dadf5f1cd7c2179189d1fd263387b42c4e371))
14+
* **api:** update automated code reviewer selection ([d4272f2](https://github.com/Finch-API/finch-api-node/commit/d4272f26ee2bb51abeaabab0aa74ba09e5003ab7))
15+
* **mcp:** add detail field to docs search tool ([24f0dcb](https://github.com/Finch-API/finch-api-node/commit/24f0dcbf958c5720e8a1d514295f9f3d71016c6d))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([ad25e64](https://github.com/Finch-API/finch-api-node/commit/ad25e64f1942d1229a7469d8802dfaf1932c8688))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([397dd67](https://github.com/Finch-API/finch-api-node/commit/397dd67772d7f7af1adfd2bf28f3154a4728a2ac))
22+
* **api:** resolve build issues ([2881e2c](https://github.com/Finch-API/finch-api-node/commit/2881e2cb192932701f228ac6f5a19be7a6b5e026))
23+
* **java:** Resolve name collisions ([08a9f18](https://github.com/Finch-API/finch-api-node/commit/08a9f18bb0430341fa1f99f910af8a5e71a8865d))
24+
* **mcp:** return tool execution error on api error ([1d800ca](https://github.com/Finch-API/finch-api-node/commit/1d800ca215a30fb947084223b980badd706747ff))
25+
* **mcp:** return tool execution error on jq failure ([2c31736](https://github.com/Finch-API/finch-api-node/commit/2c31736fc1d08bcf24430c69eb16d121d2c74f7d))
26+
* **tests:** fix tests ([87dc806](https://github.com/Finch-API/finch-api-node/commit/87dc8064552a19dc4f38060f925becf74e6c54ee))
27+
28+
29+
### Chores
30+
31+
* **client:** fix logger property type ([d029b7c](https://github.com/Finch-API/finch-api-node/commit/d029b7c96c64bd040f98e5c75b4f6a9f78e02a37))
32+
* **internal:** codegen related update ([98a4b0d](https://github.com/Finch-API/finch-api-node/commit/98a4b0d098370cd0deffcfdbb3729bf338400f76))
33+
* **internal:** codegen related update ([4c98569](https://github.com/Finch-API/finch-api-node/commit/4c985698f8677fb282a526167a9d76bafd9d4a39))
34+
* mcp code tool explicit error message when missing a run function ([c654b4f](https://github.com/Finch-API/finch-api-node/commit/c654b4ff3f347209c8cafbfaf034f46d89df21e2))
35+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([12f95fd](https://github.com/Finch-API/finch-api-node/commit/12f95fd187bce14827c6157200e1b81e18e27867))
36+
* **mcp:** add line numbers to code tool errors ([1a3da31](https://github.com/Finch-API/finch-api-node/commit/1a3da31abd252fba0a192a711ab9403718430c7e))
37+
* **mcp:** clarify http auth error ([f58c18e](https://github.com/Finch-API/finch-api-node/commit/f58c18e93d17708ebeb45a047c6faa0a88021b40))
38+
* **mcp:** upgrade jq-web ([89540d2](https://github.com/Finch-API/finch-api-node/commit/89540d255ca1dfcd1b7fceba13053518d974fd0d))
39+
* sync repo ([3bb91af](https://github.com/Finch-API/finch-api-node/commit/3bb91afee2921eb1998209cf1f9bf25a232e3ff3))
40+
41+
42+
### Documentation
43+
44+
* **mcp:** add a README button for one-click add to Cursor ([6141e78](https://github.com/Finch-API/finch-api-node/commit/6141e785eba3582d39a8451b520fe8650d1fa985))
45+
* **mcp:** add a README link to add server to VS Code or Claude Code ([89f50c3](https://github.com/Finch-API/finch-api-node/commit/89f50c3a4ea912cde88b0f5589be998ee08f3fb9))
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)