Skip to content

Commit 6fef74d

Browse files
release: 7.0.0
1 parent 2a6ac0f commit 6fef74d

File tree

6 files changed

+55
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-05)
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 ([ebb4ba7](https://github.com/Finch-API/finch-api-node/commit/ebb4ba73687419ea2fdeede32d765bfea831ac98))
10+
* **api:** api update ([8af3ef1](https://github.com/Finch-API/finch-api-node/commit/8af3ef1e6161350cea85f26cc83ceb148c2cc152))
11+
* **api:** api update ([24cc179](https://github.com/Finch-API/finch-api-node/commit/24cc1799db088d4ceaffd10fc11cf02c2db78f3b))
12+
* **api:** manual updates ([ed0916f](https://github.com/Finch-API/finch-api-node/commit/ed0916f01f203a229e29a024ac81415d12e5efb1))
13+
* **api:** move node to typescript generator ([dc8d93e](https://github.com/Finch-API/finch-api-node/commit/dc8d93e87405de1dc8bf1b877b5550d1c3eb607a))
14+
* **api:** update automated code reviewer selection ([08e4cf8](https://github.com/Finch-API/finch-api-node/commit/08e4cf80ec9e9b81ec0f4760179c9ba75fdbeed6))
15+
* **mcp:** add detail field to docs search tool ([1395374](https://github.com/Finch-API/finch-api-node/commit/139537486979b12d6e000e1f2e4cd51c334abf9a))
16+
* **mcp:** add typescript check to code execution tool ([65c5d2a](https://github.com/Finch-API/finch-api-node/commit/65c5d2a28e983e31ad4b2a2d1b422279a55fffbf))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([2e042e2](https://github.com/Finch-API/finch-api-node/commit/2e042e273dac841b3e7cba8b4d7f76c93a4cad7a))
18+
* **mcp:** handle code mode calls in the Stainless API ([427b71d](https://github.com/Finch-API/finch-api-node/commit/427b71d9cb4eac9c666b715fd341c637e96f6d63))
19+
* **mcp:** return logs on code tool errors ([d89d333](https://github.com/Finch-API/finch-api-node/commit/d89d333945f0a00f71883fc6631803b5ade7b9e5))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([9a71a01](https://github.com/Finch-API/finch-api-node/commit/9a71a018768a8314c721ec2300b04e65070cdd5e))
25+
* **api:** resolve build issues ([e2bdef5](https://github.com/Finch-API/finch-api-node/commit/e2bdef576afeb0d760f74ffe9fc9b4916ee9fdec))
26+
* **java:** Resolve name collisions ([f7754d8](https://github.com/Finch-API/finch-api-node/commit/f7754d8be4a9b1e2bd466f380742cde1564f08e6))
27+
* **mcp:** return correct lines on typescript errors ([58de3e2](https://github.com/Finch-API/finch-api-node/commit/58de3e2a300d003ba1e1e7c0e037fc7e0a96e0b6))
28+
* **mcp:** return tool execution error on api error ([6c78db5](https://github.com/Finch-API/finch-api-node/commit/6c78db50d06d40fa547d5f35be3c74d974fef78b))
29+
* **mcp:** return tool execution error on jq failure ([065346d](https://github.com/Finch-API/finch-api-node/commit/065346dcc38b304931e853dcf509095fa0c0224e))
30+
* **tests:** fix tests ([8f20646](https://github.com/Finch-API/finch-api-node/commit/8f20646836a3a6099cb914728330e87f637c0b11))
31+
32+
33+
### Chores
34+
35+
* **client:** fix logger property type ([d50268b](https://github.com/Finch-API/finch-api-node/commit/d50268b3081303ba2173993c9e6f141ba66ae133))
36+
* **internal:** codegen related update ([14dfa27](https://github.com/Finch-API/finch-api-node/commit/14dfa270f66d11ebc8c8e753bdfaffe7dca0da3a))
37+
* **internal:** codegen related update ([3a01a06](https://github.com/Finch-API/finch-api-node/commit/3a01a06fa1b1277a0088f3a29b12aa93a04c7e36))
38+
* **internal:** upgrade eslint ([7830c58](https://github.com/Finch-API/finch-api-node/commit/7830c5861797c234a54cf0e6e27ec653de850cc2))
39+
* mcp code tool explicit error message when missing a run function ([8346302](https://github.com/Finch-API/finch-api-node/commit/83463024c5e76bf3542ebea84e44732c0f7c6605))
40+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1f0ee89](https://github.com/Finch-API/finch-api-node/commit/1f0ee890374743b1948a06600968f2ff90d6f01e))
41+
* **mcp:** add line numbers to code tool errors ([5188cb4](https://github.com/Finch-API/finch-api-node/commit/5188cb47040efce4db4414096370094e0e511e1f))
42+
* **mcp:** clarify http auth error ([83bef77](https://github.com/Finch-API/finch-api-node/commit/83bef770bc553aa8f99b81f390f143cfc62d94e1))
43+
* **mcp:** upgrade jq-web ([4e4cfcc](https://github.com/Finch-API/finch-api-node/commit/4e4cfcc5917ace37ba9778787aec020a24d077c6))
44+
* sync repo ([fc5169c](https://github.com/Finch-API/finch-api-node/commit/fc5169c3f35a8345a0eece178c0cb26f896b1b20))
45+
* use latest @modelcontextprotocol/sdk ([5cf380c](https://github.com/Finch-API/finch-api-node/commit/5cf380c865aef27cf99c86d013cef9f98bfc382b))
46+
47+
48+
### Documentation
49+
50+
* **mcp:** add a README button for one-click add to Cursor ([afa1f78](https://github.com/Finch-API/finch-api-node/commit/afa1f7815dbeec0bc6e792b4053b398941e270b4))
51+
* **mcp:** add a README link to add server to VS Code or Claude Code ([b5a4d3d](https://github.com/Finch-API/finch-api-node/commit/b5a4d3d1f604ed27c773dbd8cfd6468b10f5b78d))
52+
353
## 6.38.0 (2025-10-27)
454

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