Skip to content

Commit 596e15e

Browse files
release: 7.0.0
1 parent d37210b commit 596e15e

File tree

6 files changed

+50
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-02)
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 ([0fa4696](https://github.com/Finch-API/finch-api-node/commit/0fa4696d22728d8375a939eedbaecefec0ceaea8))
10+
* **api:** api update ([388e590](https://github.com/Finch-API/finch-api-node/commit/388e5907dfbb115b853f0f21ea78bd2fd2628400))
11+
* **api:** api update ([8134c70](https://github.com/Finch-API/finch-api-node/commit/8134c703c7473a5609d02a73ec126ee862533c55))
12+
* **api:** manual updates ([faf3338](https://github.com/Finch-API/finch-api-node/commit/faf3338633a453c30887424006ec755503d47236))
13+
* **api:** move node to typescript generator ([8019155](https://github.com/Finch-API/finch-api-node/commit/8019155f16ae47b850769ec3448a97a2724c79ca))
14+
* **api:** update automated code reviewer selection ([c871c9e](https://github.com/Finch-API/finch-api-node/commit/c871c9e722f55c49c16f837efa56db8148f62147))
15+
* **mcp:** add detail field to docs search tool ([fbb55f8](https://github.com/Finch-API/finch-api-node/commit/fbb55f8615df210840edee4fd21efd89df0ea0cf))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([7b16c48](https://github.com/Finch-API/finch-api-node/commit/7b16c48c034e9c26688787d505df090f81043e16))
17+
* **mcp:** return logs on code tool errors ([d37210b](https://github.com/Finch-API/finch-api-node/commit/d37210b8af28889628314376babb347d6746455c))
18+
19+
20+
### Bug Fixes
21+
22+
* **api:** migrate custom code to TypeScript ([47e0c01](https://github.com/Finch-API/finch-api-node/commit/47e0c0176cd3f5bf738a2c5ee590e2a3f5f60fff))
23+
* **api:** resolve build issues ([801c769](https://github.com/Finch-API/finch-api-node/commit/801c769c7049552b66dbe6fc8d574e944a1d8943))
24+
* **java:** Resolve name collisions ([cf0e496](https://github.com/Finch-API/finch-api-node/commit/cf0e496208763fce92c6addcca290ae450c209ad))
25+
* **mcp:** return tool execution error on api error ([27cc438](https://github.com/Finch-API/finch-api-node/commit/27cc4381817237d1698acf6eefcc85656232ec64))
26+
* **mcp:** return tool execution error on jq failure ([728c69c](https://github.com/Finch-API/finch-api-node/commit/728c69c8dd70341220318609cc2d8914d618a513))
27+
* **tests:** fix tests ([19c23c5](https://github.com/Finch-API/finch-api-node/commit/19c23c58659686d99a1159237dbeb17784ecaeb0))
28+
29+
30+
### Chores
31+
32+
* **client:** fix logger property type ([8ffeb73](https://github.com/Finch-API/finch-api-node/commit/8ffeb73690fa2fdea721d3656511c699b3a2a075))
33+
* **internal:** codegen related update ([f84ae9e](https://github.com/Finch-API/finch-api-node/commit/f84ae9ebd4c6e63fe006de7471405d02a967818c))
34+
* **internal:** codegen related update ([a0583f0](https://github.com/Finch-API/finch-api-node/commit/a0583f09763f37fa3825932ae904ae834770ca06))
35+
* mcp code tool explicit error message when missing a run function ([c87de74](https://github.com/Finch-API/finch-api-node/commit/c87de747130723e2481015e229718e67b396e7a9))
36+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([95b1cd8](https://github.com/Finch-API/finch-api-node/commit/95b1cd82d031752fa481de103c7dbd7176bd49db))
37+
* **mcp:** add line numbers to code tool errors ([58ee1ba](https://github.com/Finch-API/finch-api-node/commit/58ee1baee47f8fbe524629e78a5ea64e2b87e232))
38+
* **mcp:** clarify http auth error ([19b1823](https://github.com/Finch-API/finch-api-node/commit/19b1823ad850ed13c8ae391b50eca5fc8b83a542))
39+
* **mcp:** upgrade jq-web ([aca0623](https://github.com/Finch-API/finch-api-node/commit/aca0623bf84b7864225d568ca467bf64d6899103))
40+
* sync repo ([95aab43](https://github.com/Finch-API/finch-api-node/commit/95aab434386491795624866a2b183d9c324aba0c))
41+
42+
43+
### Documentation
44+
45+
* **mcp:** add a README button for one-click add to Cursor ([64b3257](https://github.com/Finch-API/finch-api-node/commit/64b3257ec4ae4191a784dd39ac3397d7ba2cd494))
46+
* **mcp:** add a README link to add server to VS Code or Claude Code ([57765a3](https://github.com/Finch-API/finch-api-node/commit/57765a31846c3602f4a0179e91d09d8b0b342533))
47+
348
## 6.38.0 (2025-10-27)
449

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