Skip to content

Commit 6d4bec9

Browse files
release: 7.0.0
1 parent cf73e92 commit 6d4bec9

File tree

6 files changed

+60
-5
lines changed

6 files changed

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

3+
## 7.0.0 (2025-12-15)
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 ([70164f4](https://github.com/Finch-API/finch-api-node/commit/70164f4659b4c0547c9ca2d599b7a7d0cb678f93))
10+
* **api:** api update ([1d17b81](https://github.com/Finch-API/finch-api-node/commit/1d17b81d0b3592dbe7d098368a137278cf2ee33b))
11+
* **api:** api update ([4ca2eb7](https://github.com/Finch-API/finch-api-node/commit/4ca2eb746f42d9094c974ae487744a38532ec8e0))
12+
* **api:** manual updates ([89faafa](https://github.com/Finch-API/finch-api-node/commit/89faafaf4ec12bd8bbc95fa2ba97e609d39755df))
13+
* **api:** move node to typescript generator ([0b341e2](https://github.com/Finch-API/finch-api-node/commit/0b341e2da794fd883cd8ddcfe45c4f33a396c5f6))
14+
* **api:** update automated code reviewer selection ([2bff73a](https://github.com/Finch-API/finch-api-node/commit/2bff73ac5970adab8570c88c691f2a2fbf17892f))
15+
* **mcp:** add detail field to docs search tool ([dee5460](https://github.com/Finch-API/finch-api-node/commit/dee54607429afc0d2785d3e65a40cf308732a524))
16+
* **mcp:** add typescript check to code execution tool ([8345426](https://github.com/Finch-API/finch-api-node/commit/8345426f50374fadffccfaf0607a1c6bdaa0b07d))
17+
* **mcp:** enable optional code execution tool on http mcp servers ([141aa72](https://github.com/Finch-API/finch-api-node/commit/141aa72607f1dd74ff28f79c328e71d3cc708882))
18+
* **mcp:** handle code mode calls in the Stainless API ([31bcfd5](https://github.com/Finch-API/finch-api-node/commit/31bcfd50042c9f3f505ff2d74d4b0998a0a0a3f4))
19+
* **mcp:** return logs on code tool errors ([f0b421c](https://github.com/Finch-API/finch-api-node/commit/f0b421cb7d8da3cc1cdb8961352e938392cf55a2))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** migrate custom code to TypeScript ([2609e73](https://github.com/Finch-API/finch-api-node/commit/2609e73834cd11d9be323a5eabffa85ca9377025))
25+
* **api:** resolve build issues ([266769f](https://github.com/Finch-API/finch-api-node/commit/266769f5130f5511bcd99e60110d0751b3c3f467))
26+
* **java:** Resolve name collisions ([9b71113](https://github.com/Finch-API/finch-api-node/commit/9b711138357e7d332121fd4b1db5bc2c3744cc88))
27+
* **mcp:** add client instantiation options to code tool ([83db7c0](https://github.com/Finch-API/finch-api-node/commit/83db7c004c5915c00b222247a7f2429fc719bea6))
28+
* **mcp:** correct code tool API endpoint ([b49fa30](https://github.com/Finch-API/finch-api-node/commit/b49fa30dac00e6a6d5026f1bc24cd646c4c468aa))
29+
* **mcp:** return correct lines on typescript errors ([45ee8ab](https://github.com/Finch-API/finch-api-node/commit/45ee8ab59ae8779249a5c36d98d4fd96997c0c88))
30+
* **mcp:** return tool execution error on api error ([822aae9](https://github.com/Finch-API/finch-api-node/commit/822aae9ec9878308725167f781bca0adf9562d24))
31+
* **mcp:** return tool execution error on jq failure ([d89eabe](https://github.com/Finch-API/finch-api-node/commit/d89eabe4a09ce0027769cf64c0bbae77a47e54f2))
32+
* **tests:** fix tests ([0083b7b](https://github.com/Finch-API/finch-api-node/commit/0083b7bc3099b964383680d59d5583241af98cd2))
33+
34+
35+
### Chores
36+
37+
* **client:** fix logger property type ([5695436](https://github.com/Finch-API/finch-api-node/commit/5695436020eedce5608976aa015cc5c9d9dcfdc1))
38+
* **internal:** codegen related update ([7f6ba26](https://github.com/Finch-API/finch-api-node/commit/7f6ba267f625ba67eb975a3b505fde44a3ce4998))
39+
* **internal:** codegen related update ([216cf37](https://github.com/Finch-API/finch-api-node/commit/216cf374e14e46e2fea606f5054e243ae1c2c4ce))
40+
* **internal:** codegen related update ([2107cdb](https://github.com/Finch-API/finch-api-node/commit/2107cdbb10854a4f41a8e24b42b5de8435055358))
41+
* **internal:** codegen related update ([33eded1](https://github.com/Finch-API/finch-api-node/commit/33eded13622d831bff97da97d00e3d3d85989d9e))
42+
* **internal:** upgrade eslint ([a3088d3](https://github.com/Finch-API/finch-api-node/commit/a3088d357400f93551c91cbacf9a2c72ba891677))
43+
* mcp code tool explicit error message when missing a run function ([46295ab](https://github.com/Finch-API/finch-api-node/commit/46295ab0bdd35a7723bd2d816fe08bcad530b21b))
44+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9ce370e](https://github.com/Finch-API/finch-api-node/commit/9ce370e9fce407a41ad65355f3a406f4f151a0f8))
45+
* **mcp:** add line numbers to code tool errors ([a52ceb4](https://github.com/Finch-API/finch-api-node/commit/a52ceb437787dba8d35054e6c504d97edcad02c1))
46+
* **mcp:** clarify http auth error ([d816046](https://github.com/Finch-API/finch-api-node/commit/d8160460d9b0cfd79b2a99123629d729a29236ce))
47+
* **mcp:** update lockfile ([cf73e92](https://github.com/Finch-API/finch-api-node/commit/cf73e924b19fb8194d09249bc61a729580619e59))
48+
* **mcp:** upgrade jq-web ([9c6f118](https://github.com/Finch-API/finch-api-node/commit/9c6f1189de939581c7c5bb6739f47ceef22b7e5c))
49+
* sync repo ([a07b97b](https://github.com/Finch-API/finch-api-node/commit/a07b97b7dabf2c08ed5f7bc7d28ca1ca0a6f67be))
50+
* use latest @modelcontextprotocol/sdk ([021b428](https://github.com/Finch-API/finch-api-node/commit/021b42834ef95a90c9b1413d50c38565c962bc99))
51+
52+
53+
### Documentation
54+
55+
* **mcp:** add a README button for one-click add to Cursor ([5a867b9](https://github.com/Finch-API/finch-api-node/commit/5a867b9c821033beea6b35265ed6dd39d88a0b9e))
56+
* **mcp:** add a README link to add server to VS Code or Claude Code ([58356c9](https://github.com/Finch-API/finch-api-node/commit/58356c9adaba33407a96da46ec050f9381549ecf))
57+
358
## 6.38.0 (2025-10-27)
459

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