Skip to main content
Glama

PyGithub MCP Server

by AstroMined
__init__.py628 B
"""GitHub client singleton. This module provides a singleton class for managing the PyGithub instance and handling GitHub API interactions through the PyGithub library. This package replaces the monolithic github.py file with a more organized structure. """ from .client import GitHubClient from .rate_limit import ( check_rate_limit, wait_for_rate_limit_reset, exponential_backoff, handle_rate_limit_with_backoff, ) __all__ = [ # Client "GitHubClient", # Rate limit "check_rate_limit", "wait_for_rate_limit_reset", "exponential_backoff", "handle_rate_limit_with_backoff", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AstroMined/pygithub-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server