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

Route get_status

src/codegraphcontext/api/router.py:None–None  ·  view source on GitHub ↗
router.get("/status", response_model=ApiResponse)

Source from the content-addressed store, hash-verified

1# src/codegraphcontext/api/router.py
2import asyncio
3from fastapi import APIRouter, Depends, HTTPException, BackgroundTasks
4from typing import Dict, Any, List

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected