Skip to content

Commit a01ae48

Browse files
release: 7.0.0
1 parent 3ebea2a commit a01ae48

File tree

6 files changed

+50
-5
lines changed

6 files changed

+50
-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: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
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 ([3ae0875](https://github.com/Finch-API/finch-api-node/commit/3ae0875e510d8c8b7cace33a3a17ba859a3dbd42))
10+
* **api:** api update ([a54ea7d](https://github.com/Finch-API/finch-api-node/commit/a54ea7d1297f5dce2f8b44df3229bc92197526e4))
11+
* **api:** api update ([f7a292e](https://github.com/Finch-API/finch-api-node/commit/f7a292ee337b2c67f6fe6f9a314e9e7972d74b8c))
12+
* **api:** manual updates ([670e72e](https://github.com/Finch-API/finch-api-node/commit/670e72edfb1113066d9837198f3d563a80d45487))
13+
* **api:** move node to typescript generator ([d80e5ac](https://github.com/Finch-API/finch-api-node/commit/d80e5aca435f908fea776f186c44bf97dc43ffcf))
14+
* **api:** update automated code reviewer selection ([c6e8b0d](https://github.com/Finch-API/finch-api-node/commit/c6e8b0d3a5f8db28e6667a6df5b79df95456b651))
15+
* **mcp:** add detail field to docs search tool ([5ddca67](https://github.com/Finch-API/finch-api-node/commit/5ddca67f9cdb5e453b3d559a5e37b7ce7d6ef9a2))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([fc7d112](https://github.com/Finch-API/finch-api-node/commit/fc7d112a5c42a7d7eb11dee99269ad37811f01c0))
17+
* **mcp:** return logs on code tool errors ([3ebea2a](https://github.com/Finch-API/finch-api-node/commit/3ebea2adabe9361ac26670474adab82f35bad360))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([eb7574e](https://github.com/Finch-API/finch-api-node/commit/eb7574ed377bf19c90af2ef72a6cfc18c1cd1a39))
23+
* **api:** resolve build issues ([aa008ef](https://github.com/Finch-API/finch-api-node/commit/aa008ef2deea4c624faa156d116b91471d036e84))
24+
* **java:** Resolve name collisions ([0905da8](https://github.com/Finch-API/finch-api-node/commit/0905da86d87013f405649f5144af3482a5e9f32b))
25+
* **mcp:** return tool execution error on api error ([0163404](https://github.com/Finch-API/finch-api-node/commit/0163404bb01b56c94ef64c86f4b6c66108f8505e))
26+
* **mcp:** return tool execution error on jq failure ([f50980b](https://github.com/Finch-API/finch-api-node/commit/f50980be96a93a62e5194ed957bbda1dea1c5026))
27+
* **tests:** fix tests ([2a39606](https://github.com/Finch-API/finch-api-node/commit/2a3960665f024792938481328e7adac38aec480c))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([e2a1bd7](https://github.com/Finch-API/finch-api-node/commit/e2a1bd7e4c81276ee8f26e2d5988f7f57852db00))
33+
* **internal:** codegen related update ([0b2b514](https://github.com/Finch-API/finch-api-node/commit/0b2b51466712535348068dc412f0accf42eb3a9d))
34+
* **internal:** codegen related update ([e12e8c7](https://github.com/Finch-API/finch-api-node/commit/e12e8c750a8be57eeaf56278bdfea83a7549403c))
35+
* mcp code tool explicit error message when missing a run function ([eee3694](https://github.com/Finch-API/finch-api-node/commit/eee369465dc651da745daa1eba7e892c6b620bc6))
36+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ac05541](https://github.com/Finch-API/finch-api-node/commit/ac05541097526a762a27104dee300a92cc697835))
37+
* **mcp:** add line numbers to code tool errors ([7eb0579](https://github.com/Finch-API/finch-api-node/commit/7eb0579e71be184ffc0a6f1b7d51567817df4290))
38+
* **mcp:** clarify http auth error ([497c84c](https://github.com/Finch-API/finch-api-node/commit/497c84c65a40fe9db1b5b9545906b89a09e77073))
39+
* **mcp:** upgrade jq-web ([8627393](https://github.com/Finch-API/finch-api-node/commit/8627393b5c14f6839d13a681ca3e3b00f7497b40))
40+
* sync repo ([0bef05b](https://github.com/Finch-API/finch-api-node/commit/0bef05bb97d964cf14e174775fa84bd5a4368e2c))
41+
42+
43+
### Documentation
44+
45+
* **mcp:** add a README button for one-click add to Cursor ([d45e015](https://github.com/Finch-API/finch-api-node/commit/d45e015fe08e64083361ecb3fb1519af0ea2ea5c))
46+
* **mcp:** add a README link to add server to VS Code or Claude Code ([b931362](https://github.com/Finch-API/finch-api-node/commit/b93136244f5929fff93d53474a4c0cbceabaa4eb))
47+
348
## 6.38.0 (2025-10-27)
449

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