Skip to content

Commit d0c55bb

Browse files
release: 7.0.0
1 parent 79ecfeb commit d0c55bb

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-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 ([f0272b6](https://github.com/Finch-API/finch-api-node/commit/f0272b694f70cfef71bbb2e25130f075d59d8c04))
10+
* **api:** api update ([ced98d3](https://github.com/Finch-API/finch-api-node/commit/ced98d3c959d47333beeb7d033fef4e1f783b34e))
11+
* **api:** api update ([04ffed7](https://github.com/Finch-API/finch-api-node/commit/04ffed76508dcabbfefdbba306e07b1a7d321063))
12+
* **api:** manual updates ([9f043f6](https://github.com/Finch-API/finch-api-node/commit/9f043f641bee6a1a67aba9ddbfd554202465b5ab))
13+
* **api:** move node to typescript generator ([607aa40](https://github.com/Finch-API/finch-api-node/commit/607aa4048151f57823112621a3e3128a7a89065a))
14+
* **api:** update automated code reviewer selection ([a127373](https://github.com/Finch-API/finch-api-node/commit/a127373db1e50a9db7e6470ddb548d50f72e8ee3))
15+
* **mcp:** add detail field to docs search tool ([4d3db06](https://github.com/Finch-API/finch-api-node/commit/4d3db06985f96f5e5bad5d1bf6dd98cab486590d))
16+
* **mcp:** add typescript check to code execution tool ([28f94ac](https://github.com/Finch-API/finch-api-node/commit/28f94acd26da14839c88eec08d707a29c1e7bdf8))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([9925be7](https://github.com/Finch-API/finch-api-node/commit/9925be71bc6766e503b1f2c2cc1a8a279b3bc809))
18+
* **mcp:** handle code mode calls in the Stainless API ([9de5ff7](https://github.com/Finch-API/finch-api-node/commit/9de5ff724c9a8de0f4245f325c88e4cac484b7fa))
19+
* **mcp:** return logs on code tool errors ([7e51197](https://github.com/Finch-API/finch-api-node/commit/7e51197716206c716b8823065c64ee42c3d3bc39))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([6ebd719](https://github.com/Finch-API/finch-api-node/commit/6ebd719c4cfec679208ce32bd24dc9435fb5f327))
25+
* **api:** resolve build issues ([246160e](https://github.com/Finch-API/finch-api-node/commit/246160e903c3ae21bb87fa918f033cb81c72fd1a))
26+
* **java:** Resolve name collisions ([422bc2b](https://github.com/Finch-API/finch-api-node/commit/422bc2bc81584eefd96a189fa993424637512b06))
27+
* **mcp:** add client instantiation options to code tool ([9481d07](https://github.com/Finch-API/finch-api-node/commit/9481d07b5aa42a441ed4de3e867e6fbe0aaefd4c))
28+
* **mcp:** correct code tool API endpoint ([110691e](https://github.com/Finch-API/finch-api-node/commit/110691e9dd30186e1f51cec93154b5fd2c725f25))
29+
* **mcp:** return correct lines on typescript errors ([4e2b2ee](https://github.com/Finch-API/finch-api-node/commit/4e2b2ee410449a5a90d88b90f9b32634c2442bc6))
30+
* **mcp:** return tool execution error on api error ([8ffe347](https://github.com/Finch-API/finch-api-node/commit/8ffe3471221f99afd5fbfa8cbef4de89a9fcdfbb))
31+
* **mcp:** return tool execution error on jq failure ([364ed89](https://github.com/Finch-API/finch-api-node/commit/364ed89728c574ef8df6d0d34aa2c34c7af17386))
32+
* **tests:** fix tests ([2186cfc](https://github.com/Finch-API/finch-api-node/commit/2186cfc65b16bac6a9101fe565a8e142980f0477))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([4090132](https://github.com/Finch-API/finch-api-node/commit/4090132d5e4e173272c9fb9c81e0743abe97d061))
38+
* **internal:** codegen related update ([1bcbfba](https://github.com/Finch-API/finch-api-node/commit/1bcbfba4155a573a988517aa13f8aa447d36353f))
39+
* **internal:** codegen related update ([9da4eda](https://github.com/Finch-API/finch-api-node/commit/9da4edacaf83e77a6dc50b8f1a8fc917ba9871b9))
40+
* **internal:** codegen related update ([1dce7b2](https://github.com/Finch-API/finch-api-node/commit/1dce7b2aa277ad08f43872c76f884f28c8c69032))
41+
* **internal:** codegen related update ([4868b95](https://github.com/Finch-API/finch-api-node/commit/4868b9536e3e8e2ccb063c264e101b9d534843cb))
42+
* **internal:** upgrade eslint ([7671077](https://github.com/Finch-API/finch-api-node/commit/7671077a1a367a61d0c9a9d608b58d6fde05c552))
43+
* mcp code tool explicit error message when missing a run function ([216fbea](https://github.com/Finch-API/finch-api-node/commit/216fbea9cf4e5e7f91e4a56780ef9dc8d2bab0bf))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cfc3e68](https://github.com/Finch-API/finch-api-node/commit/cfc3e682846fdba3275f332c730f125d3a73908d))
45+
* **mcp:** add line numbers to code tool errors ([7fd2c40](https://github.com/Finch-API/finch-api-node/commit/7fd2c40c75b54cd340a0406045250f80138a11fe))
46+
* **mcp:** clarify http auth error ([fa02c24](https://github.com/Finch-API/finch-api-node/commit/fa02c2492fee7ed3fb78e1c87df4e4e8ff10d41d))
47+
* **mcp:** update lockfile ([79ecfeb](https://github.com/Finch-API/finch-api-node/commit/79ecfeb1ba18ecb41b60c540afb63649dd0b9600))
48+
* **mcp:** upgrade jq-web ([72c4410](https://github.com/Finch-API/finch-api-node/commit/72c4410628789d008d4a97ff6f904b0a6ff4c6a2))
49+
* sync repo ([068d76e](https://github.com/Finch-API/finch-api-node/commit/068d76e62f606f76ba4fbdbdb0035fc56e2e37fd))
50+
* use latest @modelcontextprotocol/sdk ([14c150c](https://github.com/Finch-API/finch-api-node/commit/14c150cb07c9fa15cda631970cae3a9238825444))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([0a7b232](https://github.com/Finch-API/finch-api-node/commit/0a7b2322da6017aed7631e587b79e5c392361e17))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([7231b24](https://github.com/Finch-API/finch-api-node/commit/7231b24a82f407240b4769d9690f19236443c97a))
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)