Skip to content

Commit 07a87ef

Browse files
release: 7.0.0
1 parent f1b41ef commit 07a87ef

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 ([7921d2e](https://github.com/Finch-API/finch-api-node/commit/7921d2e6e0699f04506af2c1a5360616a2e070fa))
10+
* **api:** api update ([9f01d20](https://github.com/Finch-API/finch-api-node/commit/9f01d201364630de49c14789a8073b1171a250b7))
11+
* **api:** api update ([ca19bd7](https://github.com/Finch-API/finch-api-node/commit/ca19bd77c90c42d8007b5b8778de59bd48bd5aee))
12+
* **api:** manual updates ([a4c286e](https://github.com/Finch-API/finch-api-node/commit/a4c286e47da93af46cdbfd3a3664959d4b7b737e))
13+
* **api:** move node to typescript generator ([d1001eb](https://github.com/Finch-API/finch-api-node/commit/d1001ebbd09a72050f02f45270df436708fa84fb))
14+
* **api:** update automated code reviewer selection ([31cb782](https://github.com/Finch-API/finch-api-node/commit/31cb782718033bb686a79e82172dd8e53dd9c150))
15+
* **mcp:** add detail field to docs search tool ([f1b41ef](https://github.com/Finch-API/finch-api-node/commit/f1b41ef28c58c26b4218b4f56c46b584b06b2149))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([2bdcc2e](https://github.com/Finch-API/finch-api-node/commit/2bdcc2ee7580dd5a8e7379c4f4789da41e7d1468))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([912c18b](https://github.com/Finch-API/finch-api-node/commit/912c18baf369c32281abd001fc0152eac860c037))
22+
* **api:** resolve build issues ([ae9e873](https://github.com/Finch-API/finch-api-node/commit/ae9e8731df93a60cc3ea8dd50bb79df69bf7d2fc))
23+
* **java:** Resolve name collisions ([5f5901d](https://github.com/Finch-API/finch-api-node/commit/5f5901dc3045f9bcfb644b9bf75109acdbfc5451))
24+
* **mcp:** return tool execution error on jq failure ([c09094a](https://github.com/Finch-API/finch-api-node/commit/c09094aae0a4836174f494770ef812b7f0523c0f))
25+
* **tests:** fix tests ([21cd813](https://github.com/Finch-API/finch-api-node/commit/21cd8138fc5069d773c583a8dca5ed66f6d05771))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([9232435](https://github.com/Finch-API/finch-api-node/commit/92324351bee25a340d00287ed68a985db28aa577))
31+
* **internal:** codegen related update ([b4149b9](https://github.com/Finch-API/finch-api-node/commit/b4149b94004ae26a93be1fa4119f1dde40a16e7f))
32+
* mcp code tool explicit error message when missing a run function ([622e0d8](https://github.com/Finch-API/finch-api-node/commit/622e0d8eab79630e25fabd2a37685fc6bf17a748))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([b522b47](https://github.com/Finch-API/finch-api-node/commit/b522b472b511835b2248fe994b3367a97f088f45))
34+
* **mcp:** add line numbers to code tool errors ([92544f0](https://github.com/Finch-API/finch-api-node/commit/92544f0012884fc9b2b852e3a5b20391681b9e54))
35+
* **mcp:** clarify http auth error ([c244084](https://github.com/Finch-API/finch-api-node/commit/c2440845ad6a9ae20bcb2f14f2ed48e5a9bd86b2))
36+
* **mcp:** upgrade jq-web ([ec5a789](https://github.com/Finch-API/finch-api-node/commit/ec5a7891c03ff8ac042b6bdf2db3bc8dad239641))
37+
* sync repo ([f9c514a](https://github.com/Finch-API/finch-api-node/commit/f9c514a2bc3aa8b611b1ed1bd9900fbee122742a))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([a919a9a](https://github.com/Finch-API/finch-api-node/commit/a919a9a5f6f8fe36e67793c82283d7563773a4aa))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([d7d5093](https://github.com/Finch-API/finch-api-node/commit/d7d50936efb3f8ea594b42f37d39697ccab70cd7))
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)