Skip to content

Commit d25dc89

Browse files
release: 7.0.0
1 parent b330c15 commit d25dc89

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-20)
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 ([c0bd16b](https://github.com/Finch-API/finch-api-node/commit/c0bd16bbe75c4c1a415fae0cf8a07a5b08eb7ee7))
10+
* **api:** api update ([a2700f6](https://github.com/Finch-API/finch-api-node/commit/a2700f658306d4de7010aa0e6d5e0daff5e76ccc))
11+
* **api:** move node to typescript generator ([e0db849](https://github.com/Finch-API/finch-api-node/commit/e0db849ab0313add025e8e0bba41bd6289e0b602))
12+
* **api:** update automated code reviewer selection ([99fb851](https://github.com/Finch-API/finch-api-node/commit/99fb8512c843e01f176c153089b0634ed084379c))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([85cbacf](https://github.com/Finch-API/finch-api-node/commit/85cbacfce17291c47f14dc6dd30a2531367692fd))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([8ab16d6](https://github.com/Finch-API/finch-api-node/commit/8ab16d6a7cc9caa271bcda9e644fdeaa5d4169ee))
19+
* **api:** resolve build issues ([8ef2544](https://github.com/Finch-API/finch-api-node/commit/8ef2544ee4a0410f84aa5c3efb90a08b07d35700))
20+
* **mcp:** return tool execution error on jq failure ([3d9a4bb](https://github.com/Finch-API/finch-api-node/commit/3d9a4bbe430e66fecba3621d0df112f34b6896ea))
21+
* **tests:** fix tests ([b330c15](https://github.com/Finch-API/finch-api-node/commit/b330c15dfa7b6e4b25fef07be5a43962049becb7))
22+
23+
24+
### Chores
25+
26+
* **internal:** codegen related update ([d46745f](https://github.com/Finch-API/finch-api-node/commit/d46745fc8b4364363c5783d31ccb775bff0daf81))
27+
* **internal:** codegen related update ([58915ad](https://github.com/Finch-API/finch-api-node/commit/58915ad2e64ebd3be52ce178634cda8d99838fb6))
28+
* mcp code tool explicit error message when missing a run function ([c54b5fd](https://github.com/Finch-API/finch-api-node/commit/c54b5fdb6be31b177ac9ef94b9cc5033e0a0688e))
29+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ba26f8b](https://github.com/Finch-API/finch-api-node/commit/ba26f8b45607d5702ab428843ec29da03d78d85d))
30+
* **mcp:** add line numbers to code tool errors ([ef9aa72](https://github.com/Finch-API/finch-api-node/commit/ef9aa72664979134675ccac028e82ed03d7a17bc))
31+
* **mcp:** clarify http auth error ([cc7b51c](https://github.com/Finch-API/finch-api-node/commit/cc7b51ca1902720c52cb084ea6593f6bce72b2a4))
32+
* **mcp:** upgrade jq-web ([5e58d82](https://github.com/Finch-API/finch-api-node/commit/5e58d82951d69ee5c1d26fd2e6923e302d02f9a7))
33+
* sync repo ([9b77107](https://github.com/Finch-API/finch-api-node/commit/9b77107794e4c08416749a7a63f1e3c3f22bb083))
34+
35+
36+
### Documentation
37+
38+
* **mcp:** add a README button for one-click add to Cursor ([dc42856](https://github.com/Finch-API/finch-api-node/commit/dc42856d5a7f04be03aa258819222fc4c54afaa3))
39+
* **mcp:** add a README link to add server to VS Code or Claude Code ([83e8528](https://github.com/Finch-API/finch-api-node/commit/83e8528d495273c274adfe5cf3ea216cd30964ff))
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)