Skip to content

Commit a86f1c8

Browse files
release: 7.0.0
1 parent ad9f4c5 commit a86f1c8

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 ([ccd80b2](https://github.com/Finch-API/finch-api-node/commit/ccd80b2f9341bcec81aa8bc73655d955594c0e89))
10+
* **api:** api update ([af92760](https://github.com/Finch-API/finch-api-node/commit/af92760eb9ced5fe35a2431333b10fa5d9e6ab7b))
11+
* **api:** api update ([c841165](https://github.com/Finch-API/finch-api-node/commit/c8411654c23b0818cd9f9c3ee63443f28e104bb0))
12+
* **api:** manual updates ([3c9c0d8](https://github.com/Finch-API/finch-api-node/commit/3c9c0d8106c0d3439d2f927d8cd61b527dd26171))
13+
* **api:** move node to typescript generator ([229a958](https://github.com/Finch-API/finch-api-node/commit/229a958c947d2b652ca64309ee59d9fa40944451))
14+
* **api:** update automated code reviewer selection ([473adbf](https://github.com/Finch-API/finch-api-node/commit/473adbf352e7bd5f76115bbf7f79d8d7c3d4c1b2))
15+
* **mcp:** add detail field to docs search tool ([ad9f4c5](https://github.com/Finch-API/finch-api-node/commit/ad9f4c5081b14d422076db5d4a5d274db6bceace))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([793a609](https://github.com/Finch-API/finch-api-node/commit/793a609109b5c9dfef50daebdaa024fe9f27ee46))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([a07e531](https://github.com/Finch-API/finch-api-node/commit/a07e53183fddfa8faa189a2fb8755014a1a6e807))
22+
* **api:** resolve build issues ([22d0cc6](https://github.com/Finch-API/finch-api-node/commit/22d0cc6db7df6a2fa24923ff8a84e15df6bb86e6))
23+
* **java:** Resolve name collisions ([0a7eaa6](https://github.com/Finch-API/finch-api-node/commit/0a7eaa667bc59301c101726e498b1c8e26eecbf0))
24+
* **mcp:** return tool execution error on jq failure ([49d45df](https://github.com/Finch-API/finch-api-node/commit/49d45df7ae1a3959e94d271e8b78e27438bce6f5))
25+
* **tests:** fix tests ([3579d92](https://github.com/Finch-API/finch-api-node/commit/3579d926ccc17958e8ca86185b141f165a3bb1b6))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([54b33d4](https://github.com/Finch-API/finch-api-node/commit/54b33d4f7628fa77f16d97e254750d97af76a891))
31+
* **internal:** codegen related update ([f639959](https://github.com/Finch-API/finch-api-node/commit/f639959063018b1519835237ce7293d5f48e8d30))
32+
* mcp code tool explicit error message when missing a run function ([adf184d](https://github.com/Finch-API/finch-api-node/commit/adf184d9096150332d006d62615a851c0f294010))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cf552ab](https://github.com/Finch-API/finch-api-node/commit/cf552ab3bc91d3bae46ca2f102ba91526188f9aa))
34+
* **mcp:** add line numbers to code tool errors ([eec57f4](https://github.com/Finch-API/finch-api-node/commit/eec57f43065301c08f00325776d7509218370979))
35+
* **mcp:** clarify http auth error ([1dae730](https://github.com/Finch-API/finch-api-node/commit/1dae73084e0783cda51e7405cfc1a806379d5f8e))
36+
* **mcp:** upgrade jq-web ([8ae02b2](https://github.com/Finch-API/finch-api-node/commit/8ae02b22f8b3aba9976182385ad37e8459c326c2))
37+
* sync repo ([e8e7cf3](https://github.com/Finch-API/finch-api-node/commit/e8e7cf3755209f3fd453adb9fa64ab5fe203a0a8))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([c0f3f86](https://github.com/Finch-API/finch-api-node/commit/c0f3f86f87c771a8741ce4d6198a643374e86bd7))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([9f58524](https://github.com/Finch-API/finch-api-node/commit/9f585246bc464a76db6b7d4f88e2ea2770f6c447))
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)