MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / health

Route health

src/codegraphcontext/api/app.py:None–None  ·  view source on GitHub ↗
app.get("/health")

Source from the content-addressed store, hash-verified

1# src/codegraphcontext/api/app.py
2import os
3from fastapi import Depends, FastAPI
4from fastapi.responses import HTMLResponse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected