David Prince
production: clean source snapshot — no history bloat
71b4454
Raw
History Blame Contribute Delete
281 Bytes
from app_part1 import app
import app_auth # noqa: F401 registers /v1/auth/register and /v1/auth/login
import app_part3 # noqa: F401
import mcp_routes # noqa: F401 registers /api/mcp (JSON-RPC 2.0)
from app_routes_extension import register as _register_ext
_register_ext(app)