MCPcopy Create free account
hub / github.com/hunvreus/devpush / github_install_callback

Route github_install_callback

app/routers/github.py:None–None  ·  view source on GitHub ↗
router.get("/install/callback", name="github_install_callback")

Source from the content-addressed store, hash-verified

1import logging
2import hmac
3import hashlib
4from fastapi import APIRouter, Request, Depends, HTTPException

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected