Skip to content

Commit a960f56

Browse files
release: 7.0.0
1 parent 18a8929 commit a960f56

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 ([967f7af](https://github.com/Finch-API/finch-api-node/commit/967f7af018758e527681d25bbcbc984271e15777))
10+
* **api:** api update ([4408714](https://github.com/Finch-API/finch-api-node/commit/4408714b3be3f65fa246999d993558f5f1fcc137))
11+
* **api:** manual updates ([18a8929](https://github.com/Finch-API/finch-api-node/commit/18a89293e325e9e136ae5063fe6ce35ec9da2a57))
12+
* **api:** move node to typescript generator ([f3524ca](https://github.com/Finch-API/finch-api-node/commit/f3524cadd70def624b8d340dae106d07f218c03c))
13+
* **api:** update automated code reviewer selection ([8ce9f0c](https://github.com/Finch-API/finch-api-node/commit/8ce9f0cc054c695260467b435ae9a51d8843d695))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([c3dd3ac](https://github.com/Finch-API/finch-api-node/commit/c3dd3ac465ce59ca5f84d4cd19650359e8b410d9))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([7b61d1b](https://github.com/Finch-API/finch-api-node/commit/7b61d1b6d1e389efdb235434ea1274ac408db728))
20+
* **api:** resolve build issues ([5f0ec34](https://github.com/Finch-API/finch-api-node/commit/5f0ec34bcf214f2c5a037a08017603ea1109c9d8))
21+
* **java:** Resolve name collisions ([4f285b7](https://github.com/Finch-API/finch-api-node/commit/4f285b7ac55df21106fb736dc959549144aec4e5))
22+
* **mcp:** return tool execution error on jq failure ([a17ac8b](https://github.com/Finch-API/finch-api-node/commit/a17ac8bb4c9679e3d7f06dbf0adcd8d14a393271))
23+
* **tests:** fix tests ([d4160e0](https://github.com/Finch-API/finch-api-node/commit/d4160e02bba907cd593e306a8c04c87807ab9575))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([fb927c0](https://github.com/Finch-API/finch-api-node/commit/fb927c0cf78aa5edb5fa7c767ed66359449a3237))
29+
* **internal:** codegen related update ([55d3396](https://github.com/Finch-API/finch-api-node/commit/55d33966cba8bd0304874aefd653bc547a0f0de7))
30+
* mcp code tool explicit error message when missing a run function ([6991471](https://github.com/Finch-API/finch-api-node/commit/69914714a52a974f374053ce3328ae733310bd2a))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0b2ad3f](https://github.com/Finch-API/finch-api-node/commit/0b2ad3f7e80a1c0c76f4347de476971b24822ea6))
32+
* **mcp:** add line numbers to code tool errors ([c9f699c](https://github.com/Finch-API/finch-api-node/commit/c9f699c54d505baed666dfc3ef7e79fc42fb8e0e))
33+
* **mcp:** clarify http auth error ([a6da6f2](https://github.com/Finch-API/finch-api-node/commit/a6da6f2269ef92d2b42ec212d626e43fa2aadf63))
34+
* **mcp:** upgrade jq-web ([6603f2b](https://github.com/Finch-API/finch-api-node/commit/6603f2b6ffc5a64ecf746dfabdb45f2cb02b02a5))
35+
* sync repo ([718a8e6](https://github.com/Finch-API/finch-api-node/commit/718a8e68fa366d78f1dd07857042656a5ff48035))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([6ae9a05](https://github.com/Finch-API/finch-api-node/commit/6ae9a05b221d252492668c3de369cbb5288abb66))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([10e58b1](https://github.com/Finch-API/finch-api-node/commit/10e58b1ff2a84853b18f4cf7e19caf977eea1db4))
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)