Skip to main content

run_mcp_server

Function run_mcp_server 

Source
pub async fn run_mcp_server(
    edge_redact: bool,
    semantic_redact: bool,
    api_url: &str,
    semantic_url: &str,
    semantic_model: &str,
) -> Result<()>