Skip to main content

read_mcp_resource_sync

Function read_mcp_resource_sync 

Source
pub fn read_mcp_resource_sync(
    server_name: &str,
    command: &str,
    args: &[String],
    env: &BTreeMap<String, String>,
    uri: &str,
) -> Result<Vec<McpResourceContent>, String>