Skip to content

Commit 984f84b

Browse files
release: 7.0.0
1 parent aaf6f6a commit 984f84b

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-16)
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 ([d39544d](https://github.com/Finch-API/finch-api-node/commit/d39544d687ef4f53fccba90df14decdbff6db77a))
10+
* **api:** api update ([8dfb3d1](https://github.com/Finch-API/finch-api-node/commit/8dfb3d185fcb25a28984ed95b2ba3a3e862e8397))
11+
* **api:** api update ([7b36a26](https://github.com/Finch-API/finch-api-node/commit/7b36a263ea0ceba435393c9e85924252d52da121))
12+
* **api:** manual updates ([f5c2e33](https://github.com/Finch-API/finch-api-node/commit/f5c2e331a3a3cb0cff8b6380f1494fb025b0ab05))
13+
* **api:** move node to typescript generator ([14f09ea](https://github.com/Finch-API/finch-api-node/commit/14f09ea9ed0b6d4fb7bb790104e329d61443130a))
14+
* **api:** update automated code reviewer selection ([da18d8b](https://github.com/Finch-API/finch-api-node/commit/da18d8b300eb39a90cf363862b1a73c0daa3e559))
15+
* **mcp:** add detail field to docs search tool ([f70e206](https://github.com/Finch-API/finch-api-node/commit/f70e2062478544aec1d101fb46098206b24663ab))
16+
* **mcp:** add typescript check to code execution tool ([77f1afb](https://github.com/Finch-API/finch-api-node/commit/77f1afb1e247fbf5c2121af02d2a4b023226ba82))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([dc01b25](https://github.com/Finch-API/finch-api-node/commit/dc01b25a65b21a9c8985c9846067a796eb127ac1))
18+
* **mcp:** handle code mode calls in the Stainless API ([4ad54fd](https://github.com/Finch-API/finch-api-node/commit/4ad54fd31c8a29dd056df8193830c024f0e55ba3))
19+
* **mcp:** return logs on code tool errors ([e832fcf](https://github.com/Finch-API/finch-api-node/commit/e832fcf6872e7f67d17f6d24808f30b748bf6526))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([8466cce](https://github.com/Finch-API/finch-api-node/commit/8466cce905cc285d176b9964adbf37d83051bce4))
25+
* **api:** resolve build issues ([c672591](https://github.com/Finch-API/finch-api-node/commit/c6725912ccf14e665dac2d2ae2de63c73c9ecc5d))
26+
* **java:** Resolve name collisions ([32601ef](https://github.com/Finch-API/finch-api-node/commit/32601ef514ff495fd267d0ffdef96bae2a60d2c7))
27+
* **mcp:** add client instantiation options to code tool ([e96bc1f](https://github.com/Finch-API/finch-api-node/commit/e96bc1fe2bdf979667b137fb7f29126694e7299a))
28+
* **mcp:** correct code tool API endpoint ([e7e9e65](https://github.com/Finch-API/finch-api-node/commit/e7e9e65f68dc908f010c7fac511460b56e67c798))
29+
* **mcp:** return correct lines on typescript errors ([ed00859](https://github.com/Finch-API/finch-api-node/commit/ed0085909caa7a4e4500effa47fb741f2adb941f))
30+
* **mcp:** return tool execution error on api error ([7cb703b](https://github.com/Finch-API/finch-api-node/commit/7cb703b04acf05c46fdfb5cbaab8a01f0ae9eb8f))
31+
* **mcp:** return tool execution error on jq failure ([7fb8c2f](https://github.com/Finch-API/finch-api-node/commit/7fb8c2f98b02f1cc0164d448fba548616018a774))
32+
* **tests:** fix tests ([b401758](https://github.com/Finch-API/finch-api-node/commit/b401758027b53d72d4986da3c558d5925ec3d665))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([fe75cb6](https://github.com/Finch-API/finch-api-node/commit/fe75cb6c8a0870248c30a1ae2a439f759e8e15a5))
38+
* **internal:** codegen related update ([82e86eb](https://github.com/Finch-API/finch-api-node/commit/82e86ebb45b90ac4f3a1f8c2885ce6b53d1d318b))
39+
* **internal:** codegen related update ([93a9374](https://github.com/Finch-API/finch-api-node/commit/93a937454d7d82b1e7a10ced991f3baaed514fee))
40+
* **internal:** codegen related update ([32b2e42](https://github.com/Finch-API/finch-api-node/commit/32b2e420892cfcc372eecd1a0d004f15281ebf73))
41+
* **internal:** codegen related update ([6401d45](https://github.com/Finch-API/finch-api-node/commit/6401d45231a8c2a91203042fab4fc3f189484fbc))
42+
* **internal:** upgrade eslint ([282fb29](https://github.com/Finch-API/finch-api-node/commit/282fb29b5d8db0ca5a821cc50444e6c227d825cc))
43+
* mcp code tool explicit error message when missing a run function ([402731c](https://github.com/Finch-API/finch-api-node/commit/402731cc9f31012e5d98c45565d326a652f5190c))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([138463f](https://github.com/Finch-API/finch-api-node/commit/138463f294f8bf2bc5da146e9bbdc883b5a0b63b))
45+
* **mcp:** add line numbers to code tool errors ([632213c](https://github.com/Finch-API/finch-api-node/commit/632213c4e51a48bd1931644852f2989a2ec3b48d))
46+
* **mcp:** clarify http auth error ([91aedcf](https://github.com/Finch-API/finch-api-node/commit/91aedcfa4bcaba702f2a15faada1364e8b0542c7))
47+
* **mcp:** update lockfile ([aaf6f6a](https://github.com/Finch-API/finch-api-node/commit/aaf6f6a9488fe7e7fa560b13e2a3680110f165a2))
48+
* **mcp:** upgrade jq-web ([3aed457](https://github.com/Finch-API/finch-api-node/commit/3aed457514680f755da16913b317bd30f407fd07))
49+
* sync repo ([fb35dc8](https://github.com/Finch-API/finch-api-node/commit/fb35dc800be3bcfdddf1ae74a5620e3c7215ea7f))
50+
* use latest @modelcontextprotocol/sdk ([48a74af](https://github.com/Finch-API/finch-api-node/commit/48a74af007990337d53869a0b970d8a6231ee96e))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([c187f4d](https://github.com/Finch-API/finch-api-node/commit/c187f4d0ab497aa9780e45fc68fcd9ed8e1d4241))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ecf594a](https://github.com/Finch-API/finch-api-node/commit/ecf594ae05ff996fe9e0b0f92265af0a11d64c6a))
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)