Skip to content

Commit 536019a

Browse files
release: 7.0.0
1 parent 65e0eaa commit 536019a

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 ([de86190](https://github.com/Finch-API/finch-api-node/commit/de86190cefdc1649fdfef655f5879917a17a47d9))
10+
* **api:** api update ([c4e0bda](https://github.com/Finch-API/finch-api-node/commit/c4e0bdaeb83127177e1d1c10565d3574108819e4))
11+
* **api:** api update ([2cc877d](https://github.com/Finch-API/finch-api-node/commit/2cc877d8ec0c2069be88255bbdf68329c7155738))
12+
* **api:** manual updates ([50bb98e](https://github.com/Finch-API/finch-api-node/commit/50bb98e358319ec5c7555854fb7ae22c45122735))
13+
* **api:** move node to typescript generator ([5440760](https://github.com/Finch-API/finch-api-node/commit/54407609ff533e1f6d48ea8ea1efddd0cb74ff4a))
14+
* **api:** update automated code reviewer selection ([bcb1b70](https://github.com/Finch-API/finch-api-node/commit/bcb1b70fc1d1245a9db5855ac4fbd6015f65b9f1))
15+
* **mcp:** add detail field to docs search tool ([65e0eaa](https://github.com/Finch-API/finch-api-node/commit/65e0eaaeb6befaf4af47d626e2f873d612a57fe7))
16+
* **mcp:** enable optional code execution tool on http mcp servers ([e3a0327](https://github.com/Finch-API/finch-api-node/commit/e3a03273bc1013d1450633a17c17cb5da4ac37ee))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** migrate custom code to TypeScript ([51087df](https://github.com/Finch-API/finch-api-node/commit/51087df04aea47bcdc7982a4ad615506eadc22e1))
22+
* **api:** resolve build issues ([8d341de](https://github.com/Finch-API/finch-api-node/commit/8d341de2e9c5abcdca4b93c7243b878d43600130))
23+
* **java:** Resolve name collisions ([7d1343c](https://github.com/Finch-API/finch-api-node/commit/7d1343c92485b617b594dd6138f38a136d5fca10))
24+
* **mcp:** return tool execution error on jq failure ([a8e9a68](https://github.com/Finch-API/finch-api-node/commit/a8e9a684b7ef0411f37bc35cc9143a174262b1b5))
25+
* **tests:** fix tests ([358f5e5](https://github.com/Finch-API/finch-api-node/commit/358f5e5bedc1cd646edef53a6b8000a5095f99af))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([51ed6c4](https://github.com/Finch-API/finch-api-node/commit/51ed6c4203ce462debe1fc0809124c7c8248d1ba))
31+
* **internal:** codegen related update ([c500ff4](https://github.com/Finch-API/finch-api-node/commit/c500ff4babe823371cccfd2f2dccc619714c2628))
32+
* mcp code tool explicit error message when missing a run function ([23c9491](https://github.com/Finch-API/finch-api-node/commit/23c9491b15c1941e4bd9287e72115f091fec3aaa))
33+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ecaae53](https://github.com/Finch-API/finch-api-node/commit/ecaae535d26452d0fb7e79dac4c858e90215bc0d))
34+
* **mcp:** add line numbers to code tool errors ([2da4603](https://github.com/Finch-API/finch-api-node/commit/2da4603b097f5577b1a8f7cb2f3ec073ad26ac6f))
35+
* **mcp:** clarify http auth error ([ff17ff6](https://github.com/Finch-API/finch-api-node/commit/ff17ff60c71baeb24816a4eeac945119970a6404))
36+
* **mcp:** upgrade jq-web ([278144c](https://github.com/Finch-API/finch-api-node/commit/278144c39ecfd267f3dee11e67797fabc4423d76))
37+
* sync repo ([0f3ee1b](https://github.com/Finch-API/finch-api-node/commit/0f3ee1b321bc290d609c74f1bce9f66e6fa9b550))
38+
39+
40+
### Documentation
41+
42+
* **mcp:** add a README button for one-click add to Cursor ([2080b33](https://github.com/Finch-API/finch-api-node/commit/2080b33fd57644f0e5e168d35b311283f9c1cb3a))
43+
* **mcp:** add a README link to add server to VS Code or Claude Code ([c0e1982](https://github.com/Finch-API/finch-api-node/commit/c0e19822dc6e2e0db053dc6ee7709809be2c250e))
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)