We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/secxena/mcp-reticle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•299 B
//! Mock data generation for testing and demo mode
//!
//! This module provides utilities for generating realistic MCP message
//! sequences for testing the UI and proxy functionality without requiring
//! a real MCP server.
mod generator;
// Re-export mock data type
pub use generator::MockData;