Skip to content

Commit 0f2203a

Browse files
release: 7.0.0
1 parent 1fc18d9 commit 0f2203a

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 ([6db207e](https://github.com/Finch-API/finch-api-node/commit/6db207e369447e58631ed40ad884d666cde4e5a3))
10+
* **api:** api update ([945571a](https://github.com/Finch-API/finch-api-node/commit/945571a5bf57f2436c11581e1f176b000fe1d933))
11+
* **api:** api update ([023276a](https://github.com/Finch-API/finch-api-node/commit/023276acfc52881f2933425a3109dfa795451602))
12+
* **api:** manual updates ([19924ca](https://github.com/Finch-API/finch-api-node/commit/19924ca2eecc800a2719a9be336a3429ace34423))
13+
* **api:** move node to typescript generator ([b606789](https://github.com/Finch-API/finch-api-node/commit/b6067897fddc6cc12bf41051e617f91e1f96e48e))
14+
* **api:** update automated code reviewer selection ([56a1247](https://github.com/Finch-API/finch-api-node/commit/56a1247b0c9e68e2481b53af06e9c601f1a8a668))
15+
* **mcp:** add detail field to docs search tool ([dc404c0](https://github.com/Finch-API/finch-api-node/commit/dc404c01cb2634060857fb765e59abf42c42ef0c))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([238a7da](https://github.com/Finch-API/finch-api-node/commit/238a7da86baaff3b6d42e5cd960361fadf4c6ce8))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([0b85d79](https://github.com/Finch-API/finch-api-node/commit/0b85d798cfe7d3fe7b9f5b25af3488afbfb98e0a))
22+
* **api:** resolve build issues ([3f0fb30](https://github.com/Finch-API/finch-api-node/commit/3f0fb30a8653148ff6d7540063b77db00584255e))
23+
* **java:** Resolve name collisions ([f24cb2e](https://github.com/Finch-API/finch-api-node/commit/f24cb2eea953bc887ac5df4dbd1dc79e9dc368cf))
24+
* **mcp:** return tool execution error on jq failure ([47b7606](https://github.com/Finch-API/finch-api-node/commit/47b76068f62b630e453d2c9e5b5fb11051e4c3aa))
25+
* **tests:** fix tests ([4c6f87a](https://github.com/Finch-API/finch-api-node/commit/4c6f87a511b408305a425babe70a91bc615aca62))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([a6c9cdc](https://github.com/Finch-API/finch-api-node/commit/a6c9cdcc378c7d5425efea0277bc18b865010a28))
31+
* **internal:** codegen related update ([5007cd3](https://github.com/Finch-API/finch-api-node/commit/5007cd3c665e51794f4107ce5cc40d31bbc16434))
32+
* **internal:** codegen related update ([799bc22](https://github.com/Finch-API/finch-api-node/commit/799bc22c1c25a30fe5b689568d9fdb8de1ba759f))
33+
* mcp code tool explicit error message when missing a run function ([39848bc](https://github.com/Finch-API/finch-api-node/commit/39848bc9975b05ed0c18508440c9b36bb0219349))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7617fc4](https://github.com/Finch-API/finch-api-node/commit/7617fc4348491d85e406bf4b7ab14b2e502f3a34))
35+
* **mcp:** add line numbers to code tool errors ([ce47bc2](https://github.com/Finch-API/finch-api-node/commit/ce47bc2ac20d9963414df1fbc54b03e8b5c59aa6))
36+
* **mcp:** clarify http auth error ([048ea79](https://github.com/Finch-API/finch-api-node/commit/048ea79417f5519aa987ca7857f8b695d8b3df48))
37+
* **mcp:** upgrade jq-web ([abfe3fb](https://github.com/Finch-API/finch-api-node/commit/abfe3fb3cc3205a00af64ba2ae7aa9e30155209b))
38+
* sync repo ([eb31d5d](https://github.com/Finch-API/finch-api-node/commit/eb31d5da7bc1ae82c00a004a72bb52fae98c3099))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([7976168](https://github.com/Finch-API/finch-api-node/commit/79761684dcd1758cbad743b499bd7c8da6a91c51))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([94e010a](https://github.com/Finch-API/finch-api-node/commit/94e010a84dce41387e53b1b82dc34fda6de175cf))
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)