Skip to content

Commit e44a019

Browse files
release: 7.0.0
1 parent d9ac823 commit e44a019

File tree

6 files changed

+48
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-01)
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 ([c99e834](https://github.com/Finch-API/finch-api-node/commit/c99e8349783f515bf111a87a14f53d479f94e299))
10+
* **api:** api update ([7bda13a](https://github.com/Finch-API/finch-api-node/commit/7bda13a2b0dfe1fb5500fa46311b04e202b3b13d))
11+
* **api:** api update ([79d8d38](https://github.com/Finch-API/finch-api-node/commit/79d8d38d984c853ce5c0fe2e8378b224222be287))
12+
* **api:** manual updates ([3417c7a](https://github.com/Finch-API/finch-api-node/commit/3417c7a1f7f650d72043a41baff794ce36031ec4))
13+
* **api:** move node to typescript generator ([1474fbe](https://github.com/Finch-API/finch-api-node/commit/1474fbe7156a0d4cfe7ab927d232d8bc5d82b190))
14+
* **api:** update automated code reviewer selection ([0861c58](https://github.com/Finch-API/finch-api-node/commit/0861c580dfe7e435855b8bcdaa08e9e58dafc59b))
15+
* **mcp:** add detail field to docs search tool ([7f8399c](https://github.com/Finch-API/finch-api-node/commit/7f8399c73ef5992df6fa66093f30ada8a47e1c1a))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([daf1424](https://github.com/Finch-API/finch-api-node/commit/daf1424289f1a8b34767704e2e2ff1cd98ec5f7b))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([83a2682](https://github.com/Finch-API/finch-api-node/commit/83a2682726ea0af32b72d42cc28006e28fa416cd))
22+
* **api:** resolve build issues ([3d41924](https://github.com/Finch-API/finch-api-node/commit/3d419245b2012d41ae2f68768efe752514d0eb7f))
23+
* **java:** Resolve name collisions ([229928a](https://github.com/Finch-API/finch-api-node/commit/229928a4380ccf523eb6835009c6974cbd708118))
24+
* **mcp:** return tool execution error on jq failure ([9ecee3e](https://github.com/Finch-API/finch-api-node/commit/9ecee3eaf3001f6fa4bad9fb3616ff6a051c7bb3))
25+
* **tests:** fix tests ([d9973c8](https://github.com/Finch-API/finch-api-node/commit/d9973c83e2a06054e0175dd6ea3884db985a8bb9))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([987186b](https://github.com/Finch-API/finch-api-node/commit/987186b258b33041b1f72fea4f33e8d920cabcbe))
31+
* **internal:** codegen related update ([b5fc830](https://github.com/Finch-API/finch-api-node/commit/b5fc8306a96ee2409359402088e8a77968f80910))
32+
* **internal:** codegen related update ([b3405b9](https://github.com/Finch-API/finch-api-node/commit/b3405b933ec061917ca2eb9fb121b1d3b95e05bd))
33+
* mcp code tool explicit error message when missing a run function ([8f37917](https://github.com/Finch-API/finch-api-node/commit/8f37917b55aa8e531b37936b2047e6d6f2729a25))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([21982d0](https://github.com/Finch-API/finch-api-node/commit/21982d02728439df3d15ff3c48a862861a547c36))
35+
* **mcp:** add line numbers to code tool errors ([feccbcc](https://github.com/Finch-API/finch-api-node/commit/feccbccc1473ce32d2fc5b201c8f9f13e60ff584))
36+
* **mcp:** clarify http auth error ([9bd705f](https://github.com/Finch-API/finch-api-node/commit/9bd705f41a2d441c2765dd0e3f5fcf5291f7f626))
37+
* **mcp:** upgrade jq-web ([faf662b](https://github.com/Finch-API/finch-api-node/commit/faf662b3c1937d941692700a94d97b78cd39feb6))
38+
* sync repo ([e546114](https://github.com/Finch-API/finch-api-node/commit/e546114662ff6678cf99d19502dfd3bd0d54d8fb))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([e6d9c98](https://github.com/Finch-API/finch-api-node/commit/e6d9c987978c6f17dbb9e32d351386ff17ccb1a4))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([80b817c](https://github.com/Finch-API/finch-api-node/commit/80b817c0331011071d418b1feac0cd857f6786d3))
45+
346
## 6.38.0 (2025-10-27)
447

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