File tree Expand file tree Collapse file tree 6 files changed +28
-5
lines changed
Expand file tree Collapse file tree 6 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.37 .0"
2+ "." : " 6.38 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.38.0 (2025-09-04)
4+
5+ Full Changelog: [ v6.37.0...v6.38.0] ( https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 09d2e93] ( https://github.com/Finch-API/finch-api-node/commit/09d2e939a8c42d495d9207ad2d73841f6e9e8732 ) )
10+ * ** mcp:** add mcp bundles to build script ([ 45794fe] ( https://github.com/Finch-API/finch-api-node/commit/45794fe7a8d09dd0160ac3d2a64941fff12837d5 ) )
11+ * ** mcp:** allow setting logging level ([ 4634f9a] ( https://github.com/Finch-API/finch-api-node/commit/4634f9a04f0fd3a7daa781876a1d93e170f1941d ) )
12+ * ** mcp:** change remote server query option parsing logic ([ 13ef1bd] ( https://github.com/Finch-API/finch-api-node/commit/13ef1bd4400e1ae2b2197a35f33e79703af34e08 ) )
13+ * ** mcp:** expose client options in ` streamableHTTPApp ` ([ 39cdb76] ( https://github.com/Finch-API/finch-api-node/commit/39cdb7601c55b6d723132edeb320c3898e697fa2 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * ** mcp:** avoid importing unsupported libraries on non-node environments ([ 8c380a8] ( https://github.com/Finch-API/finch-api-node/commit/8c380a8499435e8a92155664943e6fc631f7ba1a ) )
19+
20+
21+ ### Chores
22+
23+ * ** internal:** codegen related update ([ ac835bf] ( https://github.com/Finch-API/finch-api-node/commit/ac835bf6af93d53e551d73001d048baa95e1c334 ) )
24+ * update CI script ([ 47843c8] ( https://github.com/Finch-API/finch-api-node/commit/47843c85864215c19edd9826952bd625e79ca78c ) )
25+
326## 6.37.0 (2025-08-21)
427
528Full Changelog: [ v6.36.0...v6.37.0] ( https://github.com/Finch-API/finch-api-node/compare/v6.36.0...v6.37.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tryfinch/finch-api" ,
3- "version" : " 6.37 .0" ,
3+ "version" : " 6.38 .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.37 .0" ,
3+ "version" : " 6.38 .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 @@ -32,7 +32,7 @@ export const newMcpServer = () =>
3232 new McpServer (
3333 {
3434 name : 'tryfinch_finch_api_api' ,
35- version : '6.37 .0' ,
35+ version : '6.38 .0' ,
3636 } ,
3737 { capabilities : { tools : { } , logging : { } } } ,
3838 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '6.37 .0' ; // x-release-please-version
1+ export const VERSION = '6.38 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments