Skip to content

Commit aa8f7bd

Browse files
release: 7.0.0
1 parent fb1fd7f commit aa8f7bd

File tree

6 files changed

+40
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-11-14)
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 ([f0c2340](https://github.com/Finch-API/finch-api-node/commit/f0c2340e8b89f6f7f505bfa9dbc593f4918e5877))
10+
* **api:** api update ([b64a76b](https://github.com/Finch-API/finch-api-node/commit/b64a76b8267f85fb277aa40b93d33e2100cc08a3))
11+
* **api:** move node to typescript generator ([0d3d030](https://github.com/Finch-API/finch-api-node/commit/0d3d03012fc149ed306492589b2fb08854f8092b))
12+
* **api:** update automated code reviewer selection ([3efc1c8](https://github.com/Finch-API/finch-api-node/commit/3efc1c88d808cdcce8fef81980e769651857e326))
13+
* **mcp:** enable optional code execution tool on http mcp servers ([1cc2b6a](https://github.com/Finch-API/finch-api-node/commit/1cc2b6a0f3413c1dca551d2fcbc27f7bb953f696))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcp:** return tool execution error on jq failure ([43f7956](https://github.com/Finch-API/finch-api-node/commit/43f7956893db3eceee6131ba50302a4e84e94855))
19+
20+
21+
### Chores
22+
23+
* **internal:** codegen related update ([2994c6a](https://github.com/Finch-API/finch-api-node/commit/2994c6a2cfe3df37b6206a27ccb09fc292fea7fa))
24+
* **internal:** codegen related update ([d252167](https://github.com/Finch-API/finch-api-node/commit/d252167d0cf4e7fd3edc01109eacc5f25da4ddf3))
25+
* mcp code tool explicit error message when missing a run function ([bdf224c](https://github.com/Finch-API/finch-api-node/commit/bdf224cc002eedaa2a5a802b974df3998daf5588))
26+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([a616b22](https://github.com/Finch-API/finch-api-node/commit/a616b223b6a0fc3e6826a4daa3ae0acbc3e3611b))
27+
* **mcp:** add line numbers to code tool errors ([5031974](https://github.com/Finch-API/finch-api-node/commit/5031974ffa0c0a49fc43e419a8215a236e1b118f))
28+
* **mcp:** clarify http auth error ([02bce47](https://github.com/Finch-API/finch-api-node/commit/02bce47d2c393fc753c754f9b794a7553d87c7b8))
29+
* **mcp:** upgrade jq-web ([fb1fd7f](https://github.com/Finch-API/finch-api-node/commit/fb1fd7f598e172cfec1d73aa926f39623945bb5a))
30+
* sync repo ([1854ca8](https://github.com/Finch-API/finch-api-node/commit/1854ca87e43dcc023a8bdc6e84b5f51d7dc5f41d))
31+
32+
33+
### Documentation
34+
35+
* **mcp:** add a README button for one-click add to Cursor ([5b98d80](https://github.com/Finch-API/finch-api-node/commit/5b98d8035afb68743ea5af5ad1a1fa6ba0ec0319))
36+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d000ae6](https://github.com/Finch-API/finch-api-node/commit/d000ae612e7120a8fa4afc596f8abc758d42dff8))
37+
338
## 6.38.0 (2025-10-27)
439

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