Skip to content

Commit d67891c

Browse files
release: 7.0.0
1 parent d2ccaf4 commit d67891c

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-02)
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 ([98200f8](https://github.com/Finch-API/finch-api-node/commit/98200f8b5369c4b55474e91d1dc9a2029315cf77))
10+
* **api:** api update ([edf0fd0](https://github.com/Finch-API/finch-api-node/commit/edf0fd01319c909a530a8bd26b9b97bf7afd843e))
11+
* **api:** api update ([5080702](https://github.com/Finch-API/finch-api-node/commit/50807020e9cb47f4c8f9cb4276c42ab56342e866))
12+
* **api:** manual updates ([08d4838](https://github.com/Finch-API/finch-api-node/commit/08d4838586fc5a1220908d49e9648481a77c7882))
13+
* **api:** move node to typescript generator ([05e4dc9](https://github.com/Finch-API/finch-api-node/commit/05e4dc967a0e89f1852b0ef333f37d7330f2cab2))
14+
* **api:** update automated code reviewer selection ([e31ab6f](https://github.com/Finch-API/finch-api-node/commit/e31ab6f16d8b7217663b36a2caf7e462f49bbcdb))
15+
* **mcp:** add detail field to docs search tool ([7121ed7](https://github.com/Finch-API/finch-api-node/commit/7121ed76a3fa577a45ea91a3b9f46a63af2bbda2))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([d8a7c02](https://github.com/Finch-API/finch-api-node/commit/d8a7c02ce7e68373fa637db7b93ab4dea2c1b5b5))
17+
* **mcp:** return logs on code tool errors ([6699599](https://github.com/Finch-API/finch-api-node/commit/6699599687b8ccd4d12ca27742a56bfb3e29534b))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([1429807](https://github.com/Finch-API/finch-api-node/commit/142980792264ec15cf97bb74b2ea3706ea1ed86a))
23+
* **api:** resolve build issues ([5802963](https://github.com/Finch-API/finch-api-node/commit/58029638033c47542ad66b08078e5beaa997828a))
24+
* **java:** Resolve name collisions ([2d849aa](https://github.com/Finch-API/finch-api-node/commit/2d849aa03cc0341ae764b72464bef5b88808d672))
25+
* **mcp:** return tool execution error on api error ([57f233c](https://github.com/Finch-API/finch-api-node/commit/57f233cfc59d7cfc7c56ee4976a422970e6238fd))
26+
* **mcp:** return tool execution error on jq failure ([26487df](https://github.com/Finch-API/finch-api-node/commit/26487df9b9362b36037f6dfb087666e813eec0a3))
27+
* **tests:** fix tests ([58c7c89](https://github.com/Finch-API/finch-api-node/commit/58c7c89dda0fe3c6a6477edc5ce14caaabb5330c))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([3ae1026](https://github.com/Finch-API/finch-api-node/commit/3ae1026aafc4ae2a7e62591f3be5a1494a2670c7))
33+
* **internal:** codegen related update ([d2ac78a](https://github.com/Finch-API/finch-api-node/commit/d2ac78a27897a78febc3f438641600fcc17262aa))
34+
* **internal:** codegen related update ([7523a4d](https://github.com/Finch-API/finch-api-node/commit/7523a4dd7e31a6b61ff32a7a93388db194720ee4))
35+
* **internal:** upgrade eslint ([d2ccaf4](https://github.com/Finch-API/finch-api-node/commit/d2ccaf478d65a82b556476c11443c3c777b19b4d))
36+
* mcp code tool explicit error message when missing a run function ([3f4d65b](https://github.com/Finch-API/finch-api-node/commit/3f4d65b662a0898bf0c1438a532596abe4dfeb0d))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1659c3d](https://github.com/Finch-API/finch-api-node/commit/1659c3d5ae06708c839513215acd49d46655cfa4))
38+
* **mcp:** add line numbers to code tool errors ([8237c4b](https://github.com/Finch-API/finch-api-node/commit/8237c4be15fdeb4e3996da793f53059123baff81))
39+
* **mcp:** clarify http auth error ([43f325a](https://github.com/Finch-API/finch-api-node/commit/43f325a52c2fe3b1017ec7c91e3b08097b854609))
40+
* **mcp:** upgrade jq-web ([32e122f](https://github.com/Finch-API/finch-api-node/commit/32e122f0425b06225b1ddef3341319465b3e9e37))
41+
* sync repo ([1c3360c](https://github.com/Finch-API/finch-api-node/commit/1c3360c5a9e28ac84f8f32a647ee24e3a49e9d02))
42+
43+
44+
### Documentation
45+
46+
* **mcp:** add a README button for one-click add to Cursor ([d215323](https://github.com/Finch-API/finch-api-node/commit/d215323752b0a5ef68ac045aa3466342f2b39ba5))
47+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ce7ccb2](https://github.com/Finch-API/finch-api-node/commit/ce7ccb2f7aae43a20d8a3b371add4dad42f43bea))
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)