1// GitHub v3 REST API MCP server — generated by mcpify. Do not hand-edit. 2 3#[derive(Debug, Clone)] 4pub struct HttpServerConfig { 5 pub host: String, 6 pub port: u16, 7 pub cors_allow: Option<String>, 8}