Skip to content

Commit 1b7777d

Browse files
release: 7.0.0
1 parent 5363318 commit 1b7777d

File tree

6 files changed

+43
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-19)
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 ([cb2b08b](https://github.com/Finch-API/finch-api-node/commit/cb2b08b984610a565c6897c9187b6568b403cbe2))
10+
* **api:** api update ([99038d6](https://github.com/Finch-API/finch-api-node/commit/99038d6f54e7c23dfb2f67473a57b5363979e134))
11+
* **api:** move node to typescript generator ([bb1b7af](https://github.com/Finch-API/finch-api-node/commit/bb1b7afaf3b10bbea156a548677133ef90b271b0))
12+
* **api:** update automated code reviewer selection ([a79af7b](https://github.com/Finch-API/finch-api-node/commit/a79af7bde2d7325bbcca0c917f0a9c16b77a865d))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([f7366e6](https://github.com/Finch-API/finch-api-node/commit/f7366e6d31ee75809aa84b24f1f5f5630f653163))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([425dfb6](https://github.com/Finch-API/finch-api-node/commit/425dfb69653fa17b8aa3925676ec01c61c0cfd92))
19+
* **api:** resolve build issues ([b9fae80](https://github.com/Finch-API/finch-api-node/commit/b9fae80eb6a7e4c4e8bb2f5bb639cdc681b4a07e))
20+
* **mcp:** return tool execution error on jq failure ([2b0ac9a](https://github.com/Finch-API/finch-api-node/commit/2b0ac9a6fbcafc697fa12863e7b5727daf54ae20))
21+
* **tests:** fix tests ([5363318](https://github.com/Finch-API/finch-api-node/commit/536331801b4f4b03036abf3841176e3b7f625f54))
22+
23+
24+
### Chores
25+
26+
* **internal:** codegen related update ([82401e5](https://github.com/Finch-API/finch-api-node/commit/82401e577a0ce512280543ef9c8be1ce1943a03c))
27+
* **internal:** codegen related update ([5df06a6](https://github.com/Finch-API/finch-api-node/commit/5df06a664c1a8d0bc401e532f1e38ec906f458fd))
28+
* mcp code tool explicit error message when missing a run function ([7e544f2](https://github.com/Finch-API/finch-api-node/commit/7e544f2d408485467991287fc5de7ffebd62d5a2))
29+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1ca92cf](https://github.com/Finch-API/finch-api-node/commit/1ca92cf689835d43737f2c4cc0d08d743fc14f24))
30+
* **mcp:** add line numbers to code tool errors ([68229bb](https://github.com/Finch-API/finch-api-node/commit/68229bb9b68d22d83f1c161631a6079d1f63225b))
31+
* **mcp:** clarify http auth error ([69dbd70](https://github.com/Finch-API/finch-api-node/commit/69dbd70ebf842d64b2e497c48d0fff2c9a16c2aa))
32+
* **mcp:** upgrade jq-web ([3e066ef](https://github.com/Finch-API/finch-api-node/commit/3e066effb975ed0d032de94ef9b1b31d79e5a2b9))
33+
* sync repo ([3c4d3d5](https://github.com/Finch-API/finch-api-node/commit/3c4d3d5cf588400f3c975c94313a49e7625623a0))
34+
35+
36+
### Documentation
37+
38+
* **mcp:** add a README button for one-click add to Cursor ([6e4f993](https://github.com/Finch-API/finch-api-node/commit/6e4f993c95dee9e793f44e4b93e4bc00ffdd035d))
39+
* **mcp:** add a README link to add server to VS Code or Claude Code ([2764dc4](https://github.com/Finch-API/finch-api-node/commit/2764dc418b33b2205ad66f693d7f5eea6a4ae48f))
40+
341
## 6.38.0 (2025-10-27)
442

543
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)