Skip to content

Commit 422baa9

Browse files
release: 7.0.0
1 parent 6de4d07 commit 422baa9

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
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 ([c0b3262](https://github.com/Finch-API/finch-api-node/commit/c0b3262b981cd03e909f6587b6830eb41db2bcec))
10+
* **api:** api update ([f7665f7](https://github.com/Finch-API/finch-api-node/commit/f7665f78c9e183e066222a01f953cf14ef7894a9))
11+
* **api:** api update ([06d3c12](https://github.com/Finch-API/finch-api-node/commit/06d3c12ae2dc49e90e0be0eb19ed8b2530fd8ed9))
12+
* **api:** manual updates ([a542e5c](https://github.com/Finch-API/finch-api-node/commit/a542e5c664e3e382c81c08100cf363afd815adaa))
13+
* **api:** move node to typescript generator ([86583a7](https://github.com/Finch-API/finch-api-node/commit/86583a75e71541a8a0c2801841d2e54679a513b7))
14+
* **api:** update automated code reviewer selection ([8b409b2](https://github.com/Finch-API/finch-api-node/commit/8b409b2b4471a911911490d1a8c8bf3cf2b718c2))
15+
* **mcp:** add detail field to docs search tool ([0711616](https://github.com/Finch-API/finch-api-node/commit/0711616836eae0f1cacfb07c11d817729dcf642f))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([59e53ce](https://github.com/Finch-API/finch-api-node/commit/59e53ce63b815408123b37f34efe742a63828f70))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([1292846](https://github.com/Finch-API/finch-api-node/commit/1292846c5de8035014f2d67b07ee91f734b450e8))
22+
* **api:** resolve build issues ([5b0c595](https://github.com/Finch-API/finch-api-node/commit/5b0c595a486ea5d76a384ca1ac24a85638792837))
23+
* **java:** Resolve name collisions ([10e0396](https://github.com/Finch-API/finch-api-node/commit/10e03963d08a802799ff241993f3977c8762ab2f))
24+
* **mcp:** return tool execution error on jq failure ([f146874](https://github.com/Finch-API/finch-api-node/commit/f146874175650293bcdf5bbdb0ea2e11bec7902f))
25+
* **tests:** fix tests ([760a51f](https://github.com/Finch-API/finch-api-node/commit/760a51fa28da1bef2be59abbb4eece4d5b5d1993))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([1a378f5](https://github.com/Finch-API/finch-api-node/commit/1a378f5111054463ac6609ae2772f5bdf39895b8))
31+
* **internal:** codegen related update ([b289e23](https://github.com/Finch-API/finch-api-node/commit/b289e2380c098aec959f0c823350b037232da337))
32+
* **internal:** codegen related update ([bdbf3c5](https://github.com/Finch-API/finch-api-node/commit/bdbf3c5a340c914ffb9e845c6712b5aeeaa2de9a))
33+
* mcp code tool explicit error message when missing a run function ([fc17671](https://github.com/Finch-API/finch-api-node/commit/fc17671ee507fb4942bb79f3efd32241d03a7fc9))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([53276e1](https://github.com/Finch-API/finch-api-node/commit/53276e1839560390173e9416e8e05b1c39a99a69))
35+
* **mcp:** add line numbers to code tool errors ([756c231](https://github.com/Finch-API/finch-api-node/commit/756c2310344ad9c39f770c5f05cc5b1addc081b5))
36+
* **mcp:** clarify http auth error ([c5da685](https://github.com/Finch-API/finch-api-node/commit/c5da6859d908281a40d79431272d9d0c1bd5011d))
37+
* **mcp:** upgrade jq-web ([fa35a74](https://github.com/Finch-API/finch-api-node/commit/fa35a7446f6cf736dc78cdec82deeadf66696a17))
38+
* sync repo ([401c003](https://github.com/Finch-API/finch-api-node/commit/401c003814c9bf74af665ec1f1cf07205973d093))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([492ba66](https://github.com/Finch-API/finch-api-node/commit/492ba665ef1a338720f9ce956aea7fd4f42d624d))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([412219d](https://github.com/Finch-API/finch-api-node/commit/412219d142d59c8334fbc3abd66b13675f6f92f9))
45+
346
## 6.38.0 (2025-10-27)
447

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