MCPcopy Create free account
hub / github.com/Trex099/Velocity-Bridge / root

Function root

Velocity_GUI/src-python/server.py:499–501  ·  view source on GitHub ↗

Health check endpoint.

()

Source from the content-addressed store, hash-verified

497
498@app.get("/")
499async def root():
500 """Health check endpoint."""
501 return {"status": "ok", "service": "Velocity Bridge"}
502
503
504@app.post("/shutdown")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected