// GitHub v3 REST API MCP server — generated by mcpify. Do not hand-edit.
//
// Library crate shared by every `[[bin]]` target in this project
// (`github-mcp`, `github-mcp-populate-embeddings`, `github-mcp-healthcheck`)
// — each `[[bin]]` is its own separate crate, so anything they need in
// common (config, auth, the data layer, tool logic) has to live here rather
// than as plain `mod` declarations in `main.rs`, which only `main.rs`
// itself could see. `cli` is deliberately not declared here: it's
// `github-mcp`'s own entry-point wiring, used by no other binary.