Skip to content

Commit d69ed69

Browse files
release: 7.0.0
1 parent a1f9417 commit d69ed69

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 ([e7bbff6](https://github.com/Finch-API/finch-api-node/commit/e7bbff60bfdaa87d4964c85acd91c5c47842f314))
10+
* **api:** api update ([38c0b3a](https://github.com/Finch-API/finch-api-node/commit/38c0b3a96e63d3ceb9be289e391e66e60214efa4))
11+
* **api:** api update ([d5b5da9](https://github.com/Finch-API/finch-api-node/commit/d5b5da9ea9f9c968ebf860f443af100373d46d56))
12+
* **api:** manual updates ([4c7a9ed](https://github.com/Finch-API/finch-api-node/commit/4c7a9ed44413bb8e5b238787a7db9a43e7657699))
13+
* **api:** move node to typescript generator ([d507702](https://github.com/Finch-API/finch-api-node/commit/d507702ded7abf1e9a5814e103b867e906834203))
14+
* **api:** update automated code reviewer selection ([e9e86dc](https://github.com/Finch-API/finch-api-node/commit/e9e86dcd371756637be95615aea4907ce76299aa))
15+
* **mcp:** add detail field to docs search tool ([a1f9417](https://github.com/Finch-API/finch-api-node/commit/a1f9417d08829db9ae5c67dca9f7e88a47b0de3c))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([754a8c0](https://github.com/Finch-API/finch-api-node/commit/754a8c0b0bcdec624f6c3e52f21c6045588d6237))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([2ece951](https://github.com/Finch-API/finch-api-node/commit/2ece9511d10f8337448b419d6f91eaec2bc80bbc))
22+
* **api:** resolve build issues ([106806b](https://github.com/Finch-API/finch-api-node/commit/106806b6678767c799007b72a4e5650c621f4bca))
23+
* **java:** Resolve name collisions ([af2a991](https://github.com/Finch-API/finch-api-node/commit/af2a991f340b2c241e568132745e964d53bbef38))
24+
* **mcp:** return tool execution error on jq failure ([db17fe9](https://github.com/Finch-API/finch-api-node/commit/db17fe9eb402847974610c2f44bd28c7701c9c09))
25+
* **tests:** fix tests ([2207627](https://github.com/Finch-API/finch-api-node/commit/2207627e234804bd17e12bec258f574e6485da87))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([126d7f7](https://github.com/Finch-API/finch-api-node/commit/126d7f758de228ab465b3adc65146427434f5360))
31+
* **internal:** codegen related update ([ea89198](https://github.com/Finch-API/finch-api-node/commit/ea8919833996ebb89fe3d45128eb24f42ac8583c))
32+
* mcp code tool explicit error message when missing a run function ([9a3ae76](https://github.com/Finch-API/finch-api-node/commit/9a3ae763f0c33188431566e6473e888145ef0895))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([eb95a06](https://github.com/Finch-API/finch-api-node/commit/eb95a065f39c8924bd447ace4029c5aa62d249ec))
34+
* **mcp:** add line numbers to code tool errors ([6745f02](https://github.com/Finch-API/finch-api-node/commit/6745f02776452639fbc8c0cdf60c0fd2a227fa3e))
35+
* **mcp:** clarify http auth error ([dd05b79](https://github.com/Finch-API/finch-api-node/commit/dd05b7924a0e42eb92291d2dbc19db7b1ec4493a))
36+
* **mcp:** upgrade jq-web ([a931d52](https://github.com/Finch-API/finch-api-node/commit/a931d528c52f5b2d7a3785e35952cc2fbf4a0201))
37+
* sync repo ([58b9a7f](https://github.com/Finch-API/finch-api-node/commit/58b9a7f884935dd2b2819dd4ee2c52575365a53b))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([b5debc5](https://github.com/Finch-API/finch-api-node/commit/b5debc5c7d5d68a7869ed569cd67f943a877e637))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([483c07d](https://github.com/Finch-API/finch-api-node/commit/483c07df25c4c15b6cd473db7ba6e68bb577c376))
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)