Skip to content

Commit ec96ef9

Browse files
release: 7.0.0
1 parent f653f26 commit ec96ef9

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 ([256201d](https://github.com/Finch-API/finch-api-node/commit/256201db7e79ef303b2d321e765031f045b74ca4))
10+
* **api:** api update ([460e615](https://github.com/Finch-API/finch-api-node/commit/460e615391affa6f50b6378500bb16c4511edba4))
11+
* **api:** manual updates ([f653f26](https://github.com/Finch-API/finch-api-node/commit/f653f26d48bc2c2278a89fcc9d63daedcf3c0865))
12+
* **api:** move node to typescript generator ([b7a02df](https://github.com/Finch-API/finch-api-node/commit/b7a02dfbcffad49ee91ff294fd3962e54f99594c))
13+
* **api:** update automated code reviewer selection ([8ef5b7a](https://github.com/Finch-API/finch-api-node/commit/8ef5b7a21b29ba6c6d6c5afdf7f2291ed0818a48))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([a1e7c7b](https://github.com/Finch-API/finch-api-node/commit/a1e7c7b09fd00ab82923bc20623b92992635ae79))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([a9a4f0c](https://github.com/Finch-API/finch-api-node/commit/a9a4f0c93bf22c016eb0893c063143a930cd635b))
20+
* **api:** resolve build issues ([47980b1](https://github.com/Finch-API/finch-api-node/commit/47980b1d8b975085339b854bb646b69e6119861e))
21+
* **java:** Resolve name collisions ([f117a5a](https://github.com/Finch-API/finch-api-node/commit/f117a5afdf9dc9b7603273037961e501e8543194))
22+
* **mcp:** return tool execution error on jq failure ([4c19aec](https://github.com/Finch-API/finch-api-node/commit/4c19aec5719aba965d38a45caaf0947313b32725))
23+
* **tests:** fix tests ([933aeed](https://github.com/Finch-API/finch-api-node/commit/933aeedd01fc8a2bca2c9f4e1f0342d4aea9b8ad))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([1eb43ac](https://github.com/Finch-API/finch-api-node/commit/1eb43ac39a7dd461672ef87ae9a60fd8423022d3))
29+
* **internal:** codegen related update ([4ce0d7a](https://github.com/Finch-API/finch-api-node/commit/4ce0d7a34d570bab5abaee7c79b2914500b57ec0))
30+
* mcp code tool explicit error message when missing a run function ([a4ee94d](https://github.com/Finch-API/finch-api-node/commit/a4ee94d4c100e6278a2e6f739a84964ab05569ed))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([bff9d37](https://github.com/Finch-API/finch-api-node/commit/bff9d3796b556981c92aa96822d5d78d35c383a0))
32+
* **mcp:** add line numbers to code tool errors ([99112f1](https://github.com/Finch-API/finch-api-node/commit/99112f19eaa723d60d377ecc5370fe20c08b7b73))
33+
* **mcp:** clarify http auth error ([9eef0e4](https://github.com/Finch-API/finch-api-node/commit/9eef0e4e1fd7ce8f262a38930d2c1d7238bca838))
34+
* **mcp:** upgrade jq-web ([d814db0](https://github.com/Finch-API/finch-api-node/commit/d814db0d7be215fcc3cbb7800a9ed0d645c81a83))
35+
* sync repo ([c27332e](https://github.com/Finch-API/finch-api-node/commit/c27332e6f7fd0ff8aa5489a194d7f4f07f5023bf))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([86fe0a5](https://github.com/Finch-API/finch-api-node/commit/86fe0a5ba1b7516cfa5e159981481b7e44c24263))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ca7c789](https://github.com/Finch-API/finch-api-node/commit/ca7c7896e124367aac734c05e80e16e3fcc838e0))
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 <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)