pub fn login_github_oauth( server_name: &str, client_id: &str, client_secret_env: Option<&str>, scopes: &[String], ) -> Result<McpOAuthToken>