Skip to content

Commit ddd34f0

Browse files
release: 7.0.0
1 parent 1959678 commit ddd34f0

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 ([be5b21d](https://github.com/Finch-API/finch-api-node/commit/be5b21daaa6b0e51e5c225ffe4519686bc4d7301))
10+
* **api:** api update ([537e6d1](https://github.com/Finch-API/finch-api-node/commit/537e6d1397bb2ccc3f3650f0b0911ffa6c4bbd61))
11+
* **api:** api update ([ab2189e](https://github.com/Finch-API/finch-api-node/commit/ab2189eaee5162af3fda0c00390fc25b9f63a5b4))
12+
* **api:** manual updates ([a9ad325](https://github.com/Finch-API/finch-api-node/commit/a9ad325fccb074965f94ce7203b87c47ca9dc4f1))
13+
* **api:** move node to typescript generator ([e11e289](https://github.com/Finch-API/finch-api-node/commit/e11e28980d1464e5429e20942c2a577e0f8f188a))
14+
* **api:** update automated code reviewer selection ([b6e578e](https://github.com/Finch-API/finch-api-node/commit/b6e578ef553b22a205455fdc08f1b66cd6c6f142))
15+
* **mcp:** add detail field to docs search tool ([d19e841](https://github.com/Finch-API/finch-api-node/commit/d19e841e82e45210f8a1b6772772a784022fe2e3))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([61ce306](https://github.com/Finch-API/finch-api-node/commit/61ce30616538d23cfc43023742a2a71bd7a33e9f))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([6a5b04b](https://github.com/Finch-API/finch-api-node/commit/6a5b04b8c617e43d62722a97cb4c7168b048de3b))
22+
* **api:** resolve build issues ([23d1d83](https://github.com/Finch-API/finch-api-node/commit/23d1d833cf6bd63db37ee54f1af221e8ab458e03))
23+
* **java:** Resolve name collisions ([5c794b4](https://github.com/Finch-API/finch-api-node/commit/5c794b4ac36a5f97d53ae2c981c820f32bd61677))
24+
* **mcp:** return tool execution error on jq failure ([f49bc70](https://github.com/Finch-API/finch-api-node/commit/f49bc70f802075a993e468bfca1de772d452f204))
25+
* **tests:** fix tests ([6101667](https://github.com/Finch-API/finch-api-node/commit/610166774a87222f1834b5f7dce8acd9bb250bc9))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([1959678](https://github.com/Finch-API/finch-api-node/commit/1959678f3540412c1d2bbb368ae3ea50d16ed465))
31+
* **internal:** codegen related update ([75dfeba](https://github.com/Finch-API/finch-api-node/commit/75dfeba5552d0087fa71ea78bd25b0612e73420a))
32+
* **internal:** codegen related update ([a481d66](https://github.com/Finch-API/finch-api-node/commit/a481d669a89cc1893c8517024d8f33f2acfb6551))
33+
* mcp code tool explicit error message when missing a run function ([98edcb4](https://github.com/Finch-API/finch-api-node/commit/98edcb449c1fcdb97012015f5c61c4cd9daebb77))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c3bc46c](https://github.com/Finch-API/finch-api-node/commit/c3bc46c381e23b30d04c4f723958f238bb989397))
35+
* **mcp:** add line numbers to code tool errors ([ffd833f](https://github.com/Finch-API/finch-api-node/commit/ffd833f4709876af77d52f5f94dcacd15137a247))
36+
* **mcp:** clarify http auth error ([303c2c7](https://github.com/Finch-API/finch-api-node/commit/303c2c7c5e539d20690891f46c0b50cd5ba35b88))
37+
* **mcp:** upgrade jq-web ([efe6f88](https://github.com/Finch-API/finch-api-node/commit/efe6f8838c20d95fb3df25739238fc83fd859205))
38+
* sync repo ([0e17ddf](https://github.com/Finch-API/finch-api-node/commit/0e17ddf1e598249b7de97cec40642f846b46750e))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([0ec8a9e](https://github.com/Finch-API/finch-api-node/commit/0ec8a9ed11568bdf99a806059c568cf4eab53cf1))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([39a0560](https://github.com/Finch-API/finch-api-node/commit/39a05606cbca53118efb15f49a111ada969ea99b))
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)