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

Route ai_query

src/codegraphcontext/viz/server.py:None–None  ·  view source on GitHub ↗
app.post("/api/ai_query")

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2# src/codegraphcontext/viz/server.py
3from fastapi import FastAPI, HTTPException, Query, Request
4from fastapi.staticfiles import StaticFiles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected