Skip to content

Commit 580c7f5

Browse files
release: 7.0.0
1 parent 6ba2535 commit 580c7f5

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-25)
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 ([d9e3e03](https://github.com/Finch-API/finch-api-node/commit/d9e3e030a59c923ed3b9bb9672c40c116f4ce3a5))
10+
* **api:** api update ([5634905](https://github.com/Finch-API/finch-api-node/commit/56349058a5d001c8e9bc8158f3ce03e94efebf92))
11+
* **api:** api update ([b236255](https://github.com/Finch-API/finch-api-node/commit/b2362555a3b9e6e906a1052f7799fdfc55534f0a))
12+
* **api:** manual updates ([cb4c4f1](https://github.com/Finch-API/finch-api-node/commit/cb4c4f1b2786ca05982bf0763c2104a4376ebe97))
13+
* **api:** move node to typescript generator ([dd578ee](https://github.com/Finch-API/finch-api-node/commit/dd578ee02e7047715c1d9ce10c2c531723820c5e))
14+
* **api:** update automated code reviewer selection ([cd7a07a](https://github.com/Finch-API/finch-api-node/commit/cd7a07a4feb103b303beb6bd1e518910a7edeb19))
15+
* **mcp:** add detail field to docs search tool ([6ba2535](https://github.com/Finch-API/finch-api-node/commit/6ba2535c4a3fd53bf6a648f99db211c0c98f7b90))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([23e68ea](https://github.com/Finch-API/finch-api-node/commit/23e68ea07a858f2c2e9f1b391dda68f625f9eafa))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([824088a](https://github.com/Finch-API/finch-api-node/commit/824088ad1d21a0aa5b0aa6acd35979bd1c88480d))
22+
* **api:** resolve build issues ([0555376](https://github.com/Finch-API/finch-api-node/commit/0555376e22ef0b95959912174a9fb51cf938774f))
23+
* **java:** Resolve name collisions ([921dfa5](https://github.com/Finch-API/finch-api-node/commit/921dfa53993af31ca73bfd7c2f227b2916ca8639))
24+
* **mcp:** return tool execution error on jq failure ([1b85016](https://github.com/Finch-API/finch-api-node/commit/1b85016fbd65f7dc942a5ac51427de9e4010a49a))
25+
* **tests:** fix tests ([6aac35c](https://github.com/Finch-API/finch-api-node/commit/6aac35c9138facc6e0436f097ad67bf4e600c158))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([7cfd502](https://github.com/Finch-API/finch-api-node/commit/7cfd502f37a5628e17982c620ebb54e94f2452bb))
31+
* **internal:** codegen related update ([d245d3d](https://github.com/Finch-API/finch-api-node/commit/d245d3de202bd9dda187923348650acdaaa25216))
32+
* mcp code tool explicit error message when missing a run function ([964ad56](https://github.com/Finch-API/finch-api-node/commit/964ad5601269dadeef79a20e621d76ec842bcbd9))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d3302b7](https://github.com/Finch-API/finch-api-node/commit/d3302b70510697c193459d3429a66c4f99c5dd24))
34+
* **mcp:** add line numbers to code tool errors ([4612d7b](https://github.com/Finch-API/finch-api-node/commit/4612d7b48fa3877719255df9a4bf58749678dc2b))
35+
* **mcp:** clarify http auth error ([3adfec1](https://github.com/Finch-API/finch-api-node/commit/3adfec1f5f29e6a9b930310ebfb02ba5204a7cfa))
36+
* **mcp:** upgrade jq-web ([fe77e86](https://github.com/Finch-API/finch-api-node/commit/fe77e86631423be02f880cbea3467398f654ff63))
37+
* sync repo ([cd88ec2](https://github.com/Finch-API/finch-api-node/commit/cd88ec2a9470da47b16c1ccc5c756c875539d19b))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([1fc372a](https://github.com/Finch-API/finch-api-node/commit/1fc372acfe586fdba6e20b5689147244337ecd8a))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([6dd9259](https://github.com/Finch-API/finch-api-node/commit/6dd92599df8796b945932cfae3fdd4df93bbfcc7))
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)