Skip to content

Commit 32df4d0

Browse files
release: 7.0.0
1 parent d561868 commit 32df4d0

File tree

6 files changed

+40
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-17)
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 ([ef8f999](https://github.com/Finch-API/finch-api-node/commit/ef8f999003adc241260178b10679013b5e982437))
10+
* **api:** api update ([3a97857](https://github.com/Finch-API/finch-api-node/commit/3a9785772adad571f2889e65d31219c44c351b07))
11+
* **api:** move node to typescript generator ([e8d636b](https://github.com/Finch-API/finch-api-node/commit/e8d636b0515749e0e641e6025e0a8a0fd32d3de4))
12+
* **api:** update automated code reviewer selection ([79a3f53](https://github.com/Finch-API/finch-api-node/commit/79a3f53c5c93e4cafb5806a4e09b14a77f2b2514))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([1a4f306](https://github.com/Finch-API/finch-api-node/commit/1a4f306cc692a5595f3f5f4fe571446d566160de))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcp:** return tool execution error on jq failure ([28dbfa5](https://github.com/Finch-API/finch-api-node/commit/28dbfa57372901cc7de89429041a73e6081da292))
19+
20+
21+
### Chores
22+
23+
* **internal:** codegen related update ([2a41ac0](https://github.com/Finch-API/finch-api-node/commit/2a41ac0172655dc84cf1d03dfdfabad1f15d1359))
24+
* **internal:** codegen related update ([0b87d6b](https://github.com/Finch-API/finch-api-node/commit/0b87d6bd490d65969565c14d93db8a9b71ec5bec))
25+
* mcp code tool explicit error message when missing a run function ([3f8ba1e](https://github.com/Finch-API/finch-api-node/commit/3f8ba1e8095a02754933c3e977cb6385d1ca3666))
26+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([14db14b](https://github.com/Finch-API/finch-api-node/commit/14db14b462ec3d0cb6f4c4f39efb7a0197e47a00))
27+
* **mcp:** add line numbers to code tool errors ([3abec1c](https://github.com/Finch-API/finch-api-node/commit/3abec1c48f8e8712f19cc89c7e3bd0d09761c3e9))
28+
* **mcp:** clarify http auth error ([9d2e3bb](https://github.com/Finch-API/finch-api-node/commit/9d2e3bbb3e1307a77ef3b5e0e55cfb918edceaac))
29+
* **mcp:** upgrade jq-web ([d561868](https://github.com/Finch-API/finch-api-node/commit/d5618682415f9ebba8e8a7d76e2e983a79d08869))
30+
* sync repo ([1a96865](https://github.com/Finch-API/finch-api-node/commit/1a9686500134f0258a08ed0bb7a7dcabb9bc18bd))
31+
32+
33+
### Documentation
34+
35+
* **mcp:** add a README button for one-click add to Cursor ([6998dbe](https://github.com/Finch-API/finch-api-node/commit/6998dbee682abee719ba4bb055d6c1e281bd8688))
36+
* **mcp:** add a README link to add server to VS Code or Claude Code ([680e2c3](https://github.com/Finch-API/finch-api-node/commit/680e2c3640cd8574b0758080f97349161d5d8a39))
37+
338
## 6.38.0 (2025-10-27)
439

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