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•334 B
//! JavaScript/TypeScript AWS SDK extraction module
//!
//! This module provides functionality for extracting AWS SDK method calls
//! from JavaScript and TypeScript source code using ast-grep patterns.
pub(crate) mod argument_extractor;
pub(crate) mod extractor;
pub(crate) mod scanner;
pub(crate) mod shared;
pub(crate) mod types;