Skip to content

Commit 8a607a1

Browse files
release: 7.0.0
1 parent 0d8b9c1 commit 8a607a1

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-16)
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 ([187396a](https://github.com/Finch-API/finch-api-node/commit/187396ad4f011000dfba91c0f8cc4b5d75494b15))
10+
* **api:** api update ([4ad3d0e](https://github.com/Finch-API/finch-api-node/commit/4ad3d0ee6e554625be9190009e16133c4b9bf95a))
11+
* **api:** api update ([3aac4c1](https://github.com/Finch-API/finch-api-node/commit/3aac4c1b71e037f3cd8ea02c63823e07bf6cadab))
12+
* **api:** manual updates ([04c5e7c](https://github.com/Finch-API/finch-api-node/commit/04c5e7cd4b617e737028eae660310fd6cffbc9eb))
13+
* **api:** move node to typescript generator ([7aa4de5](https://github.com/Finch-API/finch-api-node/commit/7aa4de5abc87d7ac73c48294f7206bfb0282692b))
14+
* **api:** update automated code reviewer selection ([3f6cabb](https://github.com/Finch-API/finch-api-node/commit/3f6cabbe5f0abda7ba80668539b445674915d78d))
15+
* **mcp:** add detail field to docs search tool ([e1b3d8b](https://github.com/Finch-API/finch-api-node/commit/e1b3d8b314e38de344d5663e8e7d21223a4f58eb))
16+
* **mcp:** add typescript check to code execution tool ([e05691b](https://github.com/Finch-API/finch-api-node/commit/e05691be7fa05e4cac90b9297c24d3c8aa8c46c5))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([d86eed2](https://github.com/Finch-API/finch-api-node/commit/d86eed285a2935d04e061b9313defcb0d5b6367c))
18+
* **mcp:** handle code mode calls in the Stainless API ([1e66d9b](https://github.com/Finch-API/finch-api-node/commit/1e66d9bde5a355725455ca567015a6d0d1076af2))
19+
* **mcp:** return logs on code tool errors ([aad84d9](https://github.com/Finch-API/finch-api-node/commit/aad84d9c6cea5061c0d80f37b76f1cad9b53fb0c))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([8364522](https://github.com/Finch-API/finch-api-node/commit/8364522186a9ba619859ea2717b075ad7a26417c))
25+
* **api:** resolve build issues ([e6e5e4c](https://github.com/Finch-API/finch-api-node/commit/e6e5e4cc0beec0106a9fdcc2cb8dd341669faa93))
26+
* **java:** Resolve name collisions ([2870445](https://github.com/Finch-API/finch-api-node/commit/2870445b2fd3b684e2f5fc46385faf1bceac1e4e))
27+
* **mcp:** add client instantiation options to code tool ([cb88a4b](https://github.com/Finch-API/finch-api-node/commit/cb88a4b1a78895f8ef6c06df569c1ce22bee6203))
28+
* **mcp:** correct code tool API endpoint ([455b3ae](https://github.com/Finch-API/finch-api-node/commit/455b3ae317991b934cb83415d496cab36026f439))
29+
* **mcp:** return correct lines on typescript errors ([64a3780](https://github.com/Finch-API/finch-api-node/commit/64a37801cce203c7207ad371ed5cb7d086820100))
30+
* **mcp:** return tool execution error on api error ([95b2f84](https://github.com/Finch-API/finch-api-node/commit/95b2f84b4e5c910aea85ce5f2babc1c1224ae861))
31+
* **mcp:** return tool execution error on jq failure ([d63b724](https://github.com/Finch-API/finch-api-node/commit/d63b724a67be0018a47497931ca714f6b58dc05a))
32+
* **tests:** fix tests ([fdafa73](https://github.com/Finch-API/finch-api-node/commit/fdafa739eac663a1dd340123ab81f2d949911f4e))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([f9a8d6e](https://github.com/Finch-API/finch-api-node/commit/f9a8d6eff37798514e7b08c375d3413e9db664a2))
38+
* **internal:** codegen related update ([3e7d419](https://github.com/Finch-API/finch-api-node/commit/3e7d419183fd900cd8337767b37d007f9f6673a4))
39+
* **internal:** codegen related update ([92a7023](https://github.com/Finch-API/finch-api-node/commit/92a702346fb58aeefcd83fc3ab7d9e934c50dbd5))
40+
* **internal:** codegen related update ([81579d6](https://github.com/Finch-API/finch-api-node/commit/81579d6d31d75e7a21af89adf5014eeb4ed2bc79))
41+
* **internal:** codegen related update ([08529fe](https://github.com/Finch-API/finch-api-node/commit/08529fef80f79f0d0f0f5113e4bb9bb316ad04e0))
42+
* **internal:** upgrade eslint ([09816ef](https://github.com/Finch-API/finch-api-node/commit/09816efd7fea47f105cdaae608780e998ade2bea))
43+
* mcp code tool explicit error message when missing a run function ([8a1cdc2](https://github.com/Finch-API/finch-api-node/commit/8a1cdc2d10d9ae3112e89e3434ca8b1c8578877f))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([827fdee](https://github.com/Finch-API/finch-api-node/commit/827fdee28663cbc89dd1c2a54875e68b868106f2))
45+
* **mcp:** add line numbers to code tool errors ([8438994](https://github.com/Finch-API/finch-api-node/commit/84389947520a18dc651b8d14b5597d96163f6b6c))
46+
* **mcp:** clarify http auth error ([014b53f](https://github.com/Finch-API/finch-api-node/commit/014b53f2d1dd7fe3fc2698be4a452bfa1643d1b3))
47+
* **mcp:** update lockfile ([0d8b9c1](https://github.com/Finch-API/finch-api-node/commit/0d8b9c1a9a6fe8aed758383fcfba8d64f908a0ec))
48+
* **mcp:** upgrade jq-web ([13e12d3](https://github.com/Finch-API/finch-api-node/commit/13e12d3638725bf8748790cacb35e5fdbc031729))
49+
* sync repo ([b29f0b0](https://github.com/Finch-API/finch-api-node/commit/b29f0b0d6fa4e34ede7b219d0c36da9cf4809b77))
50+
* use latest @modelcontextprotocol/sdk ([cc83a76](https://github.com/Finch-API/finch-api-node/commit/cc83a766dfa912f9d896d86ac736bc695fe1e820))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([b81e19d](https://github.com/Finch-API/finch-api-node/commit/b81e19d8d53f55a64270143c7cf7a3470d159fda))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([351b7a7](https://github.com/Finch-API/finch-api-node/commit/351b7a7db200a60603252afb861b88cdc7c5b958))
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)