We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/genomoncology/biomcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•294 B
//! Transform adapters from upstream API shapes into CLI-facing entity models.
pub(crate) mod adverse_event;
pub(crate) mod article;
pub(crate) mod disease;
pub(crate) mod drug;
pub(crate) mod gene;
pub(crate) mod pathway;
pub(crate) mod protein;
pub(crate) mod trial;
pub(crate) mod variant;