MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / start_embed_server

Function start_embed_server

core/embed_server.py:251–253  ·  view source on GitHub ↗

Start the global embed server. Idempotent.

()

Source from the content-addressed store, hash-verified

249
250
251def start_embed_server() -> bool:
252 """Start the global embed server. Idempotent."""
253 return get_embed_server().start()
254
255
256def stop_embed_server():

Callers 2

_main_loopMethod · 0.90
_start_serverFunction · 0.90

Calls 2

get_embed_serverFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected