1 2 3 4 5 6 7
//! MCP server that lets LLMs interact with GitHub repositories, issues, and pull requests. //! //! Provides tools for listing repos, browsing issues and PRs, searching code, //! and viewing GitHub Actions workflow runs. pub mod error; pub mod server;