Skip to content

Commit 754aece

Browse files
release: 7.0.0
1 parent 0b775df commit 754aece

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 ([02e1d10](https://github.com/Finch-API/finch-api-node/commit/02e1d10a958a09488d43bb42b658e09174891fb2))
10+
* **api:** api update ([40f8f7e](https://github.com/Finch-API/finch-api-node/commit/40f8f7eaa9cb7261462ad8ad36fb9ae0666b1e74))
11+
* **api:** api update ([3b22c63](https://github.com/Finch-API/finch-api-node/commit/3b22c636d910868fd53dfdae79df2857fcbee7cf))
12+
* **api:** manual updates ([735dc0c](https://github.com/Finch-API/finch-api-node/commit/735dc0c48c88c6713430f964c8bd36800474516e))
13+
* **api:** move node to typescript generator ([b003394](https://github.com/Finch-API/finch-api-node/commit/b003394813f1d14f63424c24a41d51e607eb2677))
14+
* **api:** update automated code reviewer selection ([09909dc](https://github.com/Finch-API/finch-api-node/commit/09909dc711079fbc6277ac7aa5bd1fe78910973e))
15+
* **mcp:** add detail field to docs search tool ([de6ac16](https://github.com/Finch-API/finch-api-node/commit/de6ac1685d568aa12c246b7621b0a1076d8c97b5))
16+
* **mcp:** add typescript check to code execution tool ([a8fa08c](https://github.com/Finch-API/finch-api-node/commit/a8fa08cf254be9931ca7a75fbb9ec36e265bb099))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([4b7623d](https://github.com/Finch-API/finch-api-node/commit/4b7623d25eb2a49bc8c8e382f927e5e6d7a86981))
18+
* **mcp:** handle code mode calls in the Stainless API ([a8a4bc6](https://github.com/Finch-API/finch-api-node/commit/a8a4bc65dfe50409a390fdc025e6876abb8ad662))
19+
* **mcp:** return logs on code tool errors ([bcf3b71](https://github.com/Finch-API/finch-api-node/commit/bcf3b71ac416df0a1f2c0c27d08f687fa1e51628))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([94355b5](https://github.com/Finch-API/finch-api-node/commit/94355b5ab2c778b60ec12d20ca8922d61c220061))
25+
* **api:** resolve build issues ([9eabfaf](https://github.com/Finch-API/finch-api-node/commit/9eabfaf2285cff81b35b9fcb431a41f5e90c25de))
26+
* **java:** Resolve name collisions ([f943494](https://github.com/Finch-API/finch-api-node/commit/f943494239a76724572a17a9cdfcaea2b24bb9c1))
27+
* **mcp:** add client instantiation options to code tool ([9c58162](https://github.com/Finch-API/finch-api-node/commit/9c581622fb61ea993bb0a993e8dcd028bffbb7c4))
28+
* **mcp:** correct code tool API endpoint ([ac22b5e](https://github.com/Finch-API/finch-api-node/commit/ac22b5ef436099d6b8db8a63f10f9633dfa2f3e3))
29+
* **mcp:** return correct lines on typescript errors ([79a09df](https://github.com/Finch-API/finch-api-node/commit/79a09df448c235eeff85fa7cd49cdd396e75c40c))
30+
* **mcp:** return tool execution error on api error ([e184aa4](https://github.com/Finch-API/finch-api-node/commit/e184aa46b7a078a705b28e3c0d28b3f05feda4bb))
31+
* **mcp:** return tool execution error on jq failure ([557329d](https://github.com/Finch-API/finch-api-node/commit/557329d88087b5b00cc9559e5e46041ba3136a2e))
32+
* **tests:** fix tests ([7f46017](https://github.com/Finch-API/finch-api-node/commit/7f4601710341120b5c7700863b375b5411d7d9ba))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([0535fc6](https://github.com/Finch-API/finch-api-node/commit/0535fc63b1e5c93bf95dae4114e5d3768789f4c4))
38+
* **internal:** codegen related update ([b8f264c](https://github.com/Finch-API/finch-api-node/commit/b8f264c49f8f6bf036c5ab587d5da186f1f6ecce))
39+
* **internal:** codegen related update ([6456424](https://github.com/Finch-API/finch-api-node/commit/64564241584d694d5c37cff1293f4ca2feebf82b))
40+
* **internal:** codegen related update ([4c56685](https://github.com/Finch-API/finch-api-node/commit/4c5668509cdc7627d405f88ff7bc1c573e535688))
41+
* **internal:** codegen related update ([4368132](https://github.com/Finch-API/finch-api-node/commit/4368132c6bf44e92a21fa19afbfb6caa598e0667))
42+
* **internal:** upgrade eslint ([4420f00](https://github.com/Finch-API/finch-api-node/commit/4420f00b6d67e0cacdd5492d256c802667c81962))
43+
* mcp code tool explicit error message when missing a run function ([002a394](https://github.com/Finch-API/finch-api-node/commit/002a394cb96d9540959490792841d1c61a0bdce5))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([6375d62](https://github.com/Finch-API/finch-api-node/commit/6375d62fac05cb69d4f29b4a590f3263be51a73a))
45+
* **mcp:** add line numbers to code tool errors ([135640f](https://github.com/Finch-API/finch-api-node/commit/135640fd4a0f18933caa06e8955ff21e825d1033))
46+
* **mcp:** clarify http auth error ([3297b81](https://github.com/Finch-API/finch-api-node/commit/3297b81165f634dfbf9924a0debf59879d421326))
47+
* **mcp:** update lockfile ([0b775df](https://github.com/Finch-API/finch-api-node/commit/0b775dfde3a7ce499b568eb443071021cc2d69fa))
48+
* **mcp:** upgrade jq-web ([1437a2b](https://github.com/Finch-API/finch-api-node/commit/1437a2be8d6dc3ccde9668c6b0c35985bf44a2bb))
49+
* sync repo ([c51537a](https://github.com/Finch-API/finch-api-node/commit/c51537a4e1bceed52eeea0681d439b7192365eb5))
50+
* use latest @modelcontextprotocol/sdk ([5d6dd7c](https://github.com/Finch-API/finch-api-node/commit/5d6dd7cfb8fb7734e9369ead6904b6abb9389bfe))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([50651a5](https://github.com/Finch-API/finch-api-node/commit/50651a5a2724662b1ee2cfa4c2d49d55fb2a31d4))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([585166d](https://github.com/Finch-API/finch-api-node/commit/585166d1a7d81628f284740a3a79e646ca6486d3))
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)