Skip to content

Commit d800076

Browse files
release: 7.0.0
1 parent ac6390d commit d800076

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-25)
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 ([0dbea22](https://github.com/Finch-API/finch-api-node/commit/0dbea22df19c696eb07323cf4d8dc13a926921ea))
10+
* **api:** api update ([ca1e798](https://github.com/Finch-API/finch-api-node/commit/ca1e798638a9fd5ce5e4d2d91599d5177d61a002))
11+
* **api:** api update ([5b88784](https://github.com/Finch-API/finch-api-node/commit/5b88784c546079f0e10bb6fd4e52ce8c41d87c17))
12+
* **api:** manual updates ([300ad62](https://github.com/Finch-API/finch-api-node/commit/300ad62ebd53a49e5326d5f597b7ea41e963c805))
13+
* **api:** move node to typescript generator ([f25e60d](https://github.com/Finch-API/finch-api-node/commit/f25e60dd058d8181b3d6f14d01b9ad0e68bc9677))
14+
* **api:** update automated code reviewer selection ([16529b9](https://github.com/Finch-API/finch-api-node/commit/16529b910353294bc27dfff8129f9151da454376))
15+
* **mcp:** add detail field to docs search tool ([ac6390d](https://github.com/Finch-API/finch-api-node/commit/ac6390dceccd87303d052e8e16fbf4506a3b7956))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([76b2d53](https://github.com/Finch-API/finch-api-node/commit/76b2d531ccf6ec68c94be7ff12d3e3a4f2f650d7))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([c77dc96](https://github.com/Finch-API/finch-api-node/commit/c77dc96a7b474efe213022fc7c67bf907df5d36a))
22+
* **api:** resolve build issues ([94c0204](https://github.com/Finch-API/finch-api-node/commit/94c02048a46332165a807079345a6ba94d92377a))
23+
* **java:** Resolve name collisions ([747b70e](https://github.com/Finch-API/finch-api-node/commit/747b70e5c549f66ad74dd529ca3298fbab52ac8e))
24+
* **mcp:** return tool execution error on jq failure ([a039146](https://github.com/Finch-API/finch-api-node/commit/a03914608b1be6a8149003ccdcc0ce512dfc4fb2))
25+
* **tests:** fix tests ([93bf151](https://github.com/Finch-API/finch-api-node/commit/93bf151f14d21628e43588e2ef1f8af354852cd5))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([d8707d9](https://github.com/Finch-API/finch-api-node/commit/d8707d91d5d4f11a693859abc96898657f21d4c8))
31+
* **internal:** codegen related update ([f1bdf9d](https://github.com/Finch-API/finch-api-node/commit/f1bdf9d3f0e0c1c5ecd88edc40e68a0432cd9fca))
32+
* mcp code tool explicit error message when missing a run function ([3e973c7](https://github.com/Finch-API/finch-api-node/commit/3e973c7679747646c987072dfe65f5e9fd261cdf))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5d1dc57](https://github.com/Finch-API/finch-api-node/commit/5d1dc57742acbae235c89c5335bc11981a7327fe))
34+
* **mcp:** add line numbers to code tool errors ([f4556e4](https://github.com/Finch-API/finch-api-node/commit/f4556e4880299c5db5746bfb4936eceade6b6429))
35+
* **mcp:** clarify http auth error ([aca75c0](https://github.com/Finch-API/finch-api-node/commit/aca75c016fafb4e0a106084b405eab9022587a9f))
36+
* **mcp:** upgrade jq-web ([bd2cbdb](https://github.com/Finch-API/finch-api-node/commit/bd2cbdb9006b91fa21f01aa584076ac5483db2d6))
37+
* sync repo ([f3f9f88](https://github.com/Finch-API/finch-api-node/commit/f3f9f88436adb60890b39cc088f2e5f8d697f959))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([2a8c70e](https://github.com/Finch-API/finch-api-node/commit/2a8c70e11772fe9b6a4bbf3490c72384f1e35307))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d4f9224](https://github.com/Finch-API/finch-api-node/commit/d4f9224a0982ef667daac11e0464a54ae0c3e4d0))
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)