Skip to content

Commit 1b8a2e6

Browse files
release: 7.0.0
1 parent f8b5b2b commit 1b8a2e6

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 ([a50fd7f](https://github.com/Finch-API/finch-api-node/commit/a50fd7f270e2587ca49fefc44f20a840e5156be3))
10+
* **api:** api update ([00842bb](https://github.com/Finch-API/finch-api-node/commit/00842bb9a85f36fae94a13c6ac869aabb09fb1d9))
11+
* **api:** api update ([7bab297](https://github.com/Finch-API/finch-api-node/commit/7bab29712f77123d5c180194f90867fe7e4e6f54))
12+
* **api:** manual updates ([4b99097](https://github.com/Finch-API/finch-api-node/commit/4b990978729e1c5d105f3300d25d05f0670f21f0))
13+
* **api:** move node to typescript generator ([6fca07a](https://github.com/Finch-API/finch-api-node/commit/6fca07a506a7b7a99e1265faf86218aae49e6a15))
14+
* **api:** update automated code reviewer selection ([40d461b](https://github.com/Finch-API/finch-api-node/commit/40d461b6543dbfe022641123e32370898f5404ba))
15+
* **mcp:** add detail field to docs search tool ([1256c78](https://github.com/Finch-API/finch-api-node/commit/1256c7858a25ac8c5a79c533cb9042b7d672bb78))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([e436e5c](https://github.com/Finch-API/finch-api-node/commit/e436e5ced4751128dc3639fdd8b6f7ab582793ff))
17+
* **mcp:** return logs on code tool errors ([f965df0](https://github.com/Finch-API/finch-api-node/commit/f965df0d4ed46777255dbc45903801e275e68a00))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([530375e](https://github.com/Finch-API/finch-api-node/commit/530375e2e87578572892ddedc96a7ddac6220559))
23+
* **api:** resolve build issues ([b9d1931](https://github.com/Finch-API/finch-api-node/commit/b9d1931ec6af7e4492ca70f4cd27d9e9c42c539d))
24+
* **java:** Resolve name collisions ([70ca4f5](https://github.com/Finch-API/finch-api-node/commit/70ca4f53efd908677e97d6175acbb8e4df69bc6a))
25+
* **mcp:** return tool execution error on api error ([5e10069](https://github.com/Finch-API/finch-api-node/commit/5e100692ab2680f4865ecb8001dced13608abc0f))
26+
* **mcp:** return tool execution error on jq failure ([009431b](https://github.com/Finch-API/finch-api-node/commit/009431b9cb46eabcab4c17a6882c05ef25deeb68))
27+
* **tests:** fix tests ([5359544](https://github.com/Finch-API/finch-api-node/commit/5359544b00d871f0b925193b0a2978471250f4c2))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([99f6c24](https://github.com/Finch-API/finch-api-node/commit/99f6c2481c837ebb97964dcce8f8f845fb63a501))
33+
* **internal:** codegen related update ([0c12515](https://github.com/Finch-API/finch-api-node/commit/0c125151d3ed897fdd2aa88da081908676819113))
34+
* **internal:** codegen related update ([1ac95a3](https://github.com/Finch-API/finch-api-node/commit/1ac95a348d547ba615fbfb1468c14176dfd59566))
35+
* **internal:** upgrade eslint ([f8b5b2b](https://github.com/Finch-API/finch-api-node/commit/f8b5b2ba213e9409476ae4c9a62e332afb95fe1d))
36+
* mcp code tool explicit error message when missing a run function ([40bdddf](https://github.com/Finch-API/finch-api-node/commit/40bdddfbe019c01c8cade04ea2030b9e110fb231))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ee7a5c1](https://github.com/Finch-API/finch-api-node/commit/ee7a5c138a74ce6eafc03473de2ed7a99e759a07))
38+
* **mcp:** add line numbers to code tool errors ([7e5bd94](https://github.com/Finch-API/finch-api-node/commit/7e5bd94bc4951c76509fec68553a2d4b5a83282b))
39+
* **mcp:** clarify http auth error ([64c7651](https://github.com/Finch-API/finch-api-node/commit/64c765194e7bc5c031dd749c5d9c02a4bd879ec2))
40+
* **mcp:** upgrade jq-web ([2a1d1d4](https://github.com/Finch-API/finch-api-node/commit/2a1d1d4f1e35c4663e44e67544c6c06274810975))
41+
* sync repo ([a5ab646](https://github.com/Finch-API/finch-api-node/commit/a5ab64685eb1459c5ff32221d4b61f4de54c0f74))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([12e2aa5](https://github.com/Finch-API/finch-api-node/commit/12e2aa59dc28e6003696eb2a37f6cb005c589034))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([739330b](https://github.com/Finch-API/finch-api-node/commit/739330b0227fe1398346f241d0bbddf7ab1421af))
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)