Skip to content

Commit 905ae48

Browse files
release: 7.0.0
1 parent 2c185f6 commit 905ae48

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-25)
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 ([00cfe65](https://github.com/Finch-API/finch-api-node/commit/00cfe65d264b4dd1f8d712e917339b442aec818f))
10+
* **api:** api update ([3232427](https://github.com/Finch-API/finch-api-node/commit/3232427c10cbfba18fdb22403b2097529ff44311))
11+
* **api:** api update ([8f117d8](https://github.com/Finch-API/finch-api-node/commit/8f117d8ac06ededc0fc3e13133a80b8bb959e5ce))
12+
* **api:** manual updates ([ce21759](https://github.com/Finch-API/finch-api-node/commit/ce21759046a82658d5d0a17ca5e41cc0654fdade))
13+
* **api:** move node to typescript generator ([8e8732e](https://github.com/Finch-API/finch-api-node/commit/8e8732e558e160c296429d25f79fd8175fac5c2b))
14+
* **api:** update automated code reviewer selection ([3307565](https://github.com/Finch-API/finch-api-node/commit/330756521fdc092759215dcbb7b02d2d23331760))
15+
* **mcp:** add detail field to docs search tool ([2c185f6](https://github.com/Finch-API/finch-api-node/commit/2c185f6fdedacfd9dbe302902a3fc2a6228c2925))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([efacbb8](https://github.com/Finch-API/finch-api-node/commit/efacbb899371f98afdc2749b10d3e77fab5370f0))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([09e6275](https://github.com/Finch-API/finch-api-node/commit/09e62758f239a7c53e7ef106efb564912f84d8d1))
22+
* **api:** resolve build issues ([35b2a66](https://github.com/Finch-API/finch-api-node/commit/35b2a6681a393f991a4ecd141990313709be2e12))
23+
* **java:** Resolve name collisions ([de3e2cc](https://github.com/Finch-API/finch-api-node/commit/de3e2cc343dad6b39ec4342d07acaedb5ac8ce09))
24+
* **mcp:** return tool execution error on jq failure ([70fd82a](https://github.com/Finch-API/finch-api-node/commit/70fd82a1f08287dc1553e2a538147b9076288884))
25+
* **tests:** fix tests ([a93dbd3](https://github.com/Finch-API/finch-api-node/commit/a93dbd3ed10f2eb1b7db9cbabc99c90609ffa7a2))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([8748296](https://github.com/Finch-API/finch-api-node/commit/8748296edc6fbe7f05f7d95a8a0bac86691b84f0))
31+
* **internal:** codegen related update ([8e0473a](https://github.com/Finch-API/finch-api-node/commit/8e0473a6f025edc9299dd0000cf9dcefc4684687))
32+
* mcp code tool explicit error message when missing a run function ([592d9bc](https://github.com/Finch-API/finch-api-node/commit/592d9bc12c480c63c64418d0231a50e35b1155ba))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([c732fec](https://github.com/Finch-API/finch-api-node/commit/c732fec38ca1fd59d2d219b6255f6d362f8c3896))
34+
* **mcp:** add line numbers to code tool errors ([365409b](https://github.com/Finch-API/finch-api-node/commit/365409ba28c137ec37a628bee00cb48df397f91b))
35+
* **mcp:** clarify http auth error ([6f9aa91](https://github.com/Finch-API/finch-api-node/commit/6f9aa91fefced8e65add75ad910a84e049168a3d))
36+
* **mcp:** upgrade jq-web ([7adf21d](https://github.com/Finch-API/finch-api-node/commit/7adf21d38bb43edf72d6deed5c6ea72e4694ef10))
37+
* sync repo ([da27dd7](https://github.com/Finch-API/finch-api-node/commit/da27dd78b06e2dc6b553808897f1436c426be8cd))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([1cb61a9](https://github.com/Finch-API/finch-api-node/commit/1cb61a9f4e3f97498611d859c5a1e4e223ccda21))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([ddb2799](https://github.com/Finch-API/finch-api-node/commit/ddb27990d14fd86206c0ee5350c3eb5f63faa352))
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)