Function handle_serve_command

Source
pub async fn handle_serve_command(
    dev: bool,
    transport: String,
    port: Option<u16>,
    listen_address: Option<String>,
) -> Result<()>
Expand description

Handle the ‘serve’ command to start an MCP server