Skip to content

Commit aaf27a0

Browse files
release: 7.0.0
1 parent 2d78c0b commit aaf27a0

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-01)
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 ([319dcb4](https://github.com/Finch-API/finch-api-node/commit/319dcb43a8c650a1789790b2b539b002d35caa77))
10+
* **api:** api update ([2f5daa1](https://github.com/Finch-API/finch-api-node/commit/2f5daa1aeeae4499207b038834adae446e664ffc))
11+
* **api:** api update ([6b83e34](https://github.com/Finch-API/finch-api-node/commit/6b83e34bd73f85aa631434c0c7ac10134f12f43e))
12+
* **api:** manual updates ([a1aaa1a](https://github.com/Finch-API/finch-api-node/commit/a1aaa1a44ed378b880fe91efb921f6ff1be0f69b))
13+
* **api:** move node to typescript generator ([31d72c9](https://github.com/Finch-API/finch-api-node/commit/31d72c9bd140dc5c39525049db2029ee67bf5303))
14+
* **api:** update automated code reviewer selection ([f1d39de](https://github.com/Finch-API/finch-api-node/commit/f1d39de332c0c39ce0ae1da676ff46fd0d5e183c))
15+
* **mcp:** add detail field to docs search tool ([67c5673](https://github.com/Finch-API/finch-api-node/commit/67c5673f4ad090feab5f866ada2864c993d03ee1))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([01087b3](https://github.com/Finch-API/finch-api-node/commit/01087b31805237281e0a683caff9cddafd515f31))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([e2691e7](https://github.com/Finch-API/finch-api-node/commit/e2691e77c32c7ac21f4c7e27b82e3350a691b319))
22+
* **api:** resolve build issues ([995d95a](https://github.com/Finch-API/finch-api-node/commit/995d95a8e5819cb8900cd14a0892f1f85fbe7e72))
23+
* **java:** Resolve name collisions ([7b0df5f](https://github.com/Finch-API/finch-api-node/commit/7b0df5fce510357d9f35f96397f89d29f49f23e3))
24+
* **mcp:** return tool execution error on jq failure ([ea5fdac](https://github.com/Finch-API/finch-api-node/commit/ea5fdacfcbf02ce2f54fa130a393e95fb52f2ff1))
25+
* **tests:** fix tests ([19ee311](https://github.com/Finch-API/finch-api-node/commit/19ee311921ba97cda2b6d406f6a7a4c643837789))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([2d78c0b](https://github.com/Finch-API/finch-api-node/commit/2d78c0bfcd59740978e2b7649ccc45c7df8d0512))
31+
* **internal:** codegen related update ([1ed4bc9](https://github.com/Finch-API/finch-api-node/commit/1ed4bc91fc05037656a148b16dcb61ff8c8167da))
32+
* **internal:** codegen related update ([911570c](https://github.com/Finch-API/finch-api-node/commit/911570c82484d8c9a676e65560cb10a46db4ee42))
33+
* mcp code tool explicit error message when missing a run function ([ff79e44](https://github.com/Finch-API/finch-api-node/commit/ff79e44e87ccca70ad4f4ee9dc1330862deecc79))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f1a9ff3](https://github.com/Finch-API/finch-api-node/commit/f1a9ff3a5252871e2d64a8370e32adaacf878308))
35+
* **mcp:** add line numbers to code tool errors ([ecee596](https://github.com/Finch-API/finch-api-node/commit/ecee596c241f3a24bc730faaeab717bcba92631a))
36+
* **mcp:** clarify http auth error ([94948be](https://github.com/Finch-API/finch-api-node/commit/94948be5e4263150e6a050009e411f759cc6a533))
37+
* **mcp:** upgrade jq-web ([0912553](https://github.com/Finch-API/finch-api-node/commit/0912553d0d081d56c8c845285cabe43113b862c7))
38+
* sync repo ([c5a484a](https://github.com/Finch-API/finch-api-node/commit/c5a484a8dc9204bd325604ff7c7eb017de50760e))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([daacce7](https://github.com/Finch-API/finch-api-node/commit/daacce745c579666af9b7314074b4eb70ddff002))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f453b18](https://github.com/Finch-API/finch-api-node/commit/f453b185296fb3c974d4e95d38cb22c0374a797e))
45+
346
## 6.38.0 (2025-10-27)
447

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