1 2 3 4 5 6 7
// SQL Server 2025 - master/msdb/sandbox combined catalog MCP server — generated by mcpify. Do not hand-edit. use crate::cli::setup_wizard::run_setup_wizard; pub async fn run() -> anyhow::Result<()> { run_setup_wizard().await }