Skip to content

Commit 157bc9c

Browse files
release: 7.0.0
1 parent cfd8e0e commit 157bc9c

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-27)
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 ([ba42324](https://github.com/Finch-API/finch-api-node/commit/ba4232442473b6b336eb03b613cebcfd1b173235))
10+
* **api:** api update ([555346c](https://github.com/Finch-API/finch-api-node/commit/555346c6467a5eff655f5fe7b7ba961f680d7aff))
11+
* **api:** api update ([b277b42](https://github.com/Finch-API/finch-api-node/commit/b277b428403231f6f9e5293d8c419bb00b1eaf64))
12+
* **api:** manual updates ([28df74a](https://github.com/Finch-API/finch-api-node/commit/28df74a3b52d8c84b329077543ca0491a8db5e1f))
13+
* **api:** move node to typescript generator ([86a253e](https://github.com/Finch-API/finch-api-node/commit/86a253ebb5dba60b0a39a3dc35e100576ea29f5c))
14+
* **api:** update automated code reviewer selection ([35a2ad7](https://github.com/Finch-API/finch-api-node/commit/35a2ad73083e0ea09d602332deb2eab00d381979))
15+
* **mcp:** add detail field to docs search tool ([cfd8e0e](https://github.com/Finch-API/finch-api-node/commit/cfd8e0ef5c0bd31ffffa47ee9d07bd12d4dbe4f1))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([33f257b](https://github.com/Finch-API/finch-api-node/commit/33f257b0cd7aaebe5caa092e16e695f134e97dd7))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([e5c2159](https://github.com/Finch-API/finch-api-node/commit/e5c215961ce3e0c6683df5fedf056ceacef234e7))
22+
* **api:** resolve build issues ([fe1fb52](https://github.com/Finch-API/finch-api-node/commit/fe1fb5264a1daa66ed72e4425ccdf46a394c4827))
23+
* **java:** Resolve name collisions ([4ea21fe](https://github.com/Finch-API/finch-api-node/commit/4ea21fe656446af06a58545c60f4eca438a2f1d2))
24+
* **mcp:** return tool execution error on jq failure ([63cfdb8](https://github.com/Finch-API/finch-api-node/commit/63cfdb880f860dea5041cbe6ae3d302113073404))
25+
* **tests:** fix tests ([74fe5d2](https://github.com/Finch-API/finch-api-node/commit/74fe5d2fa5a0b7c430130f25f90ddfaf9af8635e))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([b957b4b](https://github.com/Finch-API/finch-api-node/commit/b957b4b6b1b2aa07cf2153ffdc3d66157ba5439e))
31+
* **internal:** codegen related update ([9d8ca21](https://github.com/Finch-API/finch-api-node/commit/9d8ca21110e76cdff948797a46312f2d22c3cbac))
32+
* mcp code tool explicit error message when missing a run function ([e8db387](https://github.com/Finch-API/finch-api-node/commit/e8db3874f378ea7c6a6e7dae5be1aefe9fefa60b))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f681c07](https://github.com/Finch-API/finch-api-node/commit/f681c072ad32037f040f1d6db501ac3c985ea652))
34+
* **mcp:** add line numbers to code tool errors ([694a29c](https://github.com/Finch-API/finch-api-node/commit/694a29c177c502b0b2e39ad8faf6057d04061ceb))
35+
* **mcp:** clarify http auth error ([dc5f4ed](https://github.com/Finch-API/finch-api-node/commit/dc5f4ed9104b80a53db16d379be40a60f560efc7))
36+
* **mcp:** upgrade jq-web ([80e258e](https://github.com/Finch-API/finch-api-node/commit/80e258e49860abbbffea485d5fdf28fa12e1b291))
37+
* sync repo ([d185c49](https://github.com/Finch-API/finch-api-node/commit/d185c49209924d1217b2e6fab27cc78754f13482))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([6e1d41f](https://github.com/Finch-API/finch-api-node/commit/6e1d41f8cd6e3e9bf92b828a08073fc7b03210e2))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([79ddfbe](https://github.com/Finch-API/finch-api-node/commit/79ddfbe3bbb4956f6fccf720addfd649c37763ac))
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)