Skip to content

Commit 4fa3a3d

Browse files
release: 7.0.0
1 parent 6f71662 commit 4fa3a3d

File tree

6 files changed

+47
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-26)
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 ([091f420](https://github.com/Finch-API/finch-api-node/commit/091f420f92be864494e71c7a5b8363d5eec96573))
10+
* **api:** api update ([537db8f](https://github.com/Finch-API/finch-api-node/commit/537db8f13c2a8b4ff1c5fb399de8bfaf2981d68b))
11+
* **api:** api update ([b732753](https://github.com/Finch-API/finch-api-node/commit/b73275373819f15a842d25c63dd66ea75f1cc70e))
12+
* **api:** manual updates ([4d730b6](https://github.com/Finch-API/finch-api-node/commit/4d730b67ade1205185354c895f8e53a9908bb747))
13+
* **api:** move node to typescript generator ([367c38c](https://github.com/Finch-API/finch-api-node/commit/367c38c2220d84211d2b2b9e3f632984cfb8b48e))
14+
* **api:** update automated code reviewer selection ([3cf9fda](https://github.com/Finch-API/finch-api-node/commit/3cf9fda9b488c9015aef45a6256e0cbe3742593b))
15+
* **mcp:** add detail field to docs search tool ([6f71662](https://github.com/Finch-API/finch-api-node/commit/6f71662357420088ebe10c08ac5660d33f6b2b7b))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([15b59a1](https://github.com/Finch-API/finch-api-node/commit/15b59a1ef0a20eca9bf7f042c7bab501a4bfbc62))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([95a2de1](https://github.com/Finch-API/finch-api-node/commit/95a2de1d4b9ab378cba03cd5a30e49bf53f4eab2))
22+
* **api:** resolve build issues ([e7c2835](https://github.com/Finch-API/finch-api-node/commit/e7c2835a0f96771023281d755ad1e77c4809ff20))
23+
* **java:** Resolve name collisions ([a15c503](https://github.com/Finch-API/finch-api-node/commit/a15c5035576c606d31e41249fac9d7d009304797))
24+
* **mcp:** return tool execution error on jq failure ([aaedb1c](https://github.com/Finch-API/finch-api-node/commit/aaedb1cb87c093fc4db7f996d0c0b2696744ff78))
25+
* **tests:** fix tests ([b81a451](https://github.com/Finch-API/finch-api-node/commit/b81a4513c2fef2fa75ead3e5f26ace2e4cb7b735))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([5202b56](https://github.com/Finch-API/finch-api-node/commit/5202b56c0ca459543d702cc7e0f9ffcf4d45a30c))
31+
* **internal:** codegen related update ([feab383](https://github.com/Finch-API/finch-api-node/commit/feab38333995a963a20c53da6f711e1996d8964e))
32+
* mcp code tool explicit error message when missing a run function ([0484fbc](https://github.com/Finch-API/finch-api-node/commit/0484fbc45898fca6d2982d16885af66f9e71a6ed))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([21100d7](https://github.com/Finch-API/finch-api-node/commit/21100d773a413b417685695ef37355cff4e4f2c6))
34+
* **mcp:** add line numbers to code tool errors ([ab705dc](https://github.com/Finch-API/finch-api-node/commit/ab705dcef0319a0e08068ebbf22d32e9409e7854))
35+
* **mcp:** clarify http auth error ([a450878](https://github.com/Finch-API/finch-api-node/commit/a450878347c9f4eb382fc6e5cdc82d8636181cb8))
36+
* **mcp:** upgrade jq-web ([682111b](https://github.com/Finch-API/finch-api-node/commit/682111b5ab1a4ff02f9ff649f91e744990c836d1))
37+
* sync repo ([13f4b88](https://github.com/Finch-API/finch-api-node/commit/13f4b88218a2e411824bde798c773751b9fd5e24))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([68f44f7](https://github.com/Finch-API/finch-api-node/commit/68f44f70f3e095a1e48d8868b56e8570eba0fedc))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f07b631](https://github.com/Finch-API/finch-api-node/commit/f07b6313fa273853cd26004e44bf6e66beba82bd))
44+
345
## 6.38.0 (2025-10-27)
446

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