MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / root

Function root

api/simple_chat.py:749–751  ·  view source on GitHub ↗

Root endpoint to check if the API is running

()

Source from the content-addressed store, hash-verified

747
748@app.get("/")
749async def root():
750 """Root endpoint to check if the API is running"""
751 return {"status": "API is running", "message": "Navigate to /docs for API documentation"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected