Skip to content

Commit 50ab89e

Browse files
release: 7.0.0
1 parent ec1506f commit 50ab89e

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-17)
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 ([07f4c10](https://github.com/Finch-API/finch-api-node/commit/07f4c10335d89722a0f26b6bd4dc68446cf4e425))
10+
* **api:** api update ([c8ef837](https://github.com/Finch-API/finch-api-node/commit/c8ef837c3c42304420f992b5d5bdd91244b79970))
11+
* **api:** api update ([af0450d](https://github.com/Finch-API/finch-api-node/commit/af0450dea1fc98192503b2ea08f81253da9ac14d))
12+
* **api:** manual updates ([a92927e](https://github.com/Finch-API/finch-api-node/commit/a92927eed0d07bce9a02587d572fbc93bb7be65d))
13+
* **api:** move node to typescript generator ([2f168f9](https://github.com/Finch-API/finch-api-node/commit/2f168f9ae24eb976fe679b26ad09bfb253b35128))
14+
* **api:** update automated code reviewer selection ([30ae6b9](https://github.com/Finch-API/finch-api-node/commit/30ae6b9ed9ee5446bb09dfde17168c0256a52818))
15+
* **mcp:** add detail field to docs search tool ([8b811e6](https://github.com/Finch-API/finch-api-node/commit/8b811e6aec92da45339742d1842d5d9bee9e57e4))
16+
* **mcp:** add typescript check to code execution tool ([aa41750](https://github.com/Finch-API/finch-api-node/commit/aa41750f3c2be0f7f36f290813615bd7fec47feb))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([684ee82](https://github.com/Finch-API/finch-api-node/commit/684ee82649c8a731b98d7085ee8d0edee1890e4c))
18+
* **mcp:** handle code mode calls in the Stainless API ([598e3d7](https://github.com/Finch-API/finch-api-node/commit/598e3d7369dbcffaa05404ef002edd5a2c79a9ef))
19+
* **mcp:** return logs on code tool errors ([53eddcd](https://github.com/Finch-API/finch-api-node/commit/53eddcd3baaaac2c4520adab1653f8fa9b0f0718))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([443e67a](https://github.com/Finch-API/finch-api-node/commit/443e67a5ee48e8ddf88e9d21781965c5a63b5fbb))
25+
* **api:** resolve build issues ([0040a83](https://github.com/Finch-API/finch-api-node/commit/0040a83abe9919b79e378727ef692fe89b34a94a))
26+
* **java:** Resolve name collisions ([71bc971](https://github.com/Finch-API/finch-api-node/commit/71bc9718ce1481986d9bdfbc5685f79c26c670aa))
27+
* **mcp:** add client instantiation options to code tool ([348caee](https://github.com/Finch-API/finch-api-node/commit/348caeecc5a6085b9dc0bc1be79af5893e1881df))
28+
* **mcp:** correct code tool API endpoint ([ab2dde4](https://github.com/Finch-API/finch-api-node/commit/ab2dde462c9a386b802c0e9c9bf78b7325b76811))
29+
* **mcp:** return correct lines on typescript errors ([faec071](https://github.com/Finch-API/finch-api-node/commit/faec071bc7b44159c0ba86a38cb53344af17d252))
30+
* **mcp:** return tool execution error on api error ([3716691](https://github.com/Finch-API/finch-api-node/commit/371669117025128d9c55643ccb09bedbba1d749e))
31+
* **mcp:** return tool execution error on jq failure ([241a4cf](https://github.com/Finch-API/finch-api-node/commit/241a4cfa549173ab0518c0e06a6ee7a1e5a1ff86))
32+
* **tests:** fix tests ([12bbde2](https://github.com/Finch-API/finch-api-node/commit/12bbde25e237d3cdee215999ff722b47a7dd90ab))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([9b1b718](https://github.com/Finch-API/finch-api-node/commit/9b1b718959d9de85e5a01b3e2f048a010319b1bb))
38+
* **internal:** codegen related update ([10678fa](https://github.com/Finch-API/finch-api-node/commit/10678fac621c6f7691261475551f7d5ceb8eda50))
39+
* **internal:** codegen related update ([00e1dfa](https://github.com/Finch-API/finch-api-node/commit/00e1dfa83b72523d888ef9b4c5ecb449afbc662b))
40+
* **internal:** codegen related update ([6688113](https://github.com/Finch-API/finch-api-node/commit/668811394f1f2e8a4894340250e937d26e895b28))
41+
* **internal:** codegen related update ([bd55aa0](https://github.com/Finch-API/finch-api-node/commit/bd55aa091d1b31b67d449fec830cc5e53271e6fb))
42+
* **internal:** upgrade eslint ([4a40d6b](https://github.com/Finch-API/finch-api-node/commit/4a40d6b1ade4a038f10ffdc8f452cfa2e7482623))
43+
* mcp code tool explicit error message when missing a run function ([1eaa665](https://github.com/Finch-API/finch-api-node/commit/1eaa6650095c4daa1b87a93bb0040cdb5867e881))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([df89828](https://github.com/Finch-API/finch-api-node/commit/df89828a2a51845b5465e97952ef51919c541560))
45+
* **mcp:** add line numbers to code tool errors ([489606b](https://github.com/Finch-API/finch-api-node/commit/489606bd8fbd2d7a4309edb441ce2ed95efce9de))
46+
* **mcp:** clarify http auth error ([e55480f](https://github.com/Finch-API/finch-api-node/commit/e55480fc95a531093833f421230156c5932362dc))
47+
* **mcp:** update lockfile ([0361d31](https://github.com/Finch-API/finch-api-node/commit/0361d3151b30601479f31b4e56415c6e1335393a))
48+
* **mcp:** upgrade jq-web ([0113a70](https://github.com/Finch-API/finch-api-node/commit/0113a70a6faf322f358bb620f17e3f4f513ef45c))
49+
* sync repo ([686901b](https://github.com/Finch-API/finch-api-node/commit/686901b46e4a66faface7a597475056fc1ef3697))
50+
* use latest @modelcontextprotocol/sdk ([8ba330c](https://github.com/Finch-API/finch-api-node/commit/8ba330cce292e7cbe43b2982301075ad9d0e2658))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([ee812ed](https://github.com/Finch-API/finch-api-node/commit/ee812edb1bb7cc58192767ee8a053003f2736621))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([8561469](https://github.com/Finch-API/finch-api-node/commit/85614691922551802594c30fdf2ddcb857ac9168))
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)