Skip to content

Commit 928f48c

Browse files
release: 7.0.0
1 parent 59564ae commit 928f48c

File tree

6 files changed

+47
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-25)
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 ([b2b5f59](https://github.com/Finch-API/finch-api-node/commit/b2b5f59ff0d33e9e1bb0e2dd71d50da9f4dfa23d))
10+
* **api:** api update ([df82367](https://github.com/Finch-API/finch-api-node/commit/df8236700ecbc23c9d96682aff400f20d7579ce3))
11+
* **api:** api update ([4cbd6cc](https://github.com/Finch-API/finch-api-node/commit/4cbd6ccef64c946156b095e038702c195a282a0b))
12+
* **api:** manual updates ([6fdd709](https://github.com/Finch-API/finch-api-node/commit/6fdd7099c77dc1f456f6f97310e09b2f36a573b3))
13+
* **api:** move node to typescript generator ([1c57460](https://github.com/Finch-API/finch-api-node/commit/1c57460b7635a54e4d5c983905b1b13fd63880ee))
14+
* **api:** update automated code reviewer selection ([6509328](https://github.com/Finch-API/finch-api-node/commit/650932880158ac39756d7abbe64fc5fbdc37a28e))
15+
* **mcp:** add detail field to docs search tool ([59564ae](https://github.com/Finch-API/finch-api-node/commit/59564aefaacfc6ff228608fdef4095c16960d9b3))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([ecf4efb](https://github.com/Finch-API/finch-api-node/commit/ecf4efb08698761cf976e75d4a64b5a6d6a31ab6))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([b03d1d0](https://github.com/Finch-API/finch-api-node/commit/b03d1d0366621ac911676019f7b5e127f2c6b131))
22+
* **api:** resolve build issues ([a23a848](https://github.com/Finch-API/finch-api-node/commit/a23a848853783d48931cd5bf070e0b57c57f1ef1))
23+
* **java:** Resolve name collisions ([0e035d3](https://github.com/Finch-API/finch-api-node/commit/0e035d37111254dc1441246b9ebfb29e6a3b13a3))
24+
* **mcp:** return tool execution error on jq failure ([c83937c](https://github.com/Finch-API/finch-api-node/commit/c83937c868f7759f4fb161ea18881733f195dac3))
25+
* **tests:** fix tests ([0833c3e](https://github.com/Finch-API/finch-api-node/commit/0833c3ef0a6357393e01126c7413f7bd53fd07d7))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([3da0ebf](https://github.com/Finch-API/finch-api-node/commit/3da0ebf3f1d99a9628d8dcc247563a5692467b35))
31+
* **internal:** codegen related update ([620c380](https://github.com/Finch-API/finch-api-node/commit/620c380c9596fbdde6179b5ebc200924b932b007))
32+
* mcp code tool explicit error message when missing a run function ([df2bb4f](https://github.com/Finch-API/finch-api-node/commit/df2bb4f3b2db9a41e4524501cbb7329bb81552ff))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([699dfc4](https://github.com/Finch-API/finch-api-node/commit/699dfc44cf1a322f94fca9729a79a820fd08d8a4))
34+
* **mcp:** add line numbers to code tool errors ([cce47b0](https://github.com/Finch-API/finch-api-node/commit/cce47b03d7eac260f5e4ddec2959c90a7a579e26))
35+
* **mcp:** clarify http auth error ([5ce79bd](https://github.com/Finch-API/finch-api-node/commit/5ce79bd528e3a00aef0f7b9734a30b3d93d719ff))
36+
* **mcp:** upgrade jq-web ([c965c9f](https://github.com/Finch-API/finch-api-node/commit/c965c9f3fe5d1c061afd5e2980be8ba86ade0967))
37+
* sync repo ([b314979](https://github.com/Finch-API/finch-api-node/commit/b31497904b834d8c0e31a228d473b86211828430))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([404c039](https://github.com/Finch-API/finch-api-node/commit/404c039acd4be71eee69fb76674974f99402c19f))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([2094b79](https://github.com/Finch-API/finch-api-node/commit/2094b797f19785793ea3b81e38b5b2dfcdbefbd1))
44+
345
## 6.38.0 (2025-10-27)
446

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