We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
headers.rs•317 B
//! NATS header names.
use si_data_nats::HeaderName;
/// A correlation ID.
///
/// The conversation ID identifying the conversation to which the message belongs, represented as a
/// string. Sometimes called “Correlation ID”.
pub static CORRELATION_ID: HeaderName = HeaderName::from_static("X-Correlation-ID");