mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 07:16:04 +00:00
fix: try & catch & error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user