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- "." : " 4.11.0 "
2+ "." : " 4.11.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.11.1 (2026-02-10)
4+
5+ Full Changelog: [ v4.11.0...v4.11.1] ( https://github.com/supermemoryai/sdk-ts/compare/v4.11.0...v4.11.1 )
6+
7+ ### Chores
8+
9+ * ** internal:** allow basic filtering of methods allowed for MCP code mode ([ 602094d] ( https://github.com/supermemoryai/sdk-ts/commit/602094d9fb17fe7dbf081279371f2cac00524464 ) )
10+ * ** internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([ b6b4ef0] ( https://github.com/supermemoryai/sdk-ts/commit/b6b4ef0eff3ca5b2c675488e33d048d7470a72b2 ) )
11+
312## 4.11.0 (2026-02-09)
413
514Full Changelog: [ v4.10.0...v4.11.0] ( https://github.com/supermemoryai/sdk-ts/compare/v4.10.0...v4.11.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " supermemory" ,
3- "version" : " 4.11.0 " ,
3+ "version" : " 4.11.1 " ,
44 "description" : " The official TypeScript library for the Supermemory API" ,
55 "author" : " Supermemory <dhravya@supermemory.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " supermemory-mcp" ,
3- "version" : " 4.11.0 " ,
3+ "version" : " 4.11.1 " ,
44 "description" : " The official MCP Server for the Supermemory API" ,
55 "author" : " Supermemory <dhravya@supermemory.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const newMcpServer = async () =>
5858 new McpServer (
5959 {
6060 name : 'supermemory_api' ,
61- version : '4.11.0 ' ,
61+ version : '4.11.1 ' ,
6262 } ,
6363 {
6464 instructions : await getInstructions ( ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '4.11.0 ' ; // x-release-please-version
1+ export const VERSION = '4.11.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments