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
+1
View File
@@ -1,4 +1,5 @@
export { SceneBridge } from './bridge/scene-bridge'
export { createSceneOperations, type SceneOperations } from './operations'
export { type CreatePascalMcpServerOptions, createPascalMcpServer } from './server'
export const version = '0.1.0'