File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed
Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.38 .0"
2+ "." : " 7.0 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.0.0 (2025-11-05)
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 ([ e61fbf7] ( https://github.com/Finch-API/finch-api-node/commit/e61fbf76de674acf32b75655b8d6898c70f145b2 ) )
10+ * ** api:** move node to typescript generator ([ 65733e8] ( https://github.com/Finch-API/finch-api-node/commit/65733e81fe6cc4d7a3e65bfc6d853c43ff4ef31e ) )
11+ * ** api:** update automated code reviewer selection ([ 0404b72] ( https://github.com/Finch-API/finch-api-node/commit/0404b72b9d41c6c9323d99aba37090f0c7aac998 ) )
12+ * ** mcp:** enable optional code execution tool on http mcp servers ([ 51c2060] ( https://github.com/Finch-API/finch-api-node/commit/51c2060719859c99134c8cb175be9935fd10dbc7 ) )
13+
14+
15+ ### Chores
16+
17+ * mcp code tool explicit error message when missing a run function ([ 5653e8a] ( https://github.com/Finch-API/finch-api-node/commit/5653e8ac2058b4fe2214f64c222bd23f6dffd99e ) )
18+ * ** mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ 7eaa039] ( https://github.com/Finch-API/finch-api-node/commit/7eaa03926066a20a90ea5977bb7d3b9d44102eae ) )
19+ * ** mcp:** add line numbers to code tool errors ([ c6901cf] ( https://github.com/Finch-API/finch-api-node/commit/c6901cf8e2cac3a4f64f79983a6045eeaa6084af ) )
20+ * sync repo ([ b28b62e] ( https://github.com/Finch-API/finch-api-node/commit/b28b62e71b81ebdbd21740602389c3f781757d2d ) )
21+
322## 6.38.0 (2025-10-27)
423
524Full Changelog: [ v6.37.0...v6.38.0] ( https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '6.38 .0' ; // x-release-please-version
1+ export const VERSION = '7.0 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments