fix(mcp): add shared operations and secure scene APIs

This commit is contained in:
Aymeric Rabot
2026-04-27 17:10:25 -04:00
parent 058ee747c9
commit 8dfd1a9429
81 changed files with 1332 additions and 1786 deletions
+5
View File
@@ -15,6 +15,11 @@
"types": "./dist/storage/index.d.ts",
"import": "./dist/storage/index.js",
"default": "./dist/storage/index.js"
},
"./operations": {
"types": "./dist/operations/index.d.ts",
"import": "./dist/operations/index.js",
"default": "./dist/operations/index.js"
}
},
"bin": {