Skip to content

Commit 06b0f54

Browse files
release: 7.0.0
1 parent 7b6abdf commit 06b0f54

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 ([1accedf](https://github.com/Finch-API/finch-api-node/commit/1accedfb37eeae93f37056311b721ee553ef2bb1))
10+
* **api:** api update ([e6a6cc6](https://github.com/Finch-API/finch-api-node/commit/e6a6cc6a70937a3686a0a5b96a7b706247c0184c))
11+
* **api:** api update ([fd4e078](https://github.com/Finch-API/finch-api-node/commit/fd4e078891ddc368e8515ebcb5a98700c078fb21))
12+
* **api:** manual updates ([1040aa1](https://github.com/Finch-API/finch-api-node/commit/1040aa1303bf3b987dc331bfde402f3f4b5b3fb7))
13+
* **api:** move node to typescript generator ([d90694f](https://github.com/Finch-API/finch-api-node/commit/d90694ff64656fcd2c34c2b8aa5b0491525dcf44))
14+
* **api:** update automated code reviewer selection ([c643f6a](https://github.com/Finch-API/finch-api-node/commit/c643f6ab3814137a28e9c85574bdc3cb5c2e5fdc))
15+
* **mcp:** add detail field to docs search tool ([4141659](https://github.com/Finch-API/finch-api-node/commit/414165994dc76f97bb6dea5e5a8b03e82b892bda))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([a64f039](https://github.com/Finch-API/finch-api-node/commit/a64f039df599f6347a8b121eb7dfc2190b133ba0))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([33f335b](https://github.com/Finch-API/finch-api-node/commit/33f335be56658bf96f2cc3e13d51e6880403e3fc))
22+
* **api:** resolve build issues ([c3933dc](https://github.com/Finch-API/finch-api-node/commit/c3933dce8c7379646e81cb53b7ce04aeb209ae93))
23+
* **java:** Resolve name collisions ([05d544c](https://github.com/Finch-API/finch-api-node/commit/05d544c5ad169e06470b358846b8496e44ec0166))
24+
* **mcp:** return tool execution error on jq failure ([fd59244](https://github.com/Finch-API/finch-api-node/commit/fd59244c62709c89b76086b3370dc15c76e60a06))
25+
* **tests:** fix tests ([cfc3dea](https://github.com/Finch-API/finch-api-node/commit/cfc3deaf57e2bc51319bed448ee53651c0fd7edc))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([f19c01e](https://github.com/Finch-API/finch-api-node/commit/f19c01e62e7667f03dc4fc10659a93d0b416254a))
31+
* **internal:** codegen related update ([4a09378](https://github.com/Finch-API/finch-api-node/commit/4a09378e87cfba6eec39be3744a9a371a61896e7))
32+
* **internal:** codegen related update ([8da926c](https://github.com/Finch-API/finch-api-node/commit/8da926cd0ea251f69c643de8a0a642ce8a305e7e))
33+
* mcp code tool explicit error message when missing a run function ([32615ff](https://github.com/Finch-API/finch-api-node/commit/32615ffcc2718c95d93737eddab2d639b48224b9))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([dbb04d3](https://github.com/Finch-API/finch-api-node/commit/dbb04d3f9b56d034b446a7efe766fa9cdf532bfb))
35+
* **mcp:** add line numbers to code tool errors ([25da3d7](https://github.com/Finch-API/finch-api-node/commit/25da3d74d81011a38c84423c9bd9504dc98fc4d3))
36+
* **mcp:** clarify http auth error ([47b1395](https://github.com/Finch-API/finch-api-node/commit/47b13954576163e26ee222b8d3e3fcad3e444832))
37+
* **mcp:** upgrade jq-web ([a8c6137](https://github.com/Finch-API/finch-api-node/commit/a8c61372c0e7641cd6997f55f4b6711ff987fee9))
38+
* sync repo ([681ab9e](https://github.com/Finch-API/finch-api-node/commit/681ab9e50bedaf9b43373b91699c63cfe6657c5e))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([c68a48c](https://github.com/Finch-API/finch-api-node/commit/c68a48c48f500e7e33fefa22b04b755114d9e9e4))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d45c4a0](https://github.com/Finch-API/finch-api-node/commit/d45c4a02eca6d8398d79541c230e333c3127b651))
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)