Skip to content

Commit fe079ce

Browse files
release: 7.0.0
1 parent 8bd7f01 commit fe079ce

File tree

6 files changed

+45
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-24)
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 ([a20b434](https://github.com/Finch-API/finch-api-node/commit/a20b4344e74b3523a46952b6eaaef667e8dbdb1e))
10+
* **api:** api update ([2182a77](https://github.com/Finch-API/finch-api-node/commit/2182a77937b96c0d89037e6c2e8d494d907ad391))
11+
* **api:** manual updates ([8bd7f01](https://github.com/Finch-API/finch-api-node/commit/8bd7f01e547df5e5f7c679f9f5f4a513c3300e0b))
12+
* **api:** move node to typescript generator ([fb01330](https://github.com/Finch-API/finch-api-node/commit/fb01330e7563646181157b8268a6872faa6310c1))
13+
* **api:** update automated code reviewer selection ([c7c119d](https://github.com/Finch-API/finch-api-node/commit/c7c119d568047f899d65063f8986092a5a6cda18))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([874b7f7](https://github.com/Finch-API/finch-api-node/commit/874b7f769ac9ca781c2a6558ccb6d80c7c21ff6b))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([9eb912e](https://github.com/Finch-API/finch-api-node/commit/9eb912e018db8f9e1965111938c2641d040e249c))
20+
* **api:** resolve build issues ([d629a58](https://github.com/Finch-API/finch-api-node/commit/d629a58614deca40ad667546126409a0f012ef3c))
21+
* **java:** Resolve name collisions ([09371f3](https://github.com/Finch-API/finch-api-node/commit/09371f36532ae815daa3992fb504d5f87389272f))
22+
* **mcp:** return tool execution error on jq failure ([142976c](https://github.com/Finch-API/finch-api-node/commit/142976cf6956ce07db84d3a43c0dc0701e2e1e87))
23+
* **tests:** fix tests ([b0b2743](https://github.com/Finch-API/finch-api-node/commit/b0b27437497307d1bec4353fb2c71fbb5b431015))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([7b86b65](https://github.com/Finch-API/finch-api-node/commit/7b86b65c50b168076ab25c62af7ecc8cce56e02b))
29+
* **internal:** codegen related update ([5cea381](https://github.com/Finch-API/finch-api-node/commit/5cea3811bb06e3da9bc318c9ed97cab37eba6194))
30+
* mcp code tool explicit error message when missing a run function ([0224c2c](https://github.com/Finch-API/finch-api-node/commit/0224c2c7c27bf7aad27a4d740ee6f01f01442748))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ef42e51](https://github.com/Finch-API/finch-api-node/commit/ef42e51a9a2b1de80c2974c892697711dba6333b))
32+
* **mcp:** add line numbers to code tool errors ([da48d5e](https://github.com/Finch-API/finch-api-node/commit/da48d5e3a42344f6d2b1694de63d09ef6186855a))
33+
* **mcp:** clarify http auth error ([a28dd4e](https://github.com/Finch-API/finch-api-node/commit/a28dd4e1eeda78da2bf8553d309de5af697456e1))
34+
* **mcp:** upgrade jq-web ([69892c6](https://github.com/Finch-API/finch-api-node/commit/69892c681401b7c337050e841f36785bba69fb48))
35+
* sync repo ([f36e952](https://github.com/Finch-API/finch-api-node/commit/f36e952c80b1b97aa8c22da02058b0bb5c857b6e))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([48f80d7](https://github.com/Finch-API/finch-api-node/commit/48f80d74357620157db11488c205dc041a86f25c))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([a4f3230](https://github.com/Finch-API/finch-api-node/commit/a4f3230d1167e3ab9675f4e1ca38dc7b240e83b4))
42+
343
## 6.38.0 (2025-10-27)
444

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