Skip to content

Commit dfb3095

Browse files
release: 7.0.0
1 parent c145263 commit dfb3095

File tree

6 files changed

+47
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-26)
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 ([6ea600b](https://github.com/Finch-API/finch-api-node/commit/6ea600b53e847e34ccc7c613646eb3bc3afb8722))
10+
* **api:** api update ([5533397](https://github.com/Finch-API/finch-api-node/commit/5533397cbf92ed15c567d3a3dd5374d5994267b1))
11+
* **api:** api update ([0c23773](https://github.com/Finch-API/finch-api-node/commit/0c23773e1e367695f5d697ad5396477361ba4542))
12+
* **api:** manual updates ([5e10cb8](https://github.com/Finch-API/finch-api-node/commit/5e10cb8b302cebcb863803348a76da7a6f2ffe06))
13+
* **api:** move node to typescript generator ([3298c3a](https://github.com/Finch-API/finch-api-node/commit/3298c3a86d4b43b95c0b7f04b17081177b69b9bf))
14+
* **api:** update automated code reviewer selection ([c0e31ea](https://github.com/Finch-API/finch-api-node/commit/c0e31ead6886282eee0c3580edbf9b78bd4fe5a6))
15+
* **mcp:** add detail field to docs search tool ([c145263](https://github.com/Finch-API/finch-api-node/commit/c14526351997b3337b2851bc6bef641e1a9ee9d5))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([06a8cf4](https://github.com/Finch-API/finch-api-node/commit/06a8cf47edea8d6f01bc8718ec0e59566552e2de))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([7f14efa](https://github.com/Finch-API/finch-api-node/commit/7f14efad08e9aafaf762dfd1e51858c67cbf51bd))
22+
* **api:** resolve build issues ([ed12cfe](https://github.com/Finch-API/finch-api-node/commit/ed12cfe400a25658bb59576b5331e495fd3e80cd))
23+
* **java:** Resolve name collisions ([25b7c5e](https://github.com/Finch-API/finch-api-node/commit/25b7c5e44cd165659d5a90c8097059b6cbeccb3e))
24+
* **mcp:** return tool execution error on jq failure ([f1c2c8c](https://github.com/Finch-API/finch-api-node/commit/f1c2c8c4de97ddc39bb71fb8ebc38d32b707612a))
25+
* **tests:** fix tests ([82bdba9](https://github.com/Finch-API/finch-api-node/commit/82bdba9272af283d49bed42b9e35cdc84a13e613))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([69de368](https://github.com/Finch-API/finch-api-node/commit/69de368cbf59f5419e05998f37313a31df7ee3cb))
31+
* **internal:** codegen related update ([5e155d4](https://github.com/Finch-API/finch-api-node/commit/5e155d4d6d7078e6126eef93a828aa1fde0cd789))
32+
* mcp code tool explicit error message when missing a run function ([80d11c4](https://github.com/Finch-API/finch-api-node/commit/80d11c4ade299f2dfa39da2243043a6f29ac7131))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7fc06c9](https://github.com/Finch-API/finch-api-node/commit/7fc06c9a50e387efa1e252bb49f9d75bed0dc5fb))
34+
* **mcp:** add line numbers to code tool errors ([64db93d](https://github.com/Finch-API/finch-api-node/commit/64db93ded8371c8920f43994b64260862e3341e9))
35+
* **mcp:** clarify http auth error ([6e117b6](https://github.com/Finch-API/finch-api-node/commit/6e117b605d315ed14303d2b545db668b437f66f2))
36+
* **mcp:** upgrade jq-web ([07a71d4](https://github.com/Finch-API/finch-api-node/commit/07a71d40537772a0f84f2c5bac9b1f85fd1289c2))
37+
* sync repo ([3733527](https://github.com/Finch-API/finch-api-node/commit/37335275c7328b5ccf379dd9332dc33bac9f782a))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([125e6fa](https://github.com/Finch-API/finch-api-node/commit/125e6fabe8a6e2e4b1122f124263458d59f6cd4c))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([43f422b](https://github.com/Finch-API/finch-api-node/commit/43f422b02b9053c697807faa3bc89c76916cc9e1))
44+
345
## 6.38.0 (2025-10-27)
446

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