Skip to content

Commit 5c7d221

Browse files
release: 7.0.0
1 parent 0d79dd4 commit 5c7d221

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-15)
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 ([227c97a](https://github.com/Finch-API/finch-api-node/commit/227c97a25a8a5f15fca4ea3a1981ff9b8d4610d7))
10+
* **api:** api update ([700e558](https://github.com/Finch-API/finch-api-node/commit/700e558064ec55a971b8e0b4c17d8a71b4599a19))
11+
* **api:** api update ([6cac6d7](https://github.com/Finch-API/finch-api-node/commit/6cac6d787e4a329a469964fdc44b19ae65e318e4))
12+
* **api:** manual updates ([a2b1f84](https://github.com/Finch-API/finch-api-node/commit/a2b1f84bc5c56867d7c813d110e8fd15e69f0499))
13+
* **api:** move node to typescript generator ([51681f6](https://github.com/Finch-API/finch-api-node/commit/51681f65027cbe02f9e5956aec4a5ac8533f310d))
14+
* **api:** update automated code reviewer selection ([fd726e6](https://github.com/Finch-API/finch-api-node/commit/fd726e66a346db7fa4b1a76d78be25450731fd78))
15+
* **mcp:** add detail field to docs search tool ([effcf41](https://github.com/Finch-API/finch-api-node/commit/effcf41a40320d26b0dedbaef168081733f3fb68))
16+
* **mcp:** add typescript check to code execution tool ([5b6d5d7](https://github.com/Finch-API/finch-api-node/commit/5b6d5d74d84034a785c14c2a41b0931bd3b94773))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([babd7ea](https://github.com/Finch-API/finch-api-node/commit/babd7eadab14a7f467013ece3f6a8e272a710e0a))
18+
* **mcp:** handle code mode calls in the Stainless API ([1b11f8a](https://github.com/Finch-API/finch-api-node/commit/1b11f8a1ddfb7e6ce932f22f8b0e8c731b2c75f3))
19+
* **mcp:** return logs on code tool errors ([77d15f3](https://github.com/Finch-API/finch-api-node/commit/77d15f3a3d32b77eef5db3c654f10835ee50e441))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([9f46281](https://github.com/Finch-API/finch-api-node/commit/9f46281612c07baeb8e466cfcbda4c619e072a94))
25+
* **api:** resolve build issues ([96288d4](https://github.com/Finch-API/finch-api-node/commit/96288d45b7b9389ef8f62f1dbca4cb7c8dab2e21))
26+
* **java:** Resolve name collisions ([276b326](https://github.com/Finch-API/finch-api-node/commit/276b326d6a3a801f7ebe64a49cacc64de5cd8462))
27+
* **mcp:** add client instantiation options to code tool ([eecbfc1](https://github.com/Finch-API/finch-api-node/commit/eecbfc10437aadba15d694c99ded66e35c35e4e4))
28+
* **mcp:** correct code tool API endpoint ([93fa853](https://github.com/Finch-API/finch-api-node/commit/93fa853413d3cb9864254061c07a755cf0033f84))
29+
* **mcp:** return correct lines on typescript errors ([d1f8e60](https://github.com/Finch-API/finch-api-node/commit/d1f8e60ab6240c0f640f371b58312829fd21ad08))
30+
* **mcp:** return tool execution error on api error ([f472a60](https://github.com/Finch-API/finch-api-node/commit/f472a60cfb7648024927d407dc4a97366bceacf7))
31+
* **mcp:** return tool execution error on jq failure ([f5307cd](https://github.com/Finch-API/finch-api-node/commit/f5307cd3fe4f5c8a787b9dbaad21ece5b004074c))
32+
* **tests:** fix tests ([5789fb8](https://github.com/Finch-API/finch-api-node/commit/5789fb8f2989bb736781d9b9a52f55ef2a8baa61))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([81696bd](https://github.com/Finch-API/finch-api-node/commit/81696bd926cf78f25f62737f1491ffc2049d615e))
38+
* **internal:** codegen related update ([9caf7f7](https://github.com/Finch-API/finch-api-node/commit/9caf7f754fe5a9cd4752dc37e3d987889e9aade8))
39+
* **internal:** codegen related update ([e8f47c9](https://github.com/Finch-API/finch-api-node/commit/e8f47c90aca7101b22cca99241adfeba06c1b29d))
40+
* **internal:** codegen related update ([c6d6208](https://github.com/Finch-API/finch-api-node/commit/c6d62081a6e353699a8ff6e37c79980e4d444bf1))
41+
* **internal:** codegen related update ([91be9b6](https://github.com/Finch-API/finch-api-node/commit/91be9b62db1ee38b6099e2225e490da06346076f))
42+
* **internal:** upgrade eslint ([e6faa06](https://github.com/Finch-API/finch-api-node/commit/e6faa06e3b28284af2a1e6bcb48b4ce9b00e711e))
43+
* mcp code tool explicit error message when missing a run function ([7515cfd](https://github.com/Finch-API/finch-api-node/commit/7515cfd444334274d72c002df952a11efd971ff8))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d807734](https://github.com/Finch-API/finch-api-node/commit/d807734cadc6b6021a390218f99c395998d92dfc))
45+
* **mcp:** add line numbers to code tool errors ([3ac6e63](https://github.com/Finch-API/finch-api-node/commit/3ac6e63343ed4e7f364ac30c9982a4787d759821))
46+
* **mcp:** clarify http auth error ([0a914b2](https://github.com/Finch-API/finch-api-node/commit/0a914b2c93c1982b4e5f48f0c87e27182be3169a))
47+
* **mcp:** update lockfile ([0d79dd4](https://github.com/Finch-API/finch-api-node/commit/0d79dd4b8e1c2f60ee950f6e1a6b66ce5d12ca8d))
48+
* **mcp:** upgrade jq-web ([58e919f](https://github.com/Finch-API/finch-api-node/commit/58e919f39b8a2193108dfdefc3669f72046251cf))
49+
* sync repo ([27b5672](https://github.com/Finch-API/finch-api-node/commit/27b56725f837f8c7f8418857a48965c387039369))
50+
* use latest @modelcontextprotocol/sdk ([be707c2](https://github.com/Finch-API/finch-api-node/commit/be707c24075cc175aab820215c27d32855390313))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([fc6ca1b](https://github.com/Finch-API/finch-api-node/commit/fc6ca1b758b7c100bf4a545b4e9d8b144f63cdb2))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([5a1ab64](https://github.com/Finch-API/finch-api-node/commit/5a1ab6441d4ddce0d0aa05d75a39632ea1e941f3))
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)