fix: try & catch & error

This commit is contained in:
wangcham
2025-11-02 12:37:00 +00:00
parent 4c0917556f
commit c2d752f9e9
4 changed files with 349 additions and 99 deletions

View File

@@ -129,6 +129,7 @@ class BuildAppStage(stage.BootingStage):
mcp_service_inst = mcp_service.MCPService(ap)
ap.mcp_service = mcp_service_inst
await mcp_service_inst.initialize()
ctrl = controller.Controller(ap)
ap.ctrl = ctrl