Skip to content

Commit faf6e20

Browse files
release: 7.0.0
1 parent 59d8f8e commit faf6e20

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 ([d5cbac3](https://github.com/Finch-API/finch-api-node/commit/d5cbac30b59b4bc9733c16c62b16de1de769ad8b))
10+
* **api:** api update ([e393f19](https://github.com/Finch-API/finch-api-node/commit/e393f19eafeb8835cd145bc92b58a576b304946b))
11+
* **api:** api update ([b03de97](https://github.com/Finch-API/finch-api-node/commit/b03de97e5314404f677c4d0827cc61f52dc77b15))
12+
* **api:** manual updates ([9be4929](https://github.com/Finch-API/finch-api-node/commit/9be49291a23e8d59207b85499ad0eaaa60374bf6))
13+
* **api:** move node to typescript generator ([4809360](https://github.com/Finch-API/finch-api-node/commit/4809360ced269b4166154ca94aa5d5e677e0ab01))
14+
* **api:** update automated code reviewer selection ([164c4f8](https://github.com/Finch-API/finch-api-node/commit/164c4f8faf0c6588c2d381d5ff8a61ce45fdc73c))
15+
* **mcp:** add detail field to docs search tool ([59d8f8e](https://github.com/Finch-API/finch-api-node/commit/59d8f8eb67cccbd551423f8b8b65ad418ef8a467))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([9c4eefe](https://github.com/Finch-API/finch-api-node/commit/9c4eefe56a888372877962ac64da81b34b7a9e78))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([b33bb68](https://github.com/Finch-API/finch-api-node/commit/b33bb6812538496458ea51839d5a7d11f53154bc))
22+
* **api:** resolve build issues ([3213f68](https://github.com/Finch-API/finch-api-node/commit/3213f68bb4b7870c9cfe9b873e69d8de596d8894))
23+
* **java:** Resolve name collisions ([c994f13](https://github.com/Finch-API/finch-api-node/commit/c994f13a12a960056587bd3f2f1e4edb3586976b))
24+
* **mcp:** return tool execution error on jq failure ([82a0c6c](https://github.com/Finch-API/finch-api-node/commit/82a0c6ce7c3b588a2bdfec523758749a3839b1f7))
25+
* **tests:** fix tests ([3d656ce](https://github.com/Finch-API/finch-api-node/commit/3d656ced5a445f946fd3d41e9269e9125b453d62))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([1d886a1](https://github.com/Finch-API/finch-api-node/commit/1d886a1369730ef3e6e61dd85b1d653960b98213))
31+
* **internal:** codegen related update ([3b0988c](https://github.com/Finch-API/finch-api-node/commit/3b0988ccdf71da376f12f1793e038ec03a696899))
32+
* mcp code tool explicit error message when missing a run function ([b6ad978](https://github.com/Finch-API/finch-api-node/commit/b6ad97869b1d4e42d1de2fee3c9fc2eeeebae90f))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([6f5b235](https://github.com/Finch-API/finch-api-node/commit/6f5b2359d2c176b45af7a8f138ec2ffc5eb2c10f))
34+
* **mcp:** add line numbers to code tool errors ([9fe5839](https://github.com/Finch-API/finch-api-node/commit/9fe58399cef74449de93be94cd0944c0ab0b9951))
35+
* **mcp:** clarify http auth error ([46a13e0](https://github.com/Finch-API/finch-api-node/commit/46a13e0e2e2fdda9bd24650bd5021ac6322671f8))
36+
* **mcp:** upgrade jq-web ([7f7133f](https://github.com/Finch-API/finch-api-node/commit/7f7133fcfe290180a00d40e40174b8bbef58a786))
37+
* sync repo ([080c63f](https://github.com/Finch-API/finch-api-node/commit/080c63f2ee3958ab3d22026f3a5c1f0075252009))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([7b45ebf](https://github.com/Finch-API/finch-api-node/commit/7b45ebfa1d73a5167fe5a427359f052bb3def7b8))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([4635850](https://github.com/Finch-API/finch-api-node/commit/46358506eee2313d7aa3444d2467311a67af4eed))
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)