Skip to content

Commit 63ed238

Browse files
release: 7.0.0
1 parent 12bab3c commit 63ed238

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 ([c6180e9](https://github.com/Finch-API/finch-api-node/commit/c6180e9b039fe389d71180e1ed5d505c96473423))
10+
* **api:** api update ([032ace9](https://github.com/Finch-API/finch-api-node/commit/032ace9186496dcddfca6be2f1a267ecfc1e3023))
11+
* **api:** api update ([fa9377e](https://github.com/Finch-API/finch-api-node/commit/fa9377edbf2fd32efd72af80a79e949180314d45))
12+
* **api:** manual updates ([efd672c](https://github.com/Finch-API/finch-api-node/commit/efd672ca502be3f09dde0b811d208a5da40c4bf4))
13+
* **api:** move node to typescript generator ([3276e80](https://github.com/Finch-API/finch-api-node/commit/3276e809d19c68fe147e426ed215f7abe65c0d1b))
14+
* **api:** update automated code reviewer selection ([d3547be](https://github.com/Finch-API/finch-api-node/commit/d3547bee97e03ba340daca97154ca00f19102301))
15+
* **mcp:** add detail field to docs search tool ([5e667d4](https://github.com/Finch-API/finch-api-node/commit/5e667d4e1f187f475288a8606aef6d840b303a73))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([2a85e4c](https://github.com/Finch-API/finch-api-node/commit/2a85e4c7b2588bbdf3ae35c669c09f445b7f7581))
17+
* **mcp:** return logs on code tool errors ([3abba87](https://github.com/Finch-API/finch-api-node/commit/3abba8729c6a1dd7c0ff81547225f3e5761d5475))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([3e70a15](https://github.com/Finch-API/finch-api-node/commit/3e70a1544b90e490385a39ce039ce587b8888720))
23+
* **api:** resolve build issues ([9808d3f](https://github.com/Finch-API/finch-api-node/commit/9808d3f541ccf74ee3ae4dfc062a314ed88745a8))
24+
* **java:** Resolve name collisions ([2546963](https://github.com/Finch-API/finch-api-node/commit/2546963f11cd4a112b4241b6af3930514e64b3df))
25+
* **mcp:** return tool execution error on api error ([ef76f0e](https://github.com/Finch-API/finch-api-node/commit/ef76f0e94e150439b104469f68c4d6d2b4fb555d))
26+
* **mcp:** return tool execution error on jq failure ([eac0c79](https://github.com/Finch-API/finch-api-node/commit/eac0c79b83c0a7bc678cbe77d0dbd6716e68c380))
27+
* **tests:** fix tests ([b7394cf](https://github.com/Finch-API/finch-api-node/commit/b7394cf779469019ddd6c0da7ab744c135e5dcac))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([cf4f606](https://github.com/Finch-API/finch-api-node/commit/cf4f606b0375e751a1c19cb3302bd819c1e89444))
33+
* **internal:** codegen related update ([a468e7b](https://github.com/Finch-API/finch-api-node/commit/a468e7be527ffa4cfd591cbe6287b6bf426ab9a7))
34+
* **internal:** codegen related update ([2eca7d3](https://github.com/Finch-API/finch-api-node/commit/2eca7d3334c006fc7c4c4643f2b2e304b7d9581a))
35+
* **internal:** upgrade eslint ([12bab3c](https://github.com/Finch-API/finch-api-node/commit/12bab3c56f08efd68223e9dcf60fc9979bc4eb90))
36+
* mcp code tool explicit error message when missing a run function ([df95a4e](https://github.com/Finch-API/finch-api-node/commit/df95a4e8c3e5279361d918085ec025a621ed8fda))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([373ba60](https://github.com/Finch-API/finch-api-node/commit/373ba6070840a1f0be5b053c51db4b4f32644053))
38+
* **mcp:** add line numbers to code tool errors ([18a5eba](https://github.com/Finch-API/finch-api-node/commit/18a5eba332aa4e74ff65c568af65c4ff437836c7))
39+
* **mcp:** clarify http auth error ([37105d5](https://github.com/Finch-API/finch-api-node/commit/37105d5a0a6d09023fc7d8686fe66d775daf4296))
40+
* **mcp:** upgrade jq-web ([9320c44](https://github.com/Finch-API/finch-api-node/commit/9320c4412ac64b7bc3a9d11996056678088746f0))
41+
* sync repo ([a92f194](https://github.com/Finch-API/finch-api-node/commit/a92f1941970216b345d8d83175622f46b62bd3fa))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([d6116c9](https://github.com/Finch-API/finch-api-node/commit/d6116c9357615f7865247ba3d438cb9faa823dc5))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([3157983](https://github.com/Finch-API/finch-api-node/commit/3157983191ed8de4de9f619bd72a7c733ad8ff15))
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)