github-mcp 0.1.3

GitHub v3 REST API MCP server, generated by mcpify.
Documentation
1
2
3
4
5
6
7
8
// GitHub v3 REST API MCP server — generated by mcpify. Do not hand-edit.

#[derive(Debug, Clone)]
pub struct HttpServerConfig {
    pub host: String,
    pub port: u16,
    pub cors_allow: Option<String>,
}