File tree Expand file tree Collapse file tree 6 files changed +22
-5
lines changed
Expand file tree Collapse file tree 6 files changed +22
-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 ([ 7ca3e2f] ( https://github.com/Finch-API/finch-api-node/commit/7ca3e2fd08a2edbea5c7d0befde81b85e30fdb1d ) )
10+ * ** api:** move node to typescript generator ([ 91bd7e2] ( https://github.com/Finch-API/finch-api-node/commit/91bd7e236a8be9529f7817967aba78ac19e6c327 ) )
11+ * ** api:** update automated code reviewer selection ([ 655fc78] ( https://github.com/Finch-API/finch-api-node/commit/655fc7825fa39b6d371587aecbb0a4ee6610eee5 ) )
12+ * ** mcp:** enable optional code execution tool on http mcp servers ([ 0f0fe73] ( https://github.com/Finch-API/finch-api-node/commit/0f0fe736279322531fd61bdc79181700f938cb4c ) )
13+
14+
15+ ### Chores
16+
17+ * mcp code tool explicit error message when missing a run function ([ c726b52] ( https://github.com/Finch-API/finch-api-node/commit/c726b52e46d95ba40af29cc13b70ebe0e5814c6b ) )
18+ * sync repo ([ c9dd8be] ( https://github.com/Finch-API/finch-api-node/commit/c9dd8be08c0ac2408e09617c8b98f810b11ece75 ) )
19+
320## 6.38.0 (2025-10-27)
421
522Full 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