File tree Expand file tree Collapse file tree 6 files changed +23
-5
lines changed
Expand file tree Collapse file tree 6 files changed +23
-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 ([ 9125e2e] ( https://github.com/Finch-API/finch-api-node/commit/9125e2e9dabd3ebebd4bc9abed878655caae18dd ) )
10+ * ** api:** move node to typescript generator ([ 4c47854] ( https://github.com/Finch-API/finch-api-node/commit/4c47854c478e5941a4d8daa4a4e243787e885415 ) )
11+ * ** api:** update automated code reviewer selection ([ e9b39cb] ( https://github.com/Finch-API/finch-api-node/commit/e9b39cbf8ae4bb0f12bf26123a66d27140d9186e ) )
12+ * ** mcp:** enable optional code execution tool on http mcp servers ([ 0075909] ( https://github.com/Finch-API/finch-api-node/commit/00759094669bc08f352eaf1aeb6342f92029a71c ) )
13+
14+
15+ ### Chores
16+
17+ * mcp code tool explicit error message when missing a run function ([ a605408] ( https://github.com/Finch-API/finch-api-node/commit/a6054089c1a1a8c12f228df381da9e030349f6b0 ) )
18+ * ** mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ d4b4343] ( https://github.com/Finch-API/finch-api-node/commit/d4b4343b227c5faa87a8b7f5b4d50662c3efce17 ) )
19+ * sync repo ([ cd6f783] ( https://github.com/Finch-API/finch-api-node/commit/cd6f783b7e896c0bb9d8e7f6357851284750a0d4 ) )
20+
321## 6.38.0 (2025-10-27)
422
523Full 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