MCPcopy Create free account
hub / github.com/HKUDS/Paper2Slides / root

Function root

api/server.py:112–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111@app.get("/")
112async def root():
113 return {"message": "Paper2Slides API Server", "status": "running"}
114
115
116@app.get("/health")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected