Skip to content

Commit f2f6e7a

Browse files
release: 7.0.0
1 parent dc8cf0e commit f2f6e7a

File tree

6 files changed

+48
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-01)
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 ([5470997](https://github.com/Finch-API/finch-api-node/commit/5470997dcd81379ec95c5cb8a90930c176b958ef))
10+
* **api:** api update ([6a0aec7](https://github.com/Finch-API/finch-api-node/commit/6a0aec7ac61df853e2bb98ac52240353bb060b6b))
11+
* **api:** api update ([7f4dd2c](https://github.com/Finch-API/finch-api-node/commit/7f4dd2c83a8fcf264614478340fc3e42a524c662))
12+
* **api:** manual updates ([51d1206](https://github.com/Finch-API/finch-api-node/commit/51d120619e9bab9e14356f40190f97b76195f3a1))
13+
* **api:** move node to typescript generator ([deebea1](https://github.com/Finch-API/finch-api-node/commit/deebea128ca62d347434cbb166787919a454a738))
14+
* **api:** update automated code reviewer selection ([1afc8e7](https://github.com/Finch-API/finch-api-node/commit/1afc8e733808c1955b0ff9b68a86e75ebbe37bb4))
15+
* **mcp:** add detail field to docs search tool ([bb7ac6b](https://github.com/Finch-API/finch-api-node/commit/bb7ac6bb188641dda502c439d6bc8f49e3be7f47))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([b703b6b](https://github.com/Finch-API/finch-api-node/commit/b703b6b30a733c5a4351f53e907a73608f20bbc0))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([57d7b13](https://github.com/Finch-API/finch-api-node/commit/57d7b1389d09bb6b474b500343cbb367f205994a))
22+
* **api:** resolve build issues ([8386ad4](https://github.com/Finch-API/finch-api-node/commit/8386ad424f8fad290433e1512fc30a78e953fbc6))
23+
* **java:** Resolve name collisions ([d5d2bb1](https://github.com/Finch-API/finch-api-node/commit/d5d2bb1ee4e2d17244ae38f5f382b0b53eaddb95))
24+
* **mcp:** return tool execution error on jq failure ([834d9cb](https://github.com/Finch-API/finch-api-node/commit/834d9cbde30d1a948bccfc38ed7f557876342cdd))
25+
* **tests:** fix tests ([9188068](https://github.com/Finch-API/finch-api-node/commit/918806889a189db9458f4258dfdd324f5a30f0f1))
26+
27+
28+
### Chores
29+
30+
* **client:** fix logger property type ([dc8cf0e](https://github.com/Finch-API/finch-api-node/commit/dc8cf0e26c81c541d75b725703441990c5b689c3))
31+
* **internal:** codegen related update ([9d97337](https://github.com/Finch-API/finch-api-node/commit/9d97337701e4a61221c6e992918677ab3529eb36))
32+
* **internal:** codegen related update ([6da0caf](https://github.com/Finch-API/finch-api-node/commit/6da0cafe6a3f37e8afef462b920cb1d7c4d7f6f9))
33+
* mcp code tool explicit error message when missing a run function ([26996b4](https://github.com/Finch-API/finch-api-node/commit/26996b4ccccac1653cb880117e661865c2e9065a))
34+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3d91cc0](https://github.com/Finch-API/finch-api-node/commit/3d91cc0058015fcee12e352b33cc21a90b146f1e))
35+
* **mcp:** add line numbers to code tool errors ([b3212c6](https://github.com/Finch-API/finch-api-node/commit/b3212c63709c6c42fa8e6d15a86cd10c197c17c4))
36+
* **mcp:** clarify http auth error ([26824ef](https://github.com/Finch-API/finch-api-node/commit/26824efe01310ce42dccc19bfa90c6af3c183ab9))
37+
* **mcp:** upgrade jq-web ([33f00ce](https://github.com/Finch-API/finch-api-node/commit/33f00ce854e0ffa3835d4568993cc684c2794755))
38+
* sync repo ([2fc2203](https://github.com/Finch-API/finch-api-node/commit/2fc220334e4dabce118e1019d7112ce72fcf7dea))
39+
40+
41+
### Documentation
42+
43+
* **mcp:** add a README button for one-click add to Cursor ([25ad2c1](https://github.com/Finch-API/finch-api-node/commit/25ad2c12e300dbaa803057ad6aa19d6608aef2a1))
44+
* **mcp:** add a README link to add server to VS Code or Claude Code ([1c6b87d](https://github.com/Finch-API/finch-api-node/commit/1c6b87db01f8dbb0e8447606ddb80ffae15735b6))
45+
346
## 6.38.0 (2025-10-27)
447

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