Skip to content

Commit 9ae32f9

Browse files
release: 7.0.0
1 parent 887160d commit 9ae32f9

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-02)
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 ([66635bc](https://github.com/Finch-API/finch-api-node/commit/66635bc3847aa7b9e6dd510ccd82c529222e28cb))
10+
* **api:** api update ([319b1f4](https://github.com/Finch-API/finch-api-node/commit/319b1f42d8a793fae6407f9e447773d1e45db621))
11+
* **api:** api update ([fda40ea](https://github.com/Finch-API/finch-api-node/commit/fda40eaad16cd267a9afa1e8ea7baeffc2e634c3))
12+
* **api:** manual updates ([b225760](https://github.com/Finch-API/finch-api-node/commit/b22576098a1f6ed8dc6e4cdeb73142637d19b7aa))
13+
* **api:** move node to typescript generator ([3d71a71](https://github.com/Finch-API/finch-api-node/commit/3d71a71b8cb22eaa08b123c778daad519d363645))
14+
* **api:** update automated code reviewer selection ([9207293](https://github.com/Finch-API/finch-api-node/commit/92072934c7ccb5574305f2a556c7350021c554a6))
15+
* **mcp:** add detail field to docs search tool ([100a574](https://github.com/Finch-API/finch-api-node/commit/100a57461467f2ff0f25ce420a2dd4c46d6ac3e8))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([d6e94d0](https://github.com/Finch-API/finch-api-node/commit/d6e94d0d1d352c396bde209592144e162ec83608))
17+
* **mcp:** return logs on code tool errors ([6e7ef70](https://github.com/Finch-API/finch-api-node/commit/6e7ef70fe82bfa142b53f4199c0f2e47c14bc0ec))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([809d5e5](https://github.com/Finch-API/finch-api-node/commit/809d5e59e01b7c5055851e1fc0545df9364494ac))
23+
* **api:** resolve build issues ([e223c2c](https://github.com/Finch-API/finch-api-node/commit/e223c2cda74852644d1e86763073511c4274d4dd))
24+
* **java:** Resolve name collisions ([2ce896d](https://github.com/Finch-API/finch-api-node/commit/2ce896d15d43cc0991eab2fe3e23fa843f3fae5a))
25+
* **mcp:** return tool execution error on api error ([0c6f72f](https://github.com/Finch-API/finch-api-node/commit/0c6f72fa5b88399a1ea01c3db87928a28e7855c4))
26+
* **mcp:** return tool execution error on jq failure ([cbac017](https://github.com/Finch-API/finch-api-node/commit/cbac017b74f3ad8a38c1a5f8dee62132378cdd79))
27+
* **tests:** fix tests ([00f6770](https://github.com/Finch-API/finch-api-node/commit/00f67709a0fcc19ca3ebba52f2855a4c12981a1b))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([45b21f6](https://github.com/Finch-API/finch-api-node/commit/45b21f619cb44e0ea56b37b7184d1fb034686551))
33+
* **internal:** codegen related update ([c82dfa8](https://github.com/Finch-API/finch-api-node/commit/c82dfa8481d2d142efbfac5c52665fb82b377c5f))
34+
* **internal:** codegen related update ([845d2ef](https://github.com/Finch-API/finch-api-node/commit/845d2efacd80257b5afe3095727eb9e719407fd8))
35+
* **internal:** upgrade eslint ([887160d](https://github.com/Finch-API/finch-api-node/commit/887160dddd80b3d2b5615185a2b3e20748f67695))
36+
* mcp code tool explicit error message when missing a run function ([8301820](https://github.com/Finch-API/finch-api-node/commit/83018209a987ac920abc3338ca11f3c1fb4da4b5))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1f0cad6](https://github.com/Finch-API/finch-api-node/commit/1f0cad6d94fe2dc365ed594d5bddb7a36eec49f9))
38+
* **mcp:** add line numbers to code tool errors ([d888fcd](https://github.com/Finch-API/finch-api-node/commit/d888fcd55a2cca227249bb46f5e48e4119ddf5a7))
39+
* **mcp:** clarify http auth error ([c74b0f9](https://github.com/Finch-API/finch-api-node/commit/c74b0f99dcbfcf58fbb5a0e674ada422ea503ecc))
40+
* **mcp:** upgrade jq-web ([5ccf71a](https://github.com/Finch-API/finch-api-node/commit/5ccf71a290b0b2c8f4182acdaf541dc53da8a796))
41+
* sync repo ([eaf5ded](https://github.com/Finch-API/finch-api-node/commit/eaf5ded280043d05e3cd69aa8eea2399c520b9dd))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([a76fe51](https://github.com/Finch-API/finch-api-node/commit/a76fe51a6680baa480b5466441c6b30151f1a43c))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([8626619](https://github.com/Finch-API/finch-api-node/commit/86266195c3bd5fba6849c97d52bbf0b114626919))
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)