github-mcp 0.1.0

GitHub v3 REST API MCP server, generated by mcpify.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// GitHub v3 REST API MCP server — generated by mcpify. Do not hand-edit.
//
// `github-mcp`'s own entry-point wiring — not declared in `lib.rs`,
// since no other `[[bin]]` target needs it (see `lib.rs`'s own doc comment).

pub mod call;
pub mod config;
pub mod get;
pub mod search;
pub mod setup;
pub mod setup_wizard;
pub mod test_connection;
pub mod version;
pub mod versions;