We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/codegraph-rust'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•293 B
// ABOUTME: Tier-aware system prompts for Rig agents
// ABOUTME: 4-tier prompt selection (Small, Medium, Large, Massive) based on context window
mod tier_prompts;
pub use codegraph_mcp_core::analysis::AnalysisType;
pub use tier_prompts::{detect_tier, get_max_turns, get_tier_system_prompt};