Skip to content

Commit 361cab9

Browse files
release: 7.0.0
1 parent 10739a0 commit 361cab9

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 ([083616a](https://github.com/Finch-API/finch-api-node/commit/083616a004d072fe57c3ca4eb56e0338a7f16f51))
10+
* **api:** api update ([5ea9a48](https://github.com/Finch-API/finch-api-node/commit/5ea9a487728bbca2a85878a467c2185f0f15562c))
11+
* **api:** api update ([63de83c](https://github.com/Finch-API/finch-api-node/commit/63de83cf55124fbc5b09cf8bdbf7f02b946a832a))
12+
* **api:** manual updates ([f37de16](https://github.com/Finch-API/finch-api-node/commit/f37de16ca1176f51f3744b81418ce21a6f3ef0ae))
13+
* **api:** move node to typescript generator ([8aa370a](https://github.com/Finch-API/finch-api-node/commit/8aa370aa2856692068b0896cbcbe9e97beff4a65))
14+
* **api:** update automated code reviewer selection ([e7f11cd](https://github.com/Finch-API/finch-api-node/commit/e7f11cd741a60d868d870f94780456208c50e1a2))
15+
* **mcp:** add detail field to docs search tool ([10739a0](https://github.com/Finch-API/finch-api-node/commit/10739a0a34e3af99b44e95166eca13c8ba846314))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([4b8f9e9](https://github.com/Finch-API/finch-api-node/commit/4b8f9e93c61059681e0cbcda59cfae62f34ac84a))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([0ae8e29](https://github.com/Finch-API/finch-api-node/commit/0ae8e29bb31056b39b4d9f8edb2d9c1510dbc575))
22+
* **api:** resolve build issues ([ead7d74](https://github.com/Finch-API/finch-api-node/commit/ead7d740d2cec45ef24d82b25dbbfaba4e5b132e))
23+
* **java:** Resolve name collisions ([41c2389](https://github.com/Finch-API/finch-api-node/commit/41c2389807a2d2736d2416607aa56414879c7a7c))
24+
* **mcp:** return tool execution error on jq failure ([289ea8d](https://github.com/Finch-API/finch-api-node/commit/289ea8daecc7fdc1d4feda7c9207bdaf3aa1f590))
25+
* **tests:** fix tests ([081e131](https://github.com/Finch-API/finch-api-node/commit/081e131959cdeb137ca1920527793681351f2a81))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([15680a8](https://github.com/Finch-API/finch-api-node/commit/15680a82e5463a9bb9cb75209fedd62102e53fa2))
31+
* **internal:** codegen related update ([8e8fcd1](https://github.com/Finch-API/finch-api-node/commit/8e8fcd1a159502b53e0c583846fa11867cb7fdc0))
32+
* mcp code tool explicit error message when missing a run function ([8927f09](https://github.com/Finch-API/finch-api-node/commit/8927f093747462dfe7cc8b8724ed62cea9ac93f3))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f0b15b0](https://github.com/Finch-API/finch-api-node/commit/f0b15b0721454647f202194079dde5b9184fddf1))
34+
* **mcp:** add line numbers to code tool errors ([f4d45e3](https://github.com/Finch-API/finch-api-node/commit/f4d45e378fb16018a9679b0628baee662ced80c0))
35+
* **mcp:** clarify http auth error ([4f6fa13](https://github.com/Finch-API/finch-api-node/commit/4f6fa1393966d4ba781dc20719670b13c29548b7))
36+
* **mcp:** upgrade jq-web ([3a55e71](https://github.com/Finch-API/finch-api-node/commit/3a55e71298b2dee56e83397abebe114bf92fda27))
37+
* sync repo ([41dfde5](https://github.com/Finch-API/finch-api-node/commit/41dfde5bdea819802630f2f7bde72b135c297a8b))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([b248b92](https://github.com/Finch-API/finch-api-node/commit/b248b92e8974a5df5dbb0f3eb7641943cd219e48))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([813ec91](https://github.com/Finch-API/finch-api-node/commit/813ec91b73b69747f7ca49bf8ddb22ca05242bbd))
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)