Skip to content

Commit a2a7d3b

Browse files
release: 7.0.0
1 parent 410794a commit a2a7d3b

6 files changed

Lines changed: 45 additions & 5 deletions

File tree

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

3+
## 7.0.0 (2025-11-24)
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 ([ca73bc8](https://github.com/Finch-API/finch-api-node/commit/ca73bc8ea0a3206c76d0d4f8a94e0539b6e947d2))
10+
* **api:** api update ([7106c94](https://github.com/Finch-API/finch-api-node/commit/7106c9404b5ac14a59533c8e91db354b1252d576))
11+
* **api:** manual updates ([410794a](https://github.com/Finch-API/finch-api-node/commit/410794afd707aa707ec134e29433026273f6ddb6))
12+
* **api:** move node to typescript generator ([63b3753](https://github.com/Finch-API/finch-api-node/commit/63b3753f0dd3552350be3ac5ce06cada082e64dc))
13+
* **api:** update automated code reviewer selection ([628657a](https://github.com/Finch-API/finch-api-node/commit/628657adbba15736acdba71bb908264e29d225d5))
14+
* **mcp:** enable optional code execution tool on http mcp servers ([cf67961](https://github.com/Finch-API/finch-api-node/commit/cf67961db414241a81c48599b5a529f007bf486b))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** migrate custom code to TypeScript ([a68af75](https://github.com/Finch-API/finch-api-node/commit/a68af752acd38c6974e039b3112f0b8146dc21d9))
20+
* **api:** resolve build issues ([9dd3276](https://github.com/Finch-API/finch-api-node/commit/9dd3276219132311f5e09447545453d3d9bd3aea))
21+
* **java:** Resolve name collisions ([edd8dbc](https://github.com/Finch-API/finch-api-node/commit/edd8dbc4002e93c68b73b8978bbd365dc5256d35))
22+
* **mcp:** return tool execution error on jq failure ([3891f3c](https://github.com/Finch-API/finch-api-node/commit/3891f3cac83a4e829f6094daf44aa64bd32b7c04))
23+
* **tests:** fix tests ([ef726c0](https://github.com/Finch-API/finch-api-node/commit/ef726c0b50c21473cd922a527ebba5633ed63a13))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([4ea5900](https://github.com/Finch-API/finch-api-node/commit/4ea59005bfb17e1aaa1b95ccf8dc44782c53beb4))
29+
* **internal:** codegen related update ([e816bc3](https://github.com/Finch-API/finch-api-node/commit/e816bc39ed5da75c37304b16f81e506fa42dd7a8))
30+
* mcp code tool explicit error message when missing a run function ([333a92b](https://github.com/Finch-API/finch-api-node/commit/333a92b81d7e17ec31b054aa7802fae1b319be2d))
31+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9f857f9](https://github.com/Finch-API/finch-api-node/commit/9f857f98738ad08b65422079069d1ca734e19fc1))
32+
* **mcp:** add line numbers to code tool errors ([3231353](https://github.com/Finch-API/finch-api-node/commit/32313530f5dffd557838a8f3116549cf281e17a8))
33+
* **mcp:** clarify http auth error ([42faa5b](https://github.com/Finch-API/finch-api-node/commit/42faa5b87f04de35fd1981fab16d6ec102a80094))
34+
* **mcp:** upgrade jq-web ([637fb10](https://github.com/Finch-API/finch-api-node/commit/637fb1031ece62d59eb7d064eb787c7b75dcb5cf))
35+
* sync repo ([4584744](https://github.com/Finch-API/finch-api-node/commit/45847448b199de010cf3e0e8680bed10320c2c50))
36+
37+
38+
### Documentation
39+
40+
* **mcp:** add a README button for one-click add to Cursor ([adfe7a9](https://github.com/Finch-API/finch-api-node/commit/adfe7a90c955d7456650b791f647474429615cd9))
41+
* **mcp:** add a README link to add server to VS Code or Claude Code ([1ef3f6f](https://github.com/Finch-API/finch-api-node/commit/1ef3f6f68036083e05cfd45e8483bafd03ce7be8))
42+
343
## 6.38.0 (2025-10-27)
444

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