MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / __init__

Method __init__

beanhub_cli/forms/main.py:35–37  ·  view source on GitHub ↗
(self, config: uvicorn.Config, startup_callback: typing.Callable)

Source from the content-addressed store, hash-verified

33
34class StartupCallbackServer(uvicorn.Server):
35 def __init__(self, config: uvicorn.Config, startup_callback: typing.Callable):
36 super().__init__(config)
37 self.startup_callback = startup_callback
38
39 async def startup(
40 self, sockets: typing.Optional[list[socket.socket]] = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected