Skip to main content

mcp_github/
lib.rs

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