Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1rgs/claude-code-proxy
/ root
Function
root
server.py:1646–1647 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1644
1645
@app.get(
"/"
)
1646
async
def
root():
1647
return
{
"message"
:
"Anthropic Proxy for LiteLLM"
}
1648
1649
1650
# Define ANSI color codes for terminal output
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected