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
rust-toolchain•308 B
# Nightly toolchain required for building dylint custom lints
# Dylint lints need access to rustc internals (rustc-dev) which are only available on nightly
# Running the lints (via cargo dylint) works on stable Rust
[toolchain]
channel = "nightly-2025-09-18"
components = ["llvm-tools-preview", "rustc-dev"]