Skip to content

Commit 2343c87

Browse files
release: 7.0.0
1 parent 89f893a commit 2343c87

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 ([294582a](https://github.com/Finch-API/finch-api-node/commit/294582a4d09933f07a7c941853fda6734d23d99b))
10+
* **api:** api update ([a34df61](https://github.com/Finch-API/finch-api-node/commit/a34df61b01c9451700e3440d5bfe4ba8510c9275))
11+
* **api:** api update ([997af80](https://github.com/Finch-API/finch-api-node/commit/997af80ade31246986f31dfe48d232c2368b883d))
12+
* **api:** manual updates ([fccb1ac](https://github.com/Finch-API/finch-api-node/commit/fccb1acd178a411f120a7e234ad89b3689dd29cb))
13+
* **api:** move node to typescript generator ([1943176](https://github.com/Finch-API/finch-api-node/commit/1943176942f910c0d6c87c87b33bdf1c5bfda47a))
14+
* **api:** update automated code reviewer selection ([1419294](https://github.com/Finch-API/finch-api-node/commit/141929456a2cec7e4d52551c406bee21c77ab4b4))
15+
* **mcp:** add detail field to docs search tool ([004025c](https://github.com/Finch-API/finch-api-node/commit/004025cb673dc16ef060679218e7a6d154e61e71))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([2ff0b55](https://github.com/Finch-API/finch-api-node/commit/2ff0b55b0859bd87208fa865dfcf3a66a7e6cd2b))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([2920c09](https://github.com/Finch-API/finch-api-node/commit/2920c0978d83be80a7d4bb350d2a4c93a218ced3))
22+
* **api:** resolve build issues ([004ffb3](https://github.com/Finch-API/finch-api-node/commit/004ffb3af3687c5dcfc927db3e8c3112c0b9e7d6))
23+
* **java:** Resolve name collisions ([b013239](https://github.com/Finch-API/finch-api-node/commit/b013239f0747c1d767c2740a52b451437521bb99))
24+
* **mcp:** return tool execution error on jq failure ([2290b47](https://github.com/Finch-API/finch-api-node/commit/2290b4759ff55461aebd99e512858549adbc75ca))
25+
* **tests:** fix tests ([92b0d26](https://github.com/Finch-API/finch-api-node/commit/92b0d2634558438c6b67b85df6b0f6bd72b10013))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([936b765](https://github.com/Finch-API/finch-api-node/commit/936b765113844e40b7a78f82e753fdea8f0e04fd))
31+
* **internal:** codegen related update ([42b5b01](https://github.com/Finch-API/finch-api-node/commit/42b5b010bd7f4905dd2c9e0eb8adfdcea7af6446))
32+
* **internal:** codegen related update ([a325292](https://github.com/Finch-API/finch-api-node/commit/a32529214f20414dd7b88aa76a874769eff39661))
33+
* mcp code tool explicit error message when missing a run function ([0c916dc](https://github.com/Finch-API/finch-api-node/commit/0c916dca7836f765fbd18e66ba20516d49d3accb))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ac89f4e](https://github.com/Finch-API/finch-api-node/commit/ac89f4ec9fde58dfa37dac7094dd109655aff533))
35+
* **mcp:** add line numbers to code tool errors ([4856236](https://github.com/Finch-API/finch-api-node/commit/4856236553ee96ce5dfd0279856a727a358ab870))
36+
* **mcp:** clarify http auth error ([69e002e](https://github.com/Finch-API/finch-api-node/commit/69e002e1db3cd6765ed81040d0aaec1311431dfc))
37+
* **mcp:** upgrade jq-web ([78af56e](https://github.com/Finch-API/finch-api-node/commit/78af56e1ac0a4fe211d1c68ce00af71414694695))
38+
* sync repo ([6c9de8d](https://github.com/Finch-API/finch-api-node/commit/6c9de8d1b96a504dd099f3f8c3dd0440c7a026f4))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([627cd8e](https://github.com/Finch-API/finch-api-node/commit/627cd8eaf4550775a8d29719d63cba364fbeef0d))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([b0e293c](https://github.com/Finch-API/finch-api-node/commit/b0e293cf9f9b89740bc1619c5e57e1544b59ebc5))
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)