Skip to content

Commit 66ccad3

Browse files
release: 7.0.0
1 parent 4f73bd6 commit 66ccad3

File tree

6 files changed

+47
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-26)
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 ([bfdbd51](https://github.com/Finch-API/finch-api-node/commit/bfdbd51a8ae42437e6d6aff5904bdc1a97fae4a2))
10+
* **api:** api update ([a246456](https://github.com/Finch-API/finch-api-node/commit/a246456a78e625e4d03a82ee965401fffdb46b26))
11+
* **api:** api update ([c9603c3](https://github.com/Finch-API/finch-api-node/commit/c9603c3b10e7689bb6d55f686fb7dc35194f8b29))
12+
* **api:** manual updates ([9d268ce](https://github.com/Finch-API/finch-api-node/commit/9d268ceee2ece4d527b738c07f2aedbf63b27f8a))
13+
* **api:** move node to typescript generator ([4785f19](https://github.com/Finch-API/finch-api-node/commit/4785f193277f22772b24b47b0929e4db3595f3e0))
14+
* **api:** update automated code reviewer selection ([80cae30](https://github.com/Finch-API/finch-api-node/commit/80cae300845b6ffa9e34c8e1821f1d881271f28e))
15+
* **mcp:** add detail field to docs search tool ([4f73bd6](https://github.com/Finch-API/finch-api-node/commit/4f73bd6546099d5fd5be8ce7a9729baa5130ee50))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([774949c](https://github.com/Finch-API/finch-api-node/commit/774949ca59a7fcc0aba166ec0d4f7b460fb027cb))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([d265ac6](https://github.com/Finch-API/finch-api-node/commit/d265ac6edd6537e50169e8842501ec197a5cee86))
22+
* **api:** resolve build issues ([e690a33](https://github.com/Finch-API/finch-api-node/commit/e690a33dd22d74d4dc5133168df2f1f0f194597c))
23+
* **java:** Resolve name collisions ([0a22f56](https://github.com/Finch-API/finch-api-node/commit/0a22f56d623f9958f46e61984a27c972d575cf7d))
24+
* **mcp:** return tool execution error on jq failure ([b30fd95](https://github.com/Finch-API/finch-api-node/commit/b30fd95fec8e6e7d29c49a728c71b5caca6d2064))
25+
* **tests:** fix tests ([178f521](https://github.com/Finch-API/finch-api-node/commit/178f5213ae1453c7bd10b017f09b2fa2030685c4))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([969866b](https://github.com/Finch-API/finch-api-node/commit/969866ba15434feb18867da064b9ba606dd5fee4))
31+
* **internal:** codegen related update ([208ca19](https://github.com/Finch-API/finch-api-node/commit/208ca19f1f71cd7aa6a1ab12255d3690ec444ac7))
32+
* mcp code tool explicit error message when missing a run function ([bf88752](https://github.com/Finch-API/finch-api-node/commit/bf88752d8eeed666d7eebb761572afde1ee2f098))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3f65b47](https://github.com/Finch-API/finch-api-node/commit/3f65b479e01cc82c996972880e6d63a807b374cf))
34+
* **mcp:** add line numbers to code tool errors ([68d49cb](https://github.com/Finch-API/finch-api-node/commit/68d49cba0edeb0b876c05e8489993d64cb4fceba))
35+
* **mcp:** clarify http auth error ([9166f6e](https://github.com/Finch-API/finch-api-node/commit/9166f6eb75e58d0823977c51b68fc5f8d700ab38))
36+
* **mcp:** upgrade jq-web ([28706cc](https://github.com/Finch-API/finch-api-node/commit/28706ccd86a8e169ce934618b734e04407078c5a))
37+
* sync repo ([7510147](https://github.com/Finch-API/finch-api-node/commit/751014704c98f91bac8c9a134e9f80006958993f))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([da2ec37](https://github.com/Finch-API/finch-api-node/commit/da2ec37e6c373209e6bbca53293db40f24751dd9))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([0e5b1fc](https://github.com/Finch-API/finch-api-node/commit/0e5b1fc6cb868a20954b3220eb42021d82875dd2))
44+
345
## 6.38.0 (2025-10-27)
446

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