File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed
Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.7.3 "
2+ "." : " 2.7.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.7.4 (2025-08-01)
4+
5+ Full Changelog: [ v2.7.3...v2.7.4] ( https://github.com/julep-ai/node-sdk/compare/v2.7.3...v2.7.4 )
6+
7+ ### Bug Fixes
8+
9+ * ** mcp:** avoid sending ` jq_filter ` to base API ([ 04e0ce1] ( https://github.com/julep-ai/node-sdk/commit/04e0ce11d2542ca2c71300c16dd7c99274085e65 ) )
10+ * ** mcp:** reverse validJson capability option and limit scope ([ fdf4ff5] ( https://github.com/julep-ai/node-sdk/commit/fdf4ff567495cc6f1d0c26ad9b9e671a5f26a290 ) )
11+
312## 2.7.3 (2025-07-31)
413
514Full Changelog: [ v2.7.2...v2.7.3] ( https://github.com/julep-ai/node-sdk/compare/v2.7.2...v2.7.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @julep/sdk" ,
3- "version" : " 2.7.3 " ,
3+ "version" : " 2.7.4 " ,
44 "description" : " The official TypeScript library for the Julep API" ,
55 "author" : " Julep <developers@julep.ai>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @julep/sdk-mcp" ,
3- "version" : " 2.7.3 " ,
3+ "version" : " 2.7.4 " ,
44 "description" : " The official MCP Server for the Julep API" ,
55 "author" : " Julep <developers@julep.ai>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export { endpoints } from './tools';
2626export const server = new McpServer (
2727 {
2828 name : 'julep_sdk_api' ,
29- version : '2.7.3 ' ,
29+ version : '2.7.4 ' ,
3030 } ,
3131 { capabilities : { tools : { } } } ,
3232) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '2.7.3 ' ; // x-release-please-version
1+ export const VERSION = '2.7.4 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments