Skip to content

Commit 40e3a30

Browse files
release: 7.0.0
1 parent e1efbb9 commit 40e3a30

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 ([f19df01](https://github.com/Finch-API/finch-api-node/commit/f19df0182b3627b114db41e0dd917918a4dc347f))
10+
* **api:** api update ([c30c6e9](https://github.com/Finch-API/finch-api-node/commit/c30c6e963c8099686a94e1f703988fd02898752c))
11+
* **api:** api update ([80e3270](https://github.com/Finch-API/finch-api-node/commit/80e32700d1f3bd67cb518d2355bd4373970eb7fb))
12+
* **api:** manual updates ([e113c0b](https://github.com/Finch-API/finch-api-node/commit/e113c0bfdda651b13a4cb6639bc95b7c98ef13c0))
13+
* **api:** move node to typescript generator ([9b97267](https://github.com/Finch-API/finch-api-node/commit/9b97267c0eea20d24a1dfb95fb4781af152d9526))
14+
* **api:** update automated code reviewer selection ([3be9519](https://github.com/Finch-API/finch-api-node/commit/3be95199a719f55ae05af6fc25cbf37bb77f0a0c))
15+
* **mcp:** add detail field to docs search tool ([e1efbb9](https://github.com/Finch-API/finch-api-node/commit/e1efbb9fc3ffae0c31b6d9efacb629849d30c81e))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([aecb10a](https://github.com/Finch-API/finch-api-node/commit/aecb10ae035bbd1c24c8ce3eb235cb9bd04f4097))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([b4f0395](https://github.com/Finch-API/finch-api-node/commit/b4f0395dffe6856e1d41f8015b581e16dc20a276))
22+
* **api:** resolve build issues ([d8c6803](https://github.com/Finch-API/finch-api-node/commit/d8c6803d13446e8d7d0b065cfa6b3e4bdaaf571e))
23+
* **java:** Resolve name collisions ([c684202](https://github.com/Finch-API/finch-api-node/commit/c6842022965d538dca2c3ca248175d278baf847f))
24+
* **mcp:** return tool execution error on jq failure ([9f994c9](https://github.com/Finch-API/finch-api-node/commit/9f994c9e9a75471977c01d23e2c5d8ccd479a86f))
25+
* **tests:** fix tests ([aa5a1fc](https://github.com/Finch-API/finch-api-node/commit/aa5a1fcc535c47c633aec916ad3b8ff43d1ab296))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([ac99455](https://github.com/Finch-API/finch-api-node/commit/ac9945581dcef60f228a7c8bdfedcd2feb8c484a))
31+
* **internal:** codegen related update ([fc021f3](https://github.com/Finch-API/finch-api-node/commit/fc021f3e119f38cbf027afd5be4570df703c14c5))
32+
* mcp code tool explicit error message when missing a run function ([bf0d309](https://github.com/Finch-API/finch-api-node/commit/bf0d309105eb4560263556643a3cc964cd506b50))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([4ff68fc](https://github.com/Finch-API/finch-api-node/commit/4ff68fcf6fcd50968c70c436779c30d00efcfcbf))
34+
* **mcp:** add line numbers to code tool errors ([2da16ab](https://github.com/Finch-API/finch-api-node/commit/2da16ab2f934cf7cb36828acf4acc56f2a62849c))
35+
* **mcp:** clarify http auth error ([fc1e580](https://github.com/Finch-API/finch-api-node/commit/fc1e5804b7bdf754c379a781c2005686da997562))
36+
* **mcp:** upgrade jq-web ([acbf989](https://github.com/Finch-API/finch-api-node/commit/acbf989df594f08708faf129b0e3a8f1d06fd943))
37+
* sync repo ([dc8f9c3](https://github.com/Finch-API/finch-api-node/commit/dc8f9c3bc0d740683a4bb451d3d1c5d777a59aed))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([765a069](https://github.com/Finch-API/finch-api-node/commit/765a069c6bb953c978f6f36bac2899d4fd904de4))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([f180a4c](https://github.com/Finch-API/finch-api-node/commit/f180a4cb4d1a59f2e68d0c37d3f03e09de6537fb))
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)