Skip to content

Commit eaaf30c

Browse files
release: 7.0.0
1 parent 5125897 commit eaaf30c

6 files changed

Lines changed: 43 additions & 5 deletions

File tree

.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-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 ([87684d3](https://github.com/Finch-API/finch-api-node/commit/87684d33758f1dfd50eca9057b012523935fa54d))
10+
* **api:** api update ([6858c96](https://github.com/Finch-API/finch-api-node/commit/6858c963875ce9e512f9ce14d28559543a0f0d6f))
11+
* **api:** move node to typescript generator ([56a75b5](https://github.com/Finch-API/finch-api-node/commit/56a75b54ba9c1cae92dfd9fba95bc4ff5547c114))
12+
* **api:** update automated code reviewer selection ([0d908b1](https://github.com/Finch-API/finch-api-node/commit/0d908b1b48292d37237476cedd1b6ceec6c5b183))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([666c6dc](https://github.com/Finch-API/finch-api-node/commit/666c6dc9c66ffb09e2a5d9452390d7df993ea0bf))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([7a09400](https://github.com/Finch-API/finch-api-node/commit/7a094002c5a81cafaca9b90f2172c8641f5e7a98))
19+
* **api:** resolve build issues ([2d2a20f](https://github.com/Finch-API/finch-api-node/commit/2d2a20fc87bebdd3ebcbfd69766758ef405aad90))
20+
* **mcp:** return tool execution error on jq failure ([4c628f8](https://github.com/Finch-API/finch-api-node/commit/4c628f8a78389168cb255f8e597c0d7e52e93a18))
21+
* **tests:** fix tests ([5125897](https://github.com/Finch-API/finch-api-node/commit/5125897fc244a04a071c1627cb3612ab5674ea24))
22+
23+
24+
### Chores
25+
26+
* **internal:** codegen related update ([7563296](https://github.com/Finch-API/finch-api-node/commit/7563296b5d26855dcf032e9ab480f2b443f17233))
27+
* **internal:** codegen related update ([dd03524](https://github.com/Finch-API/finch-api-node/commit/dd03524be2cc14efeab34b52192d3356fc84fe63))
28+
* mcp code tool explicit error message when missing a run function ([9969ded](https://github.com/Finch-API/finch-api-node/commit/9969ded6326d9e0ca2cea6c41b3fa5f54e9c6310))
29+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0a809c7](https://github.com/Finch-API/finch-api-node/commit/0a809c7a0e3004d48cda2b26327d93f6e1e06b2e))
30+
* **mcp:** add line numbers to code tool errors ([5ae74ca](https://github.com/Finch-API/finch-api-node/commit/5ae74ca61148d71082bea6193e73e24c69b95753))
31+
* **mcp:** clarify http auth error ([0a8fd85](https://github.com/Finch-API/finch-api-node/commit/0a8fd854a5a889938a43887b82f5338372891104))
32+
* **mcp:** upgrade jq-web ([a6f0a11](https://github.com/Finch-API/finch-api-node/commit/a6f0a11240da7bf1e0548aceed29241ad016c709))
33+
* sync repo ([31a2e1e](https://github.com/Finch-API/finch-api-node/commit/31a2e1e27272e29034d10f78ca9fc9ab7c6f7a69))
34+
35+
36+
### Documentation
37+
38+
* **mcp:** add a README button for one-click add to Cursor ([b766d53](https://github.com/Finch-API/finch-api-node/commit/b766d533768744f7ab84f62a86dec2fb7d7ac11e))
39+
* **mcp:** add a README link to add server to VS Code or Claude Code ([044cf31](https://github.com/Finch-API/finch-api-node/commit/044cf31d96f2b146001f7693e29fbaa62579fb47))
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)