Skip to content

Commit 0ec6a96

Browse files
release: 7.0.0
1 parent 629bccc commit 0ec6a96

File tree

6 files changed

+49
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-01)
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 ([cae1312](https://github.com/Finch-API/finch-api-node/commit/cae13123b8171a91979aee2f00cff1adf286bfdb))
10+
* **api:** api update ([000590b](https://github.com/Finch-API/finch-api-node/commit/000590bce7b26d16334ad13c9b52af206060349f))
11+
* **api:** api update ([e953a67](https://github.com/Finch-API/finch-api-node/commit/e953a67ad78a39cd376ef8bc528f92300797b360))
12+
* **api:** manual updates ([1a408a1](https://github.com/Finch-API/finch-api-node/commit/1a408a16649351296f430f6c2c352b46588145f1))
13+
* **api:** move node to typescript generator ([98301c7](https://github.com/Finch-API/finch-api-node/commit/98301c726e78ab145e15cca49c40568fb72b9f54))
14+
* **api:** update automated code reviewer selection ([b400fa5](https://github.com/Finch-API/finch-api-node/commit/b400fa5782b3000727f866af37b2154b1013f36f))
15+
* **mcp:** add detail field to docs search tool ([4cef90c](https://github.com/Finch-API/finch-api-node/commit/4cef90c67958f084c770a6514fbe34730624544c))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([017a0ce](https://github.com/Finch-API/finch-api-node/commit/017a0cec9e249f0a52ba87f02476a272378ceae4))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([f325074](https://github.com/Finch-API/finch-api-node/commit/f3250744526245c405b17e85873d94f161a856d0))
22+
* **api:** resolve build issues ([e6d0982](https://github.com/Finch-API/finch-api-node/commit/e6d09827fa501affc632024c155b5301dde6f309))
23+
* **java:** Resolve name collisions ([f672305](https://github.com/Finch-API/finch-api-node/commit/f6723050aaf885ec5be893f88c8bb1ea59c46bc0))
24+
* **mcp:** return tool execution error on api error ([629bccc](https://github.com/Finch-API/finch-api-node/commit/629bcccd1f14c849ff2378166f5a4658a75a443c))
25+
* **mcp:** return tool execution error on jq failure ([ddbed3a](https://github.com/Finch-API/finch-api-node/commit/ddbed3aec5aeaa0ad2300315c04d42d4f2757bcb))
26+
* **tests:** fix tests ([10ec2e7](https://github.com/Finch-API/finch-api-node/commit/10ec2e73e9cc1a5b34c4690141b947770e7bad06))
27+
28+
29+
### Chores
30+
31+
* **client:** fix logger property type ([5d63cfa](https://github.com/Finch-API/finch-api-node/commit/5d63cfacf1699a1b44db9b70907e9ad7bfef1433))
32+
* **internal:** codegen related update ([ffe9de6](https://github.com/Finch-API/finch-api-node/commit/ffe9de6d9e99a3b90cd497639be699f549c3d538))
33+
* **internal:** codegen related update ([6b259dd](https://github.com/Finch-API/finch-api-node/commit/6b259dd23f8a00247c97aa6db4453396258367e7))
34+
* mcp code tool explicit error message when missing a run function ([36ecb7a](https://github.com/Finch-API/finch-api-node/commit/36ecb7acbc47ee7d7189dee441c2b88fc2e71f4d))
35+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d61e746](https://github.com/Finch-API/finch-api-node/commit/d61e74646b827e4ebafe7c2cfaa8d88db082fd5d))
36+
* **mcp:** add line numbers to code tool errors ([1c06460](https://github.com/Finch-API/finch-api-node/commit/1c06460115439a2281bf1006dc37b2688df73c8a))
37+
* **mcp:** clarify http auth error ([4ccbfe3](https://github.com/Finch-API/finch-api-node/commit/4ccbfe31b1be0c3129824587abc416eaa7ed816e))
38+
* **mcp:** upgrade jq-web ([c77e2ca](https://github.com/Finch-API/finch-api-node/commit/c77e2cab7addfe2a3d581b7fde6077eca2c21b49))
39+
* sync repo ([b3b2fdc](https://github.com/Finch-API/finch-api-node/commit/b3b2fdc31f029e2f174c744fe07c53f14e93c1aa))
40+
41+
42+
### Documentation
43+
44+
* **mcp:** add a README button for one-click add to Cursor ([3f72fe6](https://github.com/Finch-API/finch-api-node/commit/3f72fe66cc46a6930961ec69a602872c59c54a56))
45+
* **mcp:** add a README link to add server to VS Code or Claude Code ([3d01dbb](https://github.com/Finch-API/finch-api-node/commit/3d01dbbb5ed3d5e592beebd8403bd20b616cdeae))
46+
347
## 6.38.0 (2025-10-27)
448

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