Skip to content

Commit 7c163de

Browse files
release: 7.0.0
1 parent 0ed1f82 commit 7c163de

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 ([8be1b0a](https://github.com/Finch-API/finch-api-node/commit/8be1b0a4a190fd988f478fdc2ac6cb651ce6a6e9))
10+
* **api:** api update ([a298553](https://github.com/Finch-API/finch-api-node/commit/a298553c1939d4aa797627ba6794cc6006f108f9))
11+
* **api:** api update ([ff60174](https://github.com/Finch-API/finch-api-node/commit/ff6017409991f775d3c501011bf8851fb5af9ab3))
12+
* **api:** manual updates ([5d0f591](https://github.com/Finch-API/finch-api-node/commit/5d0f591ad085d5371510d5bfe54accd4db612992))
13+
* **api:** move node to typescript generator ([d67e371](https://github.com/Finch-API/finch-api-node/commit/d67e3714db319a4defbf7312cd98c75b7d74b62b))
14+
* **api:** update automated code reviewer selection ([fc9feeb](https://github.com/Finch-API/finch-api-node/commit/fc9feeb048df0d280d7aa679a38735d6808ffeb6))
15+
* **mcp:** add detail field to docs search tool ([0ed1f82](https://github.com/Finch-API/finch-api-node/commit/0ed1f82e25ae4057c48a59b0d0ec5ab71f2eae35))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([8af2259](https://github.com/Finch-API/finch-api-node/commit/8af225963521fe7d751c79263a72bc5b16e18f13))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([dd8f460](https://github.com/Finch-API/finch-api-node/commit/dd8f460743bdc5a095ce314f393c23dd5439ad33))
22+
* **api:** resolve build issues ([4f9a862](https://github.com/Finch-API/finch-api-node/commit/4f9a8626213e03f6133a666c9f935babd982e027))
23+
* **java:** Resolve name collisions ([7e23883](https://github.com/Finch-API/finch-api-node/commit/7e23883aa88974baf029e918b2c9029652cce41a))
24+
* **mcp:** return tool execution error on jq failure ([96eaa4d](https://github.com/Finch-API/finch-api-node/commit/96eaa4d3ff9cbd63210872c164e29df0be182ec2))
25+
* **tests:** fix tests ([69d49ee](https://github.com/Finch-API/finch-api-node/commit/69d49ee7a09c2ff89537dfb983deef074f20794f))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([d17f470](https://github.com/Finch-API/finch-api-node/commit/d17f4702a016feca3f2ec89310ddb706b4345b39))
31+
* **internal:** codegen related update ([fbc293e](https://github.com/Finch-API/finch-api-node/commit/fbc293e2d77e80499e32758572aa34a1e878f0f3))
32+
* mcp code tool explicit error message when missing a run function ([e32e0fc](https://github.com/Finch-API/finch-api-node/commit/e32e0fc3d8639cea4c470995f56ecc6488be9a96))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0401d4c](https://github.com/Finch-API/finch-api-node/commit/0401d4ce672f8679ed4bcd6f2062154b5ba53248))
34+
* **mcp:** add line numbers to code tool errors ([e18967e](https://github.com/Finch-API/finch-api-node/commit/e18967eee2cf1ee2c5f2ecc5e6dde8d31aaf6a0f))
35+
* **mcp:** clarify http auth error ([b85ca09](https://github.com/Finch-API/finch-api-node/commit/b85ca09c32d67150e87e4a2c54fdfec87edd3a1d))
36+
* **mcp:** upgrade jq-web ([3fcc052](https://github.com/Finch-API/finch-api-node/commit/3fcc052f60fbfdb460d66600f89c3b09ee63ef7e))
37+
* sync repo ([9293cce](https://github.com/Finch-API/finch-api-node/commit/9293cce52debba910ff8157e6af354287f847ae2))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([a00a838](https://github.com/Finch-API/finch-api-node/commit/a00a8389cd4b3730561dca3e0229906f6bbe8aa0))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([e36bdee](https://github.com/Finch-API/finch-api-node/commit/e36bdee846688fd345605411de429918e976f05d))
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)