We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/awslabs/iam-policy-autopilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•309 B
//! SDK method extraction and disambiguation for Go
pub(crate) mod disambiguation;
pub(crate) mod extractor;
pub(crate) mod features;
pub(crate) mod features_extractor;
pub(crate) mod node_kinds;
pub(crate) mod paginator_extractor;
pub(crate) mod types;
pub(crate) mod utils;
pub(crate) mod waiter_extractor;