MCPcopy Create free account
hub / github.com/1rgs/claude-code-proxy / root

Route root

server.py:None–None  ·  view source on GitHub ↗
app.get("/")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, Request, HTTPException
2import uvicorn
3import logging
4import json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected