Skip to main content

stdio_client

Function stdio_client 

Source
pub async fn stdio_client<S: AsRef<str>>(
    command: S,
    args: Vec<S>,
    env: HashMap<String, String>,
) -> Result<MCPClient, MCPError>