Skip to content

Commit efbc477

Browse files
release: 7.0.0
1 parent 3a02b7b commit efbc477

6 files changed

Lines changed: 44 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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
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 ([131d02a](https://github.com/Finch-API/finch-api-node/commit/131d02ae6d80a956b54a7fb8c2e994b6483cbd88))
10+
* **api:** api update ([2242676](https://github.com/Finch-API/finch-api-node/commit/224267661dd8dc5f076b377de72bb20687a77c5a))
11+
* **api:** move node to typescript generator ([17b67e1](https://github.com/Finch-API/finch-api-node/commit/17b67e1de946239392adc64b116d3713564ce67e))
12+
* **api:** update automated code reviewer selection ([5350d59](https://github.com/Finch-API/finch-api-node/commit/5350d590d7e8c651042977505d987f33c78ab57b))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([55cd140](https://github.com/Finch-API/finch-api-node/commit/55cd1409c33cf987b721b3aedca9b017bd5a01d9))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([70198c8](https://github.com/Finch-API/finch-api-node/commit/70198c80a80f7d2fdfac5383c4893edb8ccf6426))
19+
* **api:** resolve build issues ([da7b762](https://github.com/Finch-API/finch-api-node/commit/da7b762fd974b65ea5b54ec0ecdaf79981cbe729))
20+
* **java:** Resolve name collisions ([3a02b7b](https://github.com/Finch-API/finch-api-node/commit/3a02b7bb11bfe77ce99b6063793f160fe9b3cb12))
21+
* **mcp:** return tool execution error on jq failure ([b583ee4](https://github.com/Finch-API/finch-api-node/commit/b583ee4a85fa58454376535e211cf399d732a643))
22+
* **tests:** fix tests ([5fb5058](https://github.com/Finch-API/finch-api-node/commit/5fb5058cb67edfdd029d79c370724031484c5bc1))
23+
24+
25+
### Chores
26+
27+
* **internal:** codegen related update ([ef916a9](https://github.com/Finch-API/finch-api-node/commit/ef916a96f2a3c2b9f52e92890f3b8902718db48e))
28+
* **internal:** codegen related update ([f91347c](https://github.com/Finch-API/finch-api-node/commit/f91347c269f1500ae20b854321322d6621fc3891))
29+
* mcp code tool explicit error message when missing a run function ([d2d6d88](https://github.com/Finch-API/finch-api-node/commit/d2d6d8802af8fba826a29f19adc7df855c1c43e3))
30+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([73ca077](https://github.com/Finch-API/finch-api-node/commit/73ca077b4fc84393b56ab87f99adf21fa30c220e))
31+
* **mcp:** add line numbers to code tool errors ([c39e20a](https://github.com/Finch-API/finch-api-node/commit/c39e20a97e3009089a3fa60c66813056753763ad))
32+
* **mcp:** clarify http auth error ([b3f1eed](https://github.com/Finch-API/finch-api-node/commit/b3f1eed7ab1664d6cbc07bb8f6afeabc1d5ea83f))
33+
* **mcp:** upgrade jq-web ([e1eba38](https://github.com/Finch-API/finch-api-node/commit/e1eba3812cf34c2a663b006825a07ba231944a8d))
34+
* sync repo ([b295377](https://github.com/Finch-API/finch-api-node/commit/b29537736b748f34f7087a02e9f16edeb96d2d2a))
35+
36+
37+
### Documentation
38+
39+
* **mcp:** add a README button for one-click add to Cursor ([ebd26e5](https://github.com/Finch-API/finch-api-node/commit/ebd26e5075a679af2e0ff8361be63681afc6d504))
40+
* **mcp:** add a README link to add server to VS Code or Claude Code ([6a55591](https://github.com/Finch-API/finch-api-node/commit/6a555915135b8e0135f8626d088f0d93c8138e9c))
41+
342
## 6.38.0 (2025-10-27)
443

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