Skip to content

Commit 8d7158f

Browse files
release: 7.0.0
1 parent 80c393d commit 8d7158f

File tree

6 files changed

+60
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-17)
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 ([cc22a24](https://github.com/Finch-API/finch-api-node/commit/cc22a2430e64ac249af22bf4b3a99b4990650a58))
10+
* **api:** api update ([e64223c](https://github.com/Finch-API/finch-api-node/commit/e64223ca41c5db16b229d00bbccbb2ac65083c7e))
11+
* **api:** api update ([b61354b](https://github.com/Finch-API/finch-api-node/commit/b61354be1f990bd6a9fb8e3cdc7446a82d0e258b))
12+
* **api:** manual updates ([59985bb](https://github.com/Finch-API/finch-api-node/commit/59985bb8840544135261fc30c36ee79e3075ea4b))
13+
* **api:** move node to typescript generator ([1ea1fef](https://github.com/Finch-API/finch-api-node/commit/1ea1fef24299e2911ab5e5dbaf45741ab006e216))
14+
* **api:** update automated code reviewer selection ([f2082f4](https://github.com/Finch-API/finch-api-node/commit/f2082f4ccf31e3f99768595dbce9d90ec03bb020))
15+
* **mcp:** add detail field to docs search tool ([d7ef3b0](https://github.com/Finch-API/finch-api-node/commit/d7ef3b02d9a1b04e89af3901533aa77623784d85))
16+
* **mcp:** add typescript check to code execution tool ([11b7bb7](https://github.com/Finch-API/finch-api-node/commit/11b7bb7b058903724678de1be13778fb76cff7ae))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([aa37fb9](https://github.com/Finch-API/finch-api-node/commit/aa37fb9cd4cd866949b5e5b747e602f37b20734b))
18+
* **mcp:** handle code mode calls in the Stainless API ([fe83c7f](https://github.com/Finch-API/finch-api-node/commit/fe83c7f70c8a8d1cd3c0ddd397c8ac61326d9c50))
19+
* **mcp:** return logs on code tool errors ([966cb94](https://github.com/Finch-API/finch-api-node/commit/966cb9496564e6429f381e576e7fdf1653f743da))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([8e3f558](https://github.com/Finch-API/finch-api-node/commit/8e3f558c1d6fd1421fb8ecc3f77b195cc73c6c97))
25+
* **api:** resolve build issues ([38e058f](https://github.com/Finch-API/finch-api-node/commit/38e058fd1ba3dea80fdcbaa809059ce6ec246d3a))
26+
* **java:** Resolve name collisions ([3ffa02f](https://github.com/Finch-API/finch-api-node/commit/3ffa02f99619f7749c5ad454508dd8680c9793a6))
27+
* **mcp:** add client instantiation options to code tool ([666965a](https://github.com/Finch-API/finch-api-node/commit/666965a9a53f896810dc0324f90e115db1908ffd))
28+
* **mcp:** correct code tool API endpoint ([06f5ae6](https://github.com/Finch-API/finch-api-node/commit/06f5ae600061d81bb44a4c7aefd21607a91d3c25))
29+
* **mcp:** return correct lines on typescript errors ([3192ad4](https://github.com/Finch-API/finch-api-node/commit/3192ad4489e4274c6773b918cf82d422ca5e001c))
30+
* **mcp:** return tool execution error on api error ([9b38c34](https://github.com/Finch-API/finch-api-node/commit/9b38c34ef848e4c55a902dd4c6164b1eab1194fe))
31+
* **mcp:** return tool execution error on jq failure ([688a553](https://github.com/Finch-API/finch-api-node/commit/688a5537135d9a68ed3d1ecdad7988e0b6bdbd7b))
32+
* **tests:** fix tests ([1ddb5ad](https://github.com/Finch-API/finch-api-node/commit/1ddb5adeed440e196baa076433c5939306e32c4e))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([3b53c09](https://github.com/Finch-API/finch-api-node/commit/3b53c099ebb3b7bc321120612a98ea70160ee69e))
38+
* **internal:** codegen related update ([8575cad](https://github.com/Finch-API/finch-api-node/commit/8575cadba880dfa60956c698193bfbbf925b2981))
39+
* **internal:** codegen related update ([9b6f1db](https://github.com/Finch-API/finch-api-node/commit/9b6f1db7262a196351f1651509336cab4270551a))
40+
* **internal:** codegen related update ([e9dd0e4](https://github.com/Finch-API/finch-api-node/commit/e9dd0e44c8b8053a43a67638b195979733f4a066))
41+
* **internal:** codegen related update ([c775718](https://github.com/Finch-API/finch-api-node/commit/c775718c6865f2c912be37e9ecec9eee7d46c039))
42+
* **internal:** upgrade eslint ([4349612](https://github.com/Finch-API/finch-api-node/commit/43496122b0f2159b5798959b2f44e32b56e4682f))
43+
* mcp code tool explicit error message when missing a run function ([54f2f71](https://github.com/Finch-API/finch-api-node/commit/54f2f717c4de25318e8b1fe0026f38b2a76a0911))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c0ee8d0](https://github.com/Finch-API/finch-api-node/commit/c0ee8d05d1166d083b09478ae15f8dedd8a3ac27))
45+
* **mcp:** add line numbers to code tool errors ([a5cccd9](https://github.com/Finch-API/finch-api-node/commit/a5cccd91f5261ad0b82a03973bd3feaa75fc6336))
46+
* **mcp:** clarify http auth error ([4a67602](https://github.com/Finch-API/finch-api-node/commit/4a67602abb7af5e18f6a043f99e768fd3ae0112f))
47+
* **mcp:** update lockfile ([80c393d](https://github.com/Finch-API/finch-api-node/commit/80c393db86da2d3c6a1ff7f9c236c4d223d99e35))
48+
* **mcp:** upgrade jq-web ([b2dbaf1](https://github.com/Finch-API/finch-api-node/commit/b2dbaf1f68ad92cfbaa5b0db783a9af61db72403))
49+
* sync repo ([99257e4](https://github.com/Finch-API/finch-api-node/commit/99257e4e192e83f240cde546ef28242b2f5dc7f5))
50+
* use latest @modelcontextprotocol/sdk ([ee946e8](https://github.com/Finch-API/finch-api-node/commit/ee946e88c0a92aa21eb17b908cf526db7e437513))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([0122a53](https://github.com/Finch-API/finch-api-node/commit/0122a53d33f78fa6676a4baec687de37ee443f31))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ef08855](https://github.com/Finch-API/finch-api-node/commit/ef0885598f1da86079d7d45a73002711724732e3))
57+
358
## 6.38.0 (2025-10-27)
459

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