Skip to content

Commit e3054ec

Browse files
release: 7.0.0
1 parent d741b2f commit e3054ec

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-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 ([ebaca32](https://github.com/Finch-API/finch-api-node/commit/ebaca32693eb3d58b195f74faacaa4eb48d37130))
10+
* **api:** api update ([f63aea6](https://github.com/Finch-API/finch-api-node/commit/f63aea69e915a7ad1e4e861fc7662a0825ebec77))
11+
* **api:** manual updates ([d741b2f](https://github.com/Finch-API/finch-api-node/commit/d741b2f77af18ef6816dfad203269624426fdf42))
12+
* **api:** move node to typescript generator ([e2bfdce](https://github.com/Finch-API/finch-api-node/commit/e2bfdce06b21c3c3a6e2b3516284d5049bcc142d))
13+
* **api:** update automated code reviewer selection ([2c2415a](https://github.com/Finch-API/finch-api-node/commit/2c2415a25767708282844e4160057368567e7fad))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([0c38e76](https://github.com/Finch-API/finch-api-node/commit/0c38e766fa1f0822314b9668717225994f5ceaa4))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([2fd8dd4](https://github.com/Finch-API/finch-api-node/commit/2fd8dd442aec086f23f398cb5250876986fbc738))
20+
* **api:** resolve build issues ([d545948](https://github.com/Finch-API/finch-api-node/commit/d54594868c13797bcce3d167ecf3d81e88e6c733))
21+
* **java:** Resolve name collisions ([fa39ab5](https://github.com/Finch-API/finch-api-node/commit/fa39ab5ac066bc01e9ee0ed7f560f4c10c1bfa5e))
22+
* **mcp:** return tool execution error on jq failure ([7a57b2a](https://github.com/Finch-API/finch-api-node/commit/7a57b2a89f65d677bfee5c57a5d51ef6af00af1b))
23+
* **tests:** fix tests ([26eb91b](https://github.com/Finch-API/finch-api-node/commit/26eb91b4fc82ae2644a3a840330a22c575be20aa))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([482c0ee](https://github.com/Finch-API/finch-api-node/commit/482c0ee51bd821c594b02b326c1a3fe81fcc9d5d))
29+
* **internal:** codegen related update ([490f6ce](https://github.com/Finch-API/finch-api-node/commit/490f6cee5cdb3291c040f9e0f3ff70834ac8f9f1))
30+
* mcp code tool explicit error message when missing a run function ([f0adf42](https://github.com/Finch-API/finch-api-node/commit/f0adf42aa14567aff99dd91652974e3908fc718b))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9263330](https://github.com/Finch-API/finch-api-node/commit/92633308d490c8e51a4b52646d0f33fe9d18123a))
32+
* **mcp:** add line numbers to code tool errors ([e4f2e2c](https://github.com/Finch-API/finch-api-node/commit/e4f2e2c30d0dac873515ec6ebfcf4c75856e9273))
33+
* **mcp:** clarify http auth error ([377b074](https://github.com/Finch-API/finch-api-node/commit/377b074fe1eb1422f7216fa94c23d22109c47821))
34+
* **mcp:** upgrade jq-web ([b828e0d](https://github.com/Finch-API/finch-api-node/commit/b828e0d962c431303ffb19f05ed9f7bf55882d7b))
35+
* sync repo ([c50416a](https://github.com/Finch-API/finch-api-node/commit/c50416a7629495f9b737ce22a3f74993374d4d5c))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([74e2b96](https://github.com/Finch-API/finch-api-node/commit/74e2b960a30514bd22f346b1074fdfb9b31244cb))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d1f272c](https://github.com/Finch-API/finch-api-node/commit/d1f272cadf0a3d444c0307ea2a380f4e7f686a94))
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)