Skip to content

Commit 4245f7c

Browse files
release: 7.0.0
1 parent 0571fe0 commit 4245f7c

File tree

6 files changed

+52
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-04)
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 ([ff115e4](https://github.com/Finch-API/finch-api-node/commit/ff115e434ff8220aca1c5c2d6caefc00fa93a493))
10+
* **api:** api update ([4b36025](https://github.com/Finch-API/finch-api-node/commit/4b36025b92bb3a6bd55862105b66c616f9aa6164))
11+
* **api:** api update ([d9c37ef](https://github.com/Finch-API/finch-api-node/commit/d9c37ef4e30117cfe041349ae96606249eb4c7d7))
12+
* **api:** manual updates ([ad92db6](https://github.com/Finch-API/finch-api-node/commit/ad92db6fd92c0f47d3003895ce8cbaa348c513f3))
13+
* **api:** move node to typescript generator ([7b84093](https://github.com/Finch-API/finch-api-node/commit/7b840934429e91a551caec2a53910bf9354b5fee))
14+
* **api:** update automated code reviewer selection ([8db98de](https://github.com/Finch-API/finch-api-node/commit/8db98dea5b5df05995d02ccb16aa690d46a552e0))
15+
* **mcp:** add detail field to docs search tool ([2491342](https://github.com/Finch-API/finch-api-node/commit/24913428b5aac688654ff1ff2c15dc49ca201e05))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([5a76355](https://github.com/Finch-API/finch-api-node/commit/5a763553903c1db912c45380bcb3c7d62ea91945))
17+
* **mcp:** return logs on code tool errors ([8d89097](https://github.com/Finch-API/finch-api-node/commit/8d8909733a72d590386b8607ff793bd8abd0ba02))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([5fac81c](https://github.com/Finch-API/finch-api-node/commit/5fac81cf2aaf1f0ec51026255498fc77ca4e5af4))
23+
* **api:** resolve build issues ([18b0a22](https://github.com/Finch-API/finch-api-node/commit/18b0a2202511515bdfc195c678828cb9de0a5040))
24+
* **java:** Resolve name collisions ([92142e4](https://github.com/Finch-API/finch-api-node/commit/92142e4859195a12034b17a156e6555039541d10))
25+
* **mcp:** return tool execution error on api error ([831fa5d](https://github.com/Finch-API/finch-api-node/commit/831fa5d4241bb1e59078612d605af597910b5941))
26+
* **mcp:** return tool execution error on jq failure ([e4f2ad2](https://github.com/Finch-API/finch-api-node/commit/e4f2ad22c1c5385f42b143dc7e089537038fd175))
27+
* **tests:** fix tests ([b40b88c](https://github.com/Finch-API/finch-api-node/commit/b40b88ceecf51faf9b5ce11a015655b77686a90a))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([39ddac0](https://github.com/Finch-API/finch-api-node/commit/39ddac00a437739e991d2ec4e2d7a1404fe239ae))
33+
* **internal:** codegen related update ([71b28e3](https://github.com/Finch-API/finch-api-node/commit/71b28e33f1adcd3174012714c8c3cf77483ea811))
34+
* **internal:** codegen related update ([6a1e349](https://github.com/Finch-API/finch-api-node/commit/6a1e349a20cb444657e6c0d5acc448dd18c67a18))
35+
* **internal:** upgrade eslint ([f2e09d7](https://github.com/Finch-API/finch-api-node/commit/f2e09d7b63ad4ad749745290e7df11e73c565014))
36+
* mcp code tool explicit error message when missing a run function ([ccf544c](https://github.com/Finch-API/finch-api-node/commit/ccf544c2da3435a7918f90ea549597e1fbcdce47))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([36d6522](https://github.com/Finch-API/finch-api-node/commit/36d6522136ebd9b1d67220fec304cfc16752f1db))
38+
* **mcp:** add line numbers to code tool errors ([01eaba9](https://github.com/Finch-API/finch-api-node/commit/01eaba9b0a8400b18e5a0a72c8aaacd2d3c6b4f2))
39+
* **mcp:** clarify http auth error ([6e81c71](https://github.com/Finch-API/finch-api-node/commit/6e81c71d448fd7a540f31b62d9617596fa9e1f7f))
40+
* **mcp:** upgrade jq-web ([e992006](https://github.com/Finch-API/finch-api-node/commit/e992006985f54886c59d2876f3d42ef440b5e7f2))
41+
* sync repo ([88ccae2](https://github.com/Finch-API/finch-api-node/commit/88ccae21cd3d9ecc62f8092846e7ebe1c0b89d55))
42+
* use latest @modelcontextprotocol/sdk ([6c10c67](https://github.com/Finch-API/finch-api-node/commit/6c10c674d2faee78ac5ffbc3f89850593908f723))
43+
44+
45+
### Documentation
46+
47+
* **mcp:** add a README button for one-click add to Cursor ([99f5f88](https://github.com/Finch-API/finch-api-node/commit/99f5f88f50d58ec4d9c275fd8fea5c44bd637357))
48+
* **mcp:** add a README link to add server to VS Code or Claude Code ([1029357](https://github.com/Finch-API/finch-api-node/commit/10293579fada7550e281b7ca0c3e2acbbdce0593))
49+
350
## 6.38.0 (2025-10-27)
451

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