MCPcopy
hub / github.com/apache/caldera / start_server

Function start_server

server.py:66–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66async def start_server():
67 await auth_svc.apply(app_svc.application, BaseWorld.get_config("users"))
68 runner = web.AppRunner(app_svc.application)
69 await runner.setup()
70 await web.TCPSite(
71 runner, BaseWorld.get_config("host"), BaseWorld.get_config("port")
72 ).start()
73
74
75def run_tasks(services, run_vue_server=False):

Callers 1

run_tasksFunction · 0.85

Calls 3

applyMethod · 0.45
get_configMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected