Skip to content

Commit 52c6ac2

Browse files
release: 7.0.0
1 parent 26459f5 commit 52c6ac2

6 files changed

Lines changed: 60 additions & 5 deletions

File tree

.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-11)
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 ([0076984](https://github.com/Finch-API/finch-api-node/commit/0076984f709ccee60cb9841eac9ace648daa1955))
10+
* **api:** api update ([e66cfd4](https://github.com/Finch-API/finch-api-node/commit/e66cfd4e7866e00c68f58db3da90946c4be35514))
11+
* **api:** api update ([e34f0f5](https://github.com/Finch-API/finch-api-node/commit/e34f0f520fd8fed0563d10c15aded2657c5ad5c2))
12+
* **api:** manual updates ([0903e11](https://github.com/Finch-API/finch-api-node/commit/0903e11c2da53ab2ddd6b34771d2f51598a3a97f))
13+
* **api:** move node to typescript generator ([87f8226](https://github.com/Finch-API/finch-api-node/commit/87f8226b95cb0ffdaaa550919e88020636477c60))
14+
* **api:** update automated code reviewer selection ([4165648](https://github.com/Finch-API/finch-api-node/commit/4165648dc537efa1db903c34acb4c8830e53765f))
15+
* **mcp:** add detail field to docs search tool ([e0c28e7](https://github.com/Finch-API/finch-api-node/commit/e0c28e7ecb6014d969e77fc8f04354951f8f1cc5))
16+
* **mcp:** add typescript check to code execution tool ([f8ebc40](https://github.com/Finch-API/finch-api-node/commit/f8ebc40ec6d5770952b9904f171c41707a964db5))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([9bf9261](https://github.com/Finch-API/finch-api-node/commit/9bf9261fb7c9d20d3376e87c7b7716f08f6e81f9))
18+
* **mcp:** handle code mode calls in the Stainless API ([6ba1f33](https://github.com/Finch-API/finch-api-node/commit/6ba1f331489b47013d284fa248d0d7a05c81656b))
19+
* **mcp:** return logs on code tool errors ([2606ee9](https://github.com/Finch-API/finch-api-node/commit/2606ee98da275abb80d3b01c9f6deea05d6d7986))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([a3efb24](https://github.com/Finch-API/finch-api-node/commit/a3efb2400178b5ed5f70f746160a174670ab9921))
25+
* **api:** resolve build issues ([9d77a9f](https://github.com/Finch-API/finch-api-node/commit/9d77a9ffed358f702d9631097ca2f2573a9109f3))
26+
* **java:** Resolve name collisions ([aa49176](https://github.com/Finch-API/finch-api-node/commit/aa49176be2446798628ec4ca9b41617ffb1de116))
27+
* **mcp:** add client instantiation options to code tool ([1ce62c9](https://github.com/Finch-API/finch-api-node/commit/1ce62c998e669ace599b0309a4e99112b235f1f9))
28+
* **mcp:** correct code tool API endpoint ([e3815b9](https://github.com/Finch-API/finch-api-node/commit/e3815b9f3104739ad46ab4d25308bf31e7fd0fe5))
29+
* **mcp:** return correct lines on typescript errors ([25e72e6](https://github.com/Finch-API/finch-api-node/commit/25e72e6c30aea89c4250a5344863ef30f602e27b))
30+
* **mcp:** return tool execution error on api error ([b8ce37d](https://github.com/Finch-API/finch-api-node/commit/b8ce37da297eb5e172dcd91e720ec67c9ee7227d))
31+
* **mcp:** return tool execution error on jq failure ([b5c13cc](https://github.com/Finch-API/finch-api-node/commit/b5c13cc288411f7144625c267d2a0cf7486ee3f4))
32+
* **tests:** fix tests ([b6fc5aa](https://github.com/Finch-API/finch-api-node/commit/b6fc5aade0407301ebbbb90b372403cbf56427bf))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([ef471a6](https://github.com/Finch-API/finch-api-node/commit/ef471a6b85e8fff08e866d27f48cc7a1de1089b9))
38+
* **internal:** codegen related update ([859cdbe](https://github.com/Finch-API/finch-api-node/commit/859cdbe5cf2977cfa414d7a19fe7fa73d0bffeea))
39+
* **internal:** codegen related update ([bb58d40](https://github.com/Finch-API/finch-api-node/commit/bb58d407cc4d28e219b386dec4bcddcaa07a7316))
40+
* **internal:** codegen related update ([e2b5fce](https://github.com/Finch-API/finch-api-node/commit/e2b5fceead47bcad17ccc2d5606ca85bb1f793c0))
41+
* **internal:** codegen related update ([f0fd503](https://github.com/Finch-API/finch-api-node/commit/f0fd503ccbe0dbe0f07e6990457990b0f501f848))
42+
* **internal:** upgrade eslint ([3f44c88](https://github.com/Finch-API/finch-api-node/commit/3f44c88376482c786d213a5ebeb295e00091e744))
43+
* mcp code tool explicit error message when missing a run function ([74000fe](https://github.com/Finch-API/finch-api-node/commit/74000fe52b4e7cb275a623381a96c8c4d72dc77a))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f1d14ef](https://github.com/Finch-API/finch-api-node/commit/f1d14efab189e1877974f89e142f959b985e0f0d))
45+
* **mcp:** add line numbers to code tool errors ([b3f3c2e](https://github.com/Finch-API/finch-api-node/commit/b3f3c2e94aabc67c9dd74aaaaab2808e377a3d86))
46+
* **mcp:** clarify http auth error ([176a01d](https://github.com/Finch-API/finch-api-node/commit/176a01dd9b2f69f6ac65e68765333965f87f6c85))
47+
* **mcp:** update lockfile ([26459f5](https://github.com/Finch-API/finch-api-node/commit/26459f561e3257543e74ceba58945c7278841725))
48+
* **mcp:** upgrade jq-web ([8bb596f](https://github.com/Finch-API/finch-api-node/commit/8bb596f848599b6ff62cc0f4abef8a3595df56ba))
49+
* sync repo ([77e67bc](https://github.com/Finch-API/finch-api-node/commit/77e67bcd4faa9610f7fb0b8fd9bfe172fb77a0e2))
50+
* use latest @modelcontextprotocol/sdk ([7683bcd](https://github.com/Finch-API/finch-api-node/commit/7683bcd19171bad07846ef0d9f45c64a3d9ef31b))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([b8d25a0](https://github.com/Finch-API/finch-api-node/commit/b8d25a0cc5460ff2277f5fd2ae160edee7186c23))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([4774722](https://github.com/Finch-API/finch-api-node/commit/47747228166cd08a275dae8683c00b72b4e861db))
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)