We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
traits.rs•479 B
//! These traits are the interface though which all interaction with the underlying graph should
//! occur. Using these traits should not require any knowledge of how the underlying graph is
//! implemented.
pub mod approval_requirement;
pub mod attribute_prototype;
pub mod attribute_prototype_argument;
pub mod attribute_value;
pub mod component;
pub mod diagram;
pub mod entity_kind;
pub mod func;
pub mod prop;
pub mod schema;
pub mod socket;
pub mod static_argument_value;