Skip to content

Commit 9baa748

Browse files
release: 7.0.0
1 parent 69cbe34 commit 9baa748

File tree

6 files changed

+51
-5
lines changed

6 files changed

+51
-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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## 7.0.0 (2025-12-03)
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 ([e267265](https://github.com/Finch-API/finch-api-node/commit/e26726530e41d6c438ed8f09e135be476ab2d938))
10+
* **api:** api update ([2c507f8](https://github.com/Finch-API/finch-api-node/commit/2c507f8d35a2dcc61b3add90d19bf5fc225d970e))
11+
* **api:** api update ([d7b69da](https://github.com/Finch-API/finch-api-node/commit/d7b69da7639faf8547d22cc6d305ec17b3ca6899))
12+
* **api:** manual updates ([38568ab](https://github.com/Finch-API/finch-api-node/commit/38568aba23325fa1c5e4059e8f00fd42b5513cde))
13+
* **api:** move node to typescript generator ([779155a](https://github.com/Finch-API/finch-api-node/commit/779155a0190f4589c5bcf46e03a8b640c96901c4))
14+
* **api:** update automated code reviewer selection ([027b3c4](https://github.com/Finch-API/finch-api-node/commit/027b3c4ebdbfb4454554ddde713edc542fe74c35))
15+
* **mcp:** add detail field to docs search tool ([fbb621e](https://github.com/Finch-API/finch-api-node/commit/fbb621ef3d251adb3727442582505cb1300d9c30))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([7d469a5](https://github.com/Finch-API/finch-api-node/commit/7d469a5102aac6cf099cf89e7f4219952d489b28))
17+
* **mcp:** return logs on code tool errors ([cc5096f](https://github.com/Finch-API/finch-api-node/commit/cc5096f30ca1d51a7d3bfa0bf9d708f0eb2f752e))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([6fbd564](https://github.com/Finch-API/finch-api-node/commit/6fbd564491717a89413912fe47b27786e14b8e2a))
23+
* **api:** resolve build issues ([79a57d8](https://github.com/Finch-API/finch-api-node/commit/79a57d8c8b553478d4f9e48ccd8b90573d8ddd42))
24+
* **java:** Resolve name collisions ([4601b60](https://github.com/Finch-API/finch-api-node/commit/4601b60e8d051d7838a7e32dc8146ba22787b1a6))
25+
* **mcp:** return tool execution error on api error ([8af043a](https://github.com/Finch-API/finch-api-node/commit/8af043afd48b0c11a4462ff4e9d25fa697a133c6))
26+
* **mcp:** return tool execution error on jq failure ([7049121](https://github.com/Finch-API/finch-api-node/commit/70491217c15bb4299a01e9979e3b06fef9b3505c))
27+
* **tests:** fix tests ([645764e](https://github.com/Finch-API/finch-api-node/commit/645764e3c3c04d918059505633519b0ed64d2d87))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([ec7d2f5](https://github.com/Finch-API/finch-api-node/commit/ec7d2f532b40d675c906222c2e3cdb2e8fdab1ab))
33+
* **internal:** codegen related update ([18e975b](https://github.com/Finch-API/finch-api-node/commit/18e975be9a7f8ab27c7af5e557eaccbb760e8280))
34+
* **internal:** codegen related update ([a075124](https://github.com/Finch-API/finch-api-node/commit/a0751242aa7116b9605eb3f9a94db1925a649a9f))
35+
* **internal:** upgrade eslint ([69cbe34](https://github.com/Finch-API/finch-api-node/commit/69cbe34afe53cd6e0ea09b14f124f303a4f11917))
36+
* mcp code tool explicit error message when missing a run function ([d773fee](https://github.com/Finch-API/finch-api-node/commit/d773fee35a025b3ad14dc2aca04a83e1717c71df))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ecd7fa3](https://github.com/Finch-API/finch-api-node/commit/ecd7fa3a759be959e7e3d8c70bd1aac8559ae6f6))
38+
* **mcp:** add line numbers to code tool errors ([419cde4](https://github.com/Finch-API/finch-api-node/commit/419cde460a3ce5b3e257bdcc29910e4e16438aa9))
39+
* **mcp:** clarify http auth error ([6413ec3](https://github.com/Finch-API/finch-api-node/commit/6413ec3805101ab770dc62e6e8058b1c750634f3))
40+
* **mcp:** upgrade jq-web ([20b9383](https://github.com/Finch-API/finch-api-node/commit/20b9383f8d9ef3668c5d2139a0126ea2845b19d4))
41+
* sync repo ([b25fed4](https://github.com/Finch-API/finch-api-node/commit/b25fed4822baaade3655c1c939479bc1a2b64014))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([fda4511](https://github.com/Finch-API/finch-api-node/commit/fda45111a7423a5f8cf02871a2d6213f107efa07))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([177a682](https://github.com/Finch-API/finch-api-node/commit/177a68257077ab8830def7661eea73632786b4ca))
48+
349
## 6.38.0 (2025-10-27)
450

551
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)