Skip to content

Commit 261db6f

Browse files
release: 7.0.0
1 parent 41bcee1 commit 261db6f

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-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 ([456ce28](https://github.com/Finch-API/finch-api-node/commit/456ce28dc256f87a92d8234c9d9db558bb7fa724))
10+
* **api:** api update ([c955c3d](https://github.com/Finch-API/finch-api-node/commit/c955c3d5cb2df8ba6c9f064bd62661fad8654554))
11+
* **api:** api update ([604d515](https://github.com/Finch-API/finch-api-node/commit/604d515ada5807baed30de88f17c6dc3de037467))
12+
* **api:** manual updates ([308467b](https://github.com/Finch-API/finch-api-node/commit/308467b5d1e4e5414987d6e05bc6664aa4c2475b))
13+
* **api:** move node to typescript generator ([385a003](https://github.com/Finch-API/finch-api-node/commit/385a003b2aa811b37b442cefbcf34a69d949bd01))
14+
* **api:** update automated code reviewer selection ([f5056df](https://github.com/Finch-API/finch-api-node/commit/f5056df6942aa4dd8f755572594acf8ee367f1de))
15+
* **mcp:** add detail field to docs search tool ([02b5c53](https://github.com/Finch-API/finch-api-node/commit/02b5c5328d25f19209a88e0823fc1c4345008dc9))
16+
* **mcp:** add typescript check to code execution tool ([0979665](https://github.com/Finch-API/finch-api-node/commit/0979665ada55251695a0564d720f980eed2c53a8))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([768ecab](https://github.com/Finch-API/finch-api-node/commit/768ecabeea564511683c010253a1228f369f1dd8))
18+
* **mcp:** handle code mode calls in the Stainless API ([3fdc1f1](https://github.com/Finch-API/finch-api-node/commit/3fdc1f1d40e7a3fc8c08332bc745fa6176cbf5c4))
19+
* **mcp:** return logs on code tool errors ([7ea487b](https://github.com/Finch-API/finch-api-node/commit/7ea487bb31709c7883e98636926f5e56165666ce))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([e4f2cf7](https://github.com/Finch-API/finch-api-node/commit/e4f2cf76a663eae8c57b3708a794925e59ec897d))
25+
* **api:** resolve build issues ([aeed241](https://github.com/Finch-API/finch-api-node/commit/aeed24153cce82af62c48e2fd9b488b73f104c86))
26+
* **java:** Resolve name collisions ([265e07a](https://github.com/Finch-API/finch-api-node/commit/265e07a77dd44ea79bae596c57c96f024e4399f9))
27+
* **mcp:** add client instantiation options to code tool ([59f2d4f](https://github.com/Finch-API/finch-api-node/commit/59f2d4fa362864182dfdeea41dc83822a478f1b9))
28+
* **mcp:** correct code tool API endpoint ([f43a914](https://github.com/Finch-API/finch-api-node/commit/f43a914e37bab6e6959b7ce964ccd5de46f47d66))
29+
* **mcp:** return correct lines on typescript errors ([40ff5fd](https://github.com/Finch-API/finch-api-node/commit/40ff5fde9ce20bf8dfe235d424e295dbdfdaab56))
30+
* **mcp:** return tool execution error on api error ([3e3f870](https://github.com/Finch-API/finch-api-node/commit/3e3f87077200e62d2209da0bfe75de2423f28a85))
31+
* **mcp:** return tool execution error on jq failure ([5069638](https://github.com/Finch-API/finch-api-node/commit/5069638aad9fd275a60ac6178f8abb3c20cd4076))
32+
* **tests:** fix tests ([8e9feff](https://github.com/Finch-API/finch-api-node/commit/8e9feff0010d7f6b22be411ad6ab8b5b9c85577a))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([0473c59](https://github.com/Finch-API/finch-api-node/commit/0473c59ffc7e7eedc5e12f5696a2549e0a010135))
38+
* **internal:** codegen related update ([8594637](https://github.com/Finch-API/finch-api-node/commit/85946374046600ac663f7c3d8df6abe0a7530fd0))
39+
* **internal:** codegen related update ([fe31991](https://github.com/Finch-API/finch-api-node/commit/fe319910573803b23a394dfd62cd1d6225a57310))
40+
* **internal:** codegen related update ([7c60e4d](https://github.com/Finch-API/finch-api-node/commit/7c60e4d640c516fc10617c3b427842c07fb10c8f))
41+
* **internal:** codegen related update ([ac2ba8e](https://github.com/Finch-API/finch-api-node/commit/ac2ba8e55418e7505dc0537da9eb79e649dc7771))
42+
* **internal:** upgrade eslint ([9a9a945](https://github.com/Finch-API/finch-api-node/commit/9a9a945664e0b37eca97da9252b3b2f31a1ebc59))
43+
* mcp code tool explicit error message when missing a run function ([7642b54](https://github.com/Finch-API/finch-api-node/commit/7642b54918be860ee9eb13534301266e34d1b306))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([75e9996](https://github.com/Finch-API/finch-api-node/commit/75e999675c793ef2f8aeb6184e566aa19d2e2f43))
45+
* **mcp:** add line numbers to code tool errors ([e75dfaa](https://github.com/Finch-API/finch-api-node/commit/e75dfaace2192eddb6dcdf55de125b13805c2d2b))
46+
* **mcp:** clarify http auth error ([64bfd58](https://github.com/Finch-API/finch-api-node/commit/64bfd587fc8008263a212111c9bf99804b3381b4))
47+
* **mcp:** update lockfile ([41bcee1](https://github.com/Finch-API/finch-api-node/commit/41bcee103bd3af30283f2f6710d18b6af401d1dd))
48+
* **mcp:** upgrade jq-web ([f5ef207](https://github.com/Finch-API/finch-api-node/commit/f5ef20797431a3e899213c2a2bddafb6e3189696))
49+
* sync repo ([7c75f6c](https://github.com/Finch-API/finch-api-node/commit/7c75f6c5d9ae89ecebf91e57bba4f51d1edfee7e))
50+
* use latest @modelcontextprotocol/sdk ([3597fce](https://github.com/Finch-API/finch-api-node/commit/3597fce51d7149b955f73bdcfeec75bf2a990610))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([69491e0](https://github.com/Finch-API/finch-api-node/commit/69491e09f185a2c013202828f7d62f8621e420b3))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([df33e36](https://github.com/Finch-API/finch-api-node/commit/df33e36ba21ca2b31648c0aafabaa743d1090e9f))
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)