MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / check_github_api

Function check_github_api

aura/info.py:77–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77def check_github_api() -> dict:
78 if github.API_TOKEN:
79 return {
80 "enabled": True,
81 "description": "GitHub API token is present, rate limiting is increased"
82 }
83 else:
84 return {
85 "enabled": False,
86 "description": "Github API token not present, rate limiting is significantly lowered"
87 }
88
89
90def check_schema() -> Optional[dict]:

Callers 1

gather_aura_informationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected