Skip to content

Commit 1429bda

Browse files
release: 7.0.0
1 parent fa95a39 commit 1429bda

File tree

6 files changed

+45
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-21)
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 ([4540009](https://github.com/Finch-API/finch-api-node/commit/4540009a69d798d08deb29f243b79507daf9e80a))
10+
* **api:** api update ([ea4ff78](https://github.com/Finch-API/finch-api-node/commit/ea4ff78334e17048fcc78573c9f75d8796748285))
11+
* **api:** manual updates ([fa95a39](https://github.com/Finch-API/finch-api-node/commit/fa95a392943b3ebe96c666f859e0ad805f990dda))
12+
* **api:** move node to typescript generator ([94ab028](https://github.com/Finch-API/finch-api-node/commit/94ab0283918d958033e1525d678d752b0bf0df46))
13+
* **api:** update automated code reviewer selection ([28bf05b](https://github.com/Finch-API/finch-api-node/commit/28bf05b6c193379f8938eed2413016456d307838))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([e5e0a45](https://github.com/Finch-API/finch-api-node/commit/e5e0a450cd4dbf097f06e42d8b65ebd010801492))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([bc0479e](https://github.com/Finch-API/finch-api-node/commit/bc0479e384faa7f512d70f49ed651096e6e30ce4))
20+
* **api:** resolve build issues ([f0c2c5d](https://github.com/Finch-API/finch-api-node/commit/f0c2c5da19febe9f64621bdddeacb70b46858443))
21+
* **java:** Resolve name collisions ([cd10c0f](https://github.com/Finch-API/finch-api-node/commit/cd10c0f7903c28e449e6a5c93699a993abf44653))
22+
* **mcp:** return tool execution error on jq failure ([752ab2e](https://github.com/Finch-API/finch-api-node/commit/752ab2e560824440c612de137601cb8f081454e4))
23+
* **tests:** fix tests ([8000a38](https://github.com/Finch-API/finch-api-node/commit/8000a38165558cb626f68d92b7150513666ba011))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([1896686](https://github.com/Finch-API/finch-api-node/commit/189668613bdd2f0bca92bca3d211af7bb17e3747))
29+
* **internal:** codegen related update ([12b58dd](https://github.com/Finch-API/finch-api-node/commit/12b58dd17351ba4c4a5bd97576f9d897fab2169b))
30+
* mcp code tool explicit error message when missing a run function ([dfba9c6](https://github.com/Finch-API/finch-api-node/commit/dfba9c63f9f202b1ee7d7e183ddfa43b7cf3131f))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f4b8e66](https://github.com/Finch-API/finch-api-node/commit/f4b8e668d12cc0d4bbd66be0f1c26c3799d00228))
32+
* **mcp:** add line numbers to code tool errors ([60deb4d](https://github.com/Finch-API/finch-api-node/commit/60deb4d19e8f5cc5e8fce77988c9400ed92567d3))
33+
* **mcp:** clarify http auth error ([2ddfe70](https://github.com/Finch-API/finch-api-node/commit/2ddfe702558486ecbbe6686612f3874cbfbd61e0))
34+
* **mcp:** upgrade jq-web ([ca067c9](https://github.com/Finch-API/finch-api-node/commit/ca067c9e9db9dc5b095cb036dfadb3d50ef06c4a))
35+
* sync repo ([b484771](https://github.com/Finch-API/finch-api-node/commit/b484771c3b98e1bfd12bdd0c9a5247b984b3a2df))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([e053884](https://github.com/Finch-API/finch-api-node/commit/e053884cbba214bc5779a7f52dd8d9faa45585f9))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([337281c](https://github.com/Finch-API/finch-api-node/commit/337281ce76dc9401f784d6ad2152eadaf9bfc377))
42+
343
## 6.38.0 (2025-10-27)
444

545
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 <[email protected]>",
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 <[email protected]>",
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)