Skip to content

Commit 19dc39c

Browse files
release: 7.0.0
1 parent d2d2fe6 commit 19dc39c

File tree

6 files changed

+44
-5
lines changed

6 files changed

+44
-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: 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 ([9928fb4](https://github.com/Finch-API/finch-api-node/commit/9928fb42abd67699c3c31e7c7073df0049f1dceb))
10+
* **api:** api update ([245b35f](https://github.com/Finch-API/finch-api-node/commit/245b35ff7134e59ca4f86f4488280d4fdc62519b))
11+
* **api:** move node to typescript generator ([5032c98](https://github.com/Finch-API/finch-api-node/commit/5032c982542301223e28556cab00cbc3b64864f7))
12+
* **api:** update automated code reviewer selection ([b4aefcd](https://github.com/Finch-API/finch-api-node/commit/b4aefcd23285193213eb0d058fecd153f365b4ee))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([1197085](https://github.com/Finch-API/finch-api-node/commit/119708591da2f0f37bee5638c552f630b2cbe678))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** migrate custom code to TypeScript ([e0e3d1e](https://github.com/Finch-API/finch-api-node/commit/e0e3d1e6a6330a5663fb7d78810c606d8caa8676))
19+
* **api:** resolve build issues ([24cbb10](https://github.com/Finch-API/finch-api-node/commit/24cbb10cd28b8c787acfcb95c3f546950035ff52))
20+
* **java:** Resolve name collisions ([d2d2fe6](https://github.com/Finch-API/finch-api-node/commit/d2d2fe629f74bddccbb69ca6ee97fe3310fb88e3))
21+
* **mcp:** return tool execution error on jq failure ([4ed1e02](https://github.com/Finch-API/finch-api-node/commit/4ed1e02c40c5b1158b2dbb6ea011cc7a241fd2ae))
22+
* **tests:** fix tests ([c85460d](https://github.com/Finch-API/finch-api-node/commit/c85460dfa2bd31b2be07b6172b39a564e1b87d00))
23+
24+
25+
### Chores
26+
27+
* **internal:** codegen related update ([50c5bdd](https://github.com/Finch-API/finch-api-node/commit/50c5bdd0aab2110734328e9fb9045bc511b5bdba))
28+
* **internal:** codegen related update ([9fc0d8e](https://github.com/Finch-API/finch-api-node/commit/9fc0d8ee07e0b1c3e40ff723de4b18cc0e3f5f3e))
29+
* mcp code tool explicit error message when missing a run function ([16c37e7](https://github.com/Finch-API/finch-api-node/commit/16c37e7b0e624e8cd3c9df8c1b76ba71c83be514))
30+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([67a1f30](https://github.com/Finch-API/finch-api-node/commit/67a1f30092d849076ca4b152b405e3733ff2bc97))
31+
* **mcp:** add line numbers to code tool errors ([c938822](https://github.com/Finch-API/finch-api-node/commit/c938822ebac26fc8d1e1e31b0813fa7fd71bd7fc))
32+
* **mcp:** clarify http auth error ([766e9a9](https://github.com/Finch-API/finch-api-node/commit/766e9a9188d550d28da1055e0e59170644fe85cc))
33+
* **mcp:** upgrade jq-web ([e40f655](https://github.com/Finch-API/finch-api-node/commit/e40f65573f2981b5e9f43a3c8692af4916250ef5))
34+
* sync repo ([8434551](https://github.com/Finch-API/finch-api-node/commit/8434551a95d0530160957423c0a51a10691f3c32))
35+
36+
37+
### Documentation
38+
39+
* **mcp:** add a README button for one-click add to Cursor ([660a862](https://github.com/Finch-API/finch-api-node/commit/660a862aa0393406e8ac96d862bb120b48563c05))
40+
* **mcp:** add a README link to add server to VS Code or Claude Code ([a913538](https://github.com/Finch-API/finch-api-node/commit/a913538c1f9e79eb50acf08b2a0f4d71d55151c3))
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)