Skip to content

Commit 8be747a

Browse files
release: 7.0.0
1 parent e942771 commit 8be747a

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
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 ([109d45e](https://github.com/Finch-API/finch-api-node/commit/109d45e3086cb5e86645536a07af6945efccc40d))
10+
* **api:** api update ([f7f35a9](https://github.com/Finch-API/finch-api-node/commit/f7f35a978460e123d0f15cd25f454218809e1556))
11+
* **api:** api update ([a826755](https://github.com/Finch-API/finch-api-node/commit/a826755da76f2426dce20ebb195cabff15b719d4))
12+
* **api:** manual updates ([57f1f11](https://github.com/Finch-API/finch-api-node/commit/57f1f11e5e382a770b9cbcdfa7e5eeb1726bcc6e))
13+
* **api:** move node to typescript generator ([730bfea](https://github.com/Finch-API/finch-api-node/commit/730bfea692843668dd3de57295b78236aa124358))
14+
* **api:** update automated code reviewer selection ([96d86e6](https://github.com/Finch-API/finch-api-node/commit/96d86e6626830e298ee6c2cabb263ddbd26c7f4b))
15+
* **mcp:** add detail field to docs search tool ([d61a608](https://github.com/Finch-API/finch-api-node/commit/d61a6082d3342048b69ffb8c8a5679418f9ce090))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([c1f8779](https://github.com/Finch-API/finch-api-node/commit/c1f8779d940974bebef164becd0d6cd0e6b08b2f))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([066e34f](https://github.com/Finch-API/finch-api-node/commit/066e34fb9b54098af16ee45f130787d1c67bd725))
22+
* **api:** resolve build issues ([13eea10](https://github.com/Finch-API/finch-api-node/commit/13eea10a5fa469aa5ef71672c939bd6f7a5e92f9))
23+
* **java:** Resolve name collisions ([27604fb](https://github.com/Finch-API/finch-api-node/commit/27604fb6bf12d8c3cf344e7fa6a42b6a677c9461))
24+
* **mcp:** return tool execution error on jq failure ([66c6d5d](https://github.com/Finch-API/finch-api-node/commit/66c6d5d5af35c5b5b72c91fae7641718528fd102))
25+
* **tests:** fix tests ([6a58983](https://github.com/Finch-API/finch-api-node/commit/6a58983c62a6ddb830112a0a0ecdfc5872ca1daa))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([ee8b1e7](https://github.com/Finch-API/finch-api-node/commit/ee8b1e7aabf578bd74b1e4edfbc825feec8b9cca))
31+
* **internal:** codegen related update ([2b95e13](https://github.com/Finch-API/finch-api-node/commit/2b95e13dedec62c475663ff43b336d7a0606bb63))
32+
* **internal:** codegen related update ([1ce9237](https://github.com/Finch-API/finch-api-node/commit/1ce9237e5f12300d15a8d539f3391beeea656816))
33+
* mcp code tool explicit error message when missing a run function ([a23daf8](https://github.com/Finch-API/finch-api-node/commit/a23daf8bc7a40df2a29a758b61dbdecbed75b0c8))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([514a78c](https://github.com/Finch-API/finch-api-node/commit/514a78c19a509f87b74ff141a9372a8a3114599e))
35+
* **mcp:** add line numbers to code tool errors ([fd46c43](https://github.com/Finch-API/finch-api-node/commit/fd46c435add85d372166a50b510ae9f0b4b29ce2))
36+
* **mcp:** clarify http auth error ([d8dcddc](https://github.com/Finch-API/finch-api-node/commit/d8dcddc0d531a94c49fbd81ef7e904ec06bd32d1))
37+
* **mcp:** upgrade jq-web ([dbd4b99](https://github.com/Finch-API/finch-api-node/commit/dbd4b999e16d1ef25c71126f4ec638e7db445301))
38+
* sync repo ([598f59c](https://github.com/Finch-API/finch-api-node/commit/598f59cd903a06d85d0b19fd6efea75042914964))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([7c76f0c](https://github.com/Finch-API/finch-api-node/commit/7c76f0c82329f0832764c04cd04d8bea3624364b))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([c30d4f4](https://github.com/Finch-API/finch-api-node/commit/c30d4f483d9b826692df36fc864d3f332e47fc12))
45+
346
## 6.38.0 (2025-10-27)
447

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