Skip to content

Commit e13468a

Browse files
release: 7.0.0
1 parent 72bbaea commit e13468a

File tree

6 files changed

+52
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-04)
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 ([9862362](https://github.com/Finch-API/finch-api-node/commit/9862362f01dee015c40ccb6b7b49d4459ae0c61a))
10+
* **api:** api update ([f078f2b](https://github.com/Finch-API/finch-api-node/commit/f078f2b4199a487da6d7acc87acdcfe3db0c1a5d))
11+
* **api:** api update ([17680fb](https://github.com/Finch-API/finch-api-node/commit/17680fb68db0e0f2b6f2a44ebc4edb13e7649ec4))
12+
* **api:** manual updates ([492914c](https://github.com/Finch-API/finch-api-node/commit/492914c71798667cac9ff2f6c54e2791d3a825ae))
13+
* **api:** move node to typescript generator ([e790b74](https://github.com/Finch-API/finch-api-node/commit/e790b7426f19c019504793e8533d9e34d469e7f5))
14+
* **api:** update automated code reviewer selection ([9ce8f3c](https://github.com/Finch-API/finch-api-node/commit/9ce8f3c2bf09d418e74ae5d6925ccc202f3a2589))
15+
* **mcp:** add detail field to docs search tool ([8cf73fa](https://github.com/Finch-API/finch-api-node/commit/8cf73fac2ee3aa149849fc98edf6b57b7c496b7a))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([a331533](https://github.com/Finch-API/finch-api-node/commit/a331533d0a7497586a4b33fa0ad479c9131278f1))
17+
* **mcp:** return logs on code tool errors ([c0ca52a](https://github.com/Finch-API/finch-api-node/commit/c0ca52ab7091499c19ccd625e4910146bf8f46ab))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([d973788](https://github.com/Finch-API/finch-api-node/commit/d973788da9420088c7d2f2c17a89d861b933866f))
23+
* **api:** resolve build issues ([bc143b5](https://github.com/Finch-API/finch-api-node/commit/bc143b5b8614c3701c3092ab473975e8a82f93ae))
24+
* **java:** Resolve name collisions ([6f80026](https://github.com/Finch-API/finch-api-node/commit/6f8002633ef8dd5681a50f200ee0ded43b145062))
25+
* **mcp:** return tool execution error on api error ([9c403a1](https://github.com/Finch-API/finch-api-node/commit/9c403a188a798403bcf42bfefe50d519a4b312b8))
26+
* **mcp:** return tool execution error on jq failure ([0620654](https://github.com/Finch-API/finch-api-node/commit/06206544b7b58e71c537d3c6ff103cbbcabc4f85))
27+
* **tests:** fix tests ([e5d63b5](https://github.com/Finch-API/finch-api-node/commit/e5d63b59d78c3a0353e0a6a0ddc382495db52fc4))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([7eff7cb](https://github.com/Finch-API/finch-api-node/commit/7eff7cbd98439dc96011425831a57488b8d96611))
33+
* **internal:** codegen related update ([b502167](https://github.com/Finch-API/finch-api-node/commit/b5021679903d242c881081709f4e48e2114abbe4))
34+
* **internal:** codegen related update ([34e8582](https://github.com/Finch-API/finch-api-node/commit/34e85820d6f0911f30b32e256d1d46cd7750680a))
35+
* **internal:** upgrade eslint ([2624c09](https://github.com/Finch-API/finch-api-node/commit/2624c095066de5c818eadff6f604424b78d4dcfd))
36+
* mcp code tool explicit error message when missing a run function ([1bb1211](https://github.com/Finch-API/finch-api-node/commit/1bb1211b94e3f07b94098e71fea668c574c2fcfb))
37+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([a20b33c](https://github.com/Finch-API/finch-api-node/commit/a20b33c674aa31cf56af6684fac40b50a1f31c47))
38+
* **mcp:** add line numbers to code tool errors ([eaf6623](https://github.com/Finch-API/finch-api-node/commit/eaf66234da1a350e48522c6ff86f8c17ec69e887))
39+
* **mcp:** clarify http auth error ([7b94d2c](https://github.com/Finch-API/finch-api-node/commit/7b94d2c1290b95cb172c0b4ea451170742cda77c))
40+
* **mcp:** upgrade jq-web ([5a79dab](https://github.com/Finch-API/finch-api-node/commit/5a79daba81ad00b9256e14cd55611089d6367d48))
41+
* sync repo ([f0f8427](https://github.com/Finch-API/finch-api-node/commit/f0f84277277dabc1721a8fa2b408ac0afadb004f))
42+
* use latest @modelcontextprotocol/sdk ([72bbaea](https://github.com/Finch-API/finch-api-node/commit/72bbaea1ce81108ade9e118c669946c62ee040fa))
43+
44+
45+
### Documentation
46+
47+
* **mcp:** add a README button for one-click add to Cursor ([bc4cb64](https://github.com/Finch-API/finch-api-node/commit/bc4cb64d5004e6292585eb2333184d6652dcf7a3))
48+
* **mcp:** add a README link to add server to VS Code or Claude Code ([26be0b7](https://github.com/Finch-API/finch-api-node/commit/26be0b72a9173c01ae9dcc983962803e29ebb42c))
49+
350
## 6.38.0 (2025-10-27)
451

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