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

Route create_message

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

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