Skip to content

Commit f81da71

Browse files
release: 7.0.0
1 parent 0ff233a commit f81da71

File tree

6 files changed

+58
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-10)
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 ([c05c563](https://github.com/Finch-API/finch-api-node/commit/c05c56335978c13858017ce15fd224d7eeddd54d))
10+
* **api:** api update ([adb4abd](https://github.com/Finch-API/finch-api-node/commit/adb4abde42abcc6bd6d257d41d7574c014250e94))
11+
* **api:** api update ([a09d460](https://github.com/Finch-API/finch-api-node/commit/a09d460043e3e0152778e0eb93c90e6472fd5d4c))
12+
* **api:** manual updates ([a73c451](https://github.com/Finch-API/finch-api-node/commit/a73c451e3f38de3d142e7247f4cfdd87348870b3))
13+
* **api:** move node to typescript generator ([b29fe13](https://github.com/Finch-API/finch-api-node/commit/b29fe133b14db11dbad88eea68165bc452e4bd0e))
14+
* **api:** update automated code reviewer selection ([0d82098](https://github.com/Finch-API/finch-api-node/commit/0d8209838a4f3f8ff5a84c7e741a13c40a0b6071))
15+
* **mcp:** add detail field to docs search tool ([a76c997](https://github.com/Finch-API/finch-api-node/commit/a76c997e66df1b4ed093ad66c38dfab3956826b8))
16+
* **mcp:** add typescript check to code execution tool ([532a30e](https://github.com/Finch-API/finch-api-node/commit/532a30ee1710e9b0135de2a22dcf83e4db984da2))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([96ec064](https://github.com/Finch-API/finch-api-node/commit/96ec0646a470f2471ef0a48d7b615531a9b4f5bd))
18+
* **mcp:** handle code mode calls in the Stainless API ([0551c4e](https://github.com/Finch-API/finch-api-node/commit/0551c4eeb0269c4a22e8b8298913ee302d6de40e))
19+
* **mcp:** return logs on code tool errors ([9e2370f](https://github.com/Finch-API/finch-api-node/commit/9e2370f848b5f4837d4f06e82ade391c3b9c1876))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([f10a6b4](https://github.com/Finch-API/finch-api-node/commit/f10a6b4488a8b687b4f0eb048d427dcf43b55cd4))
25+
* **api:** resolve build issues ([e49ec0d](https://github.com/Finch-API/finch-api-node/commit/e49ec0d2194124c069329d1ee51960db8f976c1e))
26+
* **java:** Resolve name collisions ([da989d9](https://github.com/Finch-API/finch-api-node/commit/da989d976826baa4233e7dde46c74d7ce1b7ddeb))
27+
* **mcp:** correct code tool API endpoint ([0009400](https://github.com/Finch-API/finch-api-node/commit/0009400ff6bb469155ec4262137cfb87b62a88ca))
28+
* **mcp:** return correct lines on typescript errors ([30f0273](https://github.com/Finch-API/finch-api-node/commit/30f0273eb0562d8e92a28546d1c181bc6fc58f37))
29+
* **mcp:** return tool execution error on api error ([ce2b0bf](https://github.com/Finch-API/finch-api-node/commit/ce2b0bf862158c297d2962a3c9e9ec1a2779087b))
30+
* **mcp:** return tool execution error on jq failure ([f66f41f](https://github.com/Finch-API/finch-api-node/commit/f66f41fe65752a7cef90d4f380f35b48f116bcb9))
31+
* **tests:** fix tests ([f5900d4](https://github.com/Finch-API/finch-api-node/commit/f5900d49f7417e1c205074e37700a624b5eab3e6))
32+
33+
34+
### Chores
35+
36+
* **client:** fix logger property type ([b44cfd1](https://github.com/Finch-API/finch-api-node/commit/b44cfd19e1563c39b1828d2efc2979a0a7078f32))
37+
* **internal:** codegen related update ([0ff233a](https://github.com/Finch-API/finch-api-node/commit/0ff233a1006fa3377a25dcfff1a650f9a2447db6))
38+
* **internal:** codegen related update ([9ed5b1b](https://github.com/Finch-API/finch-api-node/commit/9ed5b1b0da288e01364d10a39dfa171d9bea8cc3))
39+
* **internal:** codegen related update ([cbbf7be](https://github.com/Finch-API/finch-api-node/commit/cbbf7be53a0f0d1d9c67da64f3344f4347a038de))
40+
* **internal:** codegen related update ([ae23427](https://github.com/Finch-API/finch-api-node/commit/ae23427a0f93beae6ad18a0f5f58afcefa8ca3a4))
41+
* **internal:** upgrade eslint ([70eb6c8](https://github.com/Finch-API/finch-api-node/commit/70eb6c84f490f457e14bd7f5144c4b1185c44f07))
42+
* mcp code tool explicit error message when missing a run function ([fede32c](https://github.com/Finch-API/finch-api-node/commit/fede32cecfb72826865291a4ac82554f4593d9a2))
43+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([61964fb](https://github.com/Finch-API/finch-api-node/commit/61964fb90996db8ea065b0940fa138eca46f6ff5))
44+
* **mcp:** add line numbers to code tool errors ([ae24ec4](https://github.com/Finch-API/finch-api-node/commit/ae24ec43a162bedca266526296a4b7cb5defb3c7))
45+
* **mcp:** clarify http auth error ([4030050](https://github.com/Finch-API/finch-api-node/commit/4030050ee960ef60e875760da457258f4fd4e136))
46+
* **mcp:** upgrade jq-web ([508ba9b](https://github.com/Finch-API/finch-api-node/commit/508ba9bf564eb7b8e5f0fed617983d98018e187f))
47+
* sync repo ([62905ee](https://github.com/Finch-API/finch-api-node/commit/62905eea79422580875e36072923cbe4858680e3))
48+
* use latest @modelcontextprotocol/sdk ([60cf0fa](https://github.com/Finch-API/finch-api-node/commit/60cf0faf8f0944adc4dddd477486cb8547c15c7b))
49+
50+
51+
### Documentation
52+
53+
* **mcp:** add a README button for one-click add to Cursor ([f35ca4b](https://github.com/Finch-API/finch-api-node/commit/f35ca4b92f547a82b2bc5155641a3759ba76a6cc))
54+
* **mcp:** add a README link to add server to VS Code or Claude Code ([fb7df0c](https://github.com/Finch-API/finch-api-node/commit/fb7df0c6f5de6ab88949d0f7aa8a3003c63ba2a9))
55+
356
## 6.38.0 (2025-10-27)
457

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