Skip to content

Commit 0d0ce08

Browse files
release: 7.0.0
1 parent 73445f1 commit 0d0ce08

File tree

6 files changed

+51
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-03)
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 ([1bacfda](https://github.com/Finch-API/finch-api-node/commit/1bacfda664996ed6d8b4497955d68c4d4b0d8157))
10+
* **api:** api update ([d4f2d79](https://github.com/Finch-API/finch-api-node/commit/d4f2d7945bc01f2e6f86298a0f775ad735aa4da7))
11+
* **api:** api update ([5cf6d0a](https://github.com/Finch-API/finch-api-node/commit/5cf6d0a58be125e962c83010a2bc517f1e66c689))
12+
* **api:** manual updates ([8012020](https://github.com/Finch-API/finch-api-node/commit/8012020ad19b961cfc5d2e9404f480b7b317bac8))
13+
* **api:** move node to typescript generator ([b74e277](https://github.com/Finch-API/finch-api-node/commit/b74e277e62c8fce1641664048ecde6f01f307404))
14+
* **api:** update automated code reviewer selection ([10ff3b0](https://github.com/Finch-API/finch-api-node/commit/10ff3b098909b01346045b17d96db2a4f0960171))
15+
* **mcp:** add detail field to docs search tool ([c13e160](https://github.com/Finch-API/finch-api-node/commit/c13e160b2fe40502b5f928df34ac6c3d364e19b2))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([0feecc2](https://github.com/Finch-API/finch-api-node/commit/0feecc27804c3f5bf373fd003172ccb4be44216b))
17+
* **mcp:** return logs on code tool errors ([16167a6](https://github.com/Finch-API/finch-api-node/commit/16167a650d024a628dec8198143ab10fe2c77244))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([d9d2a58](https://github.com/Finch-API/finch-api-node/commit/d9d2a58ff7caa00b3267fba94ff42ea0f9a83907))
23+
* **api:** resolve build issues ([941cd95](https://github.com/Finch-API/finch-api-node/commit/941cd95f3cfc4b0d8ca46a14113774d49bfaba48))
24+
* **java:** Resolve name collisions ([0e7ea4d](https://github.com/Finch-API/finch-api-node/commit/0e7ea4d0327733482147b0643296fbbb5d83b4d8))
25+
* **mcp:** return tool execution error on api error ([7247b37](https://github.com/Finch-API/finch-api-node/commit/7247b372b3cfa187904c3c304afabff973a401bf))
26+
* **mcp:** return tool execution error on jq failure ([3d973cb](https://github.com/Finch-API/finch-api-node/commit/3d973cb8ad35ee9da1c8009ae0eb0ce9518e3538))
27+
* **tests:** fix tests ([3cbe133](https://github.com/Finch-API/finch-api-node/commit/3cbe1334fcb1c528617653c0cddcef4e3562dd23))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([c5b0685](https://github.com/Finch-API/finch-api-node/commit/c5b068567941267068272ab42ebe5bb72d10c0a1))
33+
* **internal:** codegen related update ([2ba7630](https://github.com/Finch-API/finch-api-node/commit/2ba7630c495fab30e16ef3bc4905ea18b315c695))
34+
* **internal:** codegen related update ([240f43f](https://github.com/Finch-API/finch-api-node/commit/240f43f54f553379e99fcfdbd89c77c46321292a))
35+
* **internal:** upgrade eslint ([73445f1](https://github.com/Finch-API/finch-api-node/commit/73445f15bc1322c51e68cff4ab126515ab1447ce))
36+
* mcp code tool explicit error message when missing a run function ([bcd8f9d](https://github.com/Finch-API/finch-api-node/commit/bcd8f9def0ac7514ee962a6cd846d2ab4153e4f5))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7c8f36f](https://github.com/Finch-API/finch-api-node/commit/7c8f36fbca70ddff35ae17bb35db49b38bdadf23))
38+
* **mcp:** add line numbers to code tool errors ([7ecfcfe](https://github.com/Finch-API/finch-api-node/commit/7ecfcfe1047b916f948fe71db499ab8c7b2a6b2f))
39+
* **mcp:** clarify http auth error ([94cc1ad](https://github.com/Finch-API/finch-api-node/commit/94cc1ad88011cd64a45d38732434afbc0461c77f))
40+
* **mcp:** upgrade jq-web ([a6b8899](https://github.com/Finch-API/finch-api-node/commit/a6b889933a0bbf6829dd5a09689aa8a7a2d14082))
41+
* sync repo ([6d4ef79](https://github.com/Finch-API/finch-api-node/commit/6d4ef79459e2f6469c182edf9fc1d72415b92d28))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([7a87dc8](https://github.com/Finch-API/finch-api-node/commit/7a87dc8c1611c8f5328c81d2462f41080e35589b))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([502b5c6](https://github.com/Finch-API/finch-api-node/commit/502b5c6b21e52662b50a30401afc2be460e9833a))
48+
349
## 6.38.0 (2025-10-27)
450

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