Skip to content

Commit 1808ce7

Browse files
release: 7.0.0
1 parent 1b26b98 commit 1808ce7

File tree

6 files changed

+22
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-05)
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 ([fd40b5e](https://github.com/Finch-API/finch-api-node/commit/fd40b5e6a6b10ce60883d4af1e9a42b7ed3991ca))
10+
* **api:** move node to typescript generator ([b779aff](https://github.com/Finch-API/finch-api-node/commit/b779affbfa066243159da1e24aa84fa988c4bbbe))
11+
* **api:** update automated code reviewer selection ([1840c24](https://github.com/Finch-API/finch-api-node/commit/1840c245ec6042730470a2ba2f6c12f82b5b00b7))
12+
* **mcp:** enable optional code execution tool on http mcp servers ([1b26b98](https://github.com/Finch-API/finch-api-node/commit/1b26b98655af1aa75c38b5007a6464704a8d6b62))
13+
14+
15+
### Chores
16+
17+
* mcp code tool explicit error message when missing a run function ([e4bdb86](https://github.com/Finch-API/finch-api-node/commit/e4bdb86c6c29476824b04dba0cc1b06518a0e52a))
18+
* sync repo ([ed33cfa](https://github.com/Finch-API/finch-api-node/commit/ed33cfa507612cd9640056629331ea083a37c382))
19+
320
## 6.38.0 (2025-10-27)
421

522
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 <[email protected]>",
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 <[email protected]>",
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)